Your public IP is the address your ISP or mobile carrier assigns to the network you're on right now — not to you personally. To see it, open Zro7 What's My IP. You'll see an IPv4 address, and (if your ISP supports it) an IPv6 address, plus the geolocation that public databases associate with the IP.
IPv4 vs IPv6, in one paragraph
IPv4 looks like 203.0.113.42 — 32 bits, ~4.3 billion addresses, mostly exhausted. Home routers hide many devices behind one via NAT. IPv6 looks like 2001:db8::1 — 128 bits, effectively unlimited, no NAT needed. Every device gets its own address. Most mobile carriers and modern ISPs assign both (dual-stack).
Why the city on the geolocation is often wrong
IP geolocation is a database lookup, not GPS. Providers (MaxMind, IP2Location, ipinfo) map IP blocks to a guessed location using BGP registrations, WHOIS, and user-reported data. Accuracy:
- Country — ~99% accurate for residential IPs.
- City — typically 55–80% accurate; often the ISP's regional POP, not your street.
- Mobile / CGNAT / VPN — routinely wrong by hundreds of km. A T-Mobile IP might show 'Seattle' for a user in Miami.
Things your IP does NOT reveal
- Your name, address, or phone number — those require a court order to your ISP.
- Your MAC address — IPs stop at your router.
- Which website you're browsing — the IP only identifies your network to the outside world.
What it can reveal
- The ISP or ASN (e.g. AS15169 Google) — trivially public.
- That two visitors came from the same network (family, office, campus).
- Rough country/region for geo-blocking and fraud scoring.
Steps
- Open What's My IP.
- Note your IPv4 and (if present) IPv6.
- Use Reverse DNS to see the PTR name, and DNS Lookup to sanity-check the ASN.
Zro7