What Is My IP Address?
Instantly see your public IP address and detailed geolocation info. Nothing is stored — results are fetched live on each request.
Detecting your IP address…
Geolocation data is provided by ipapi.co and may not always be accurate. No data is stored on our servers.
What is an IP address?
An IP address (Internet Protocol address) is a unique numerical label assigned to every device connected to a network. Your public IP is the address your Internet Service Provider (ISP) assigns to your router — it's visible to websites and servers you connect to.
IPv4 vs IPv6
- IPv4 — 32-bit address, written as four numbers separated by dots (e.g.
203.0.113.42). ~4.3 billion possible addresses. - IPv6 — 128-bit address, written in hexadecimal groups (e.g.
2001:0db8::1). 340 undecillion addresses — virtually unlimited.
Why can't I see geolocation locally?
Geolocation works by mapping your public IP to a physical location database. When running on localhost or a private network (e.g. 192.168.x.x), your IP is not routable on the public internet, so no location data is available. Deploy to Vercel to see your full public IP and location.
Common use cases
- Debugging network or firewall rules
- Verifying VPN connection is active
- Checking which country/region your traffic appears to come from
- Allowlisting your IP in server configurations
- Diagnosing DNS or CDN routing issues