What is My IP Address Really Showing?

Every public-facing tool that says “your IP is X” is reading the same thing: the source IP of the TCP connection that hit the server. But what that IP means — who owns it, where it geolocates to, whether it's on a blocklist — depends on a chain of indirect signals.

The signal

What is My IP reads REMOTE_ADDR from the HTTP request. When you're behind a corporate proxy, CDN, or VPN, what you see is the IP of that hop, not your laptop.

The follow-on questions — whose ASN owns it, what city it geolocates to, is it on an email blocklist — come from IP Lookup and IP Blacklist Check. Both tools take any IP, not just yours.

Why your IP might surprise you

  • A consumer VPN puts you on a shared IP with thousands of other users; reputation tools may flag it.
  • Cellular carriers (CGNAT) hide millions of customers behind a few public IPs; the geolocation lands wherever the carrier provisions it, not where you live.
  • Cloud-provider IPs (AWS, GCP, Azure) carry a different reputation than residential IPs — many sites block them as a bot-mitigation measure. Our Cloud Region Detector tells you whose cloud an IP belongs to.

Frequently asked questions

Why does it say I'm in a different city?

IP geolocation is approximate; the database we query maps IP ranges to cities at the registry level, not your actual location. Cellular and VPN IPs can be off by hundreds of miles.

Why is my IP different from what my router shows?

Your router shows your private LAN IP; the public-facing IP belongs to your ISP. NAT translates between them.

Should I worry if my IP is on a blocklist?

For a consumer connection, only if you're sending mail directly (rare). For a server, yes — check our IP Blacklist Check tool monthly.

Get one fundamentals article a week

DNS, IPs, email deliverability, TLS — explained for sysadmins and curious developers. No spam, unsubscribe in one click.