Public IP Checker

Detect the public IP address seen by this site when your browser reaches the internet and show the city, region, country, coordinates, organization, postal code, and timezone returned by ipinfo.io.

Public exit IP

The address other websites usually see when this browser reaches the internet.

Public exit IPNo public IP yet.
Source-
Location-
Coordinates-
ISP / organization-
Postal code-
Timezone-

Data handling notes

  • Public IP detection uses the visitor request received by this site as the primary source.
  • ipinfo.io is used to enrich that IP with location and organization details, not to replace it with the server outbound IP.
  • Private LAN IP detection is intentionally not included because browsers cannot guarantee it matches local ifconfig output.

Before you rely on the result

This tool is intended for fast inspection and routine preparation. It can save time, but it does not replace review when the result affects production systems, security settings, business data, or legal obligations.

  • Check representative inputs instead of assuming one example covers every edge case.
  • Do not paste secrets, private customer data, or credentials unless you have confirmed the page processes that data locally and the use is allowed by your organization.
  • Copy the output into your own workflow only after checking formatting, timezone, encoding, or syntax assumptions.
  • Developer utilities are designed for quick checks. Treat generated values and decoded payloads as inputs to a review process, not as proof that a system is secure.

Real examples

Office network allowlist check

Use the returned public IP when a SaaS allowlist asks for your outbound address.

Input
Open the page while connected to the office gateway.
Output
ip: 203.0.113.10
org: AS64500 Example Network
timezone: Asia/Shanghai

VPN comparison

A changed result usually means traffic is leaving through a different network path.

Input
Refresh after switching VPN off or changing regions.
Output
The IP, country, organization, or timezone may change.

FAQ

Can this show my local ifconfig address?No. Browser-based pages cannot reliably match local ifconfig output across Wi-Fi, VPN, Docker, and virtual adapters, so this tool only shows the public exit IP.
Why can server-side IP services be wrong?If the server calls an external IP service without using the visitor request IP, that service sees the hosting provider egress address instead of the browser public exit IP.