My Network Info — What's My IP?

Instantly reveal your public IP, geolocation, browser fingerprint, local IPs, and HTTP headers — all in one page.

Try it Free →

Features

🌍

Public IP & Geolocation

See your real public IP address along with country, city, ISP, organization, ASN, and coordinates.

📋

Full HTTP Request Headers

Inspect every HTTP header your browser sends to the server — useful for debugging proxies and CDNs.

🖥️

Browser & System Fingerprint

Detect your browser name and version, operating system, device type, language, timezone, and screen info.

🏠

Local IP Detection

Discover your local IPv4 and IPv6 addresses via WebRTC ICE candidates without any server involvement.

📶

Network Connection Info

View connection type (4G/3G/2G), estimated downlink speed, RTT latency, and data saver status.

🔒

Privacy First

All browser-side data is collected locally. Backend runs on your own machine — your data never leaves your control.

How to Use

1

Open the Tool

Navigate to the My Network Info tool — browser info and local IPs are collected instantly.

2

Start the Local Backend (Optional)

Run 'cd backend && go run main.go' on your machine to also retrieve your public IP and HTTP headers from a server perspective.

3

Inspect & Copy

View all detected info in organized cards. Click any field to copy it, or use 'Copy All' to export everything as JSON.

Frequently Asked Questions

What is My Network Info?
It's a free browser tool that collects and displays your complete network environment: public IP address, geolocation, browser fingerprint, local network IPs, connection quality, and HTTP headers — all on one page.
Is it free to use?
Yes, completely free. No sign-up or API key required.
Why do I need a backend to see my public IP?
Browsers cannot self-report a public IP due to security restrictions. The optional Go backend (runs on your machine) acts as a local server that receives your request and returns what it sees — your real public IP and request headers.
Is my data safe?
All browser-side information is collected in your browser and never transmitted anywhere. The optional backend runs locally on your machine. Geolocation lookup uses the public ip-api.com API with your IP only.
What is a local IP address?
A local IP (e.g. 192.168.x.x) is your device's address on your home or office network, assigned by your router. It differs from your public IP which is visible to the internet.

← Back to pudone! home