Skip to content
nestoo
  • What is my IPYour public IPv4 and IPv6 address, location and provider.Network & IP
  • IP lookupLocation, provider and network of any IP address.Network & IP
  • DNS lookupA, AAAA, MX, TXT, NS and other DNS records for any domain.Network & IP
  • WHOIS lookupOwner, registrar and expiry date of any domain or IP.Network & IP
  • Port checkerCheck whether a port is open on your IP or a server.Network & IP
  • HTTP headers checkerResponse headers, status codes and redirect chain of a URL.Network & IP
  • SSL checkerCertificate validity, expiry and chain of any website.Network & IP
  • Password generatorStrong, random passwords generated right in your browser.Passwords & security
  • Password strength checkerHow long a password would take to crack, and if it leaked.Passwords & security
  • Hash generatorMD5, SHA-1, SHA-256, SHA-512 and CRC32 hashes of text or files.Passwords & security
  • JSON formatterFormat, validate and minify JSON, with exact error locations.Developer tools
  • Base64 encoder/decoderEncode text or files to Base64 and decode it back.Developer tools
  • URL encoder/decoderEncode and decode URLs and query strings, and parse any URL.Developer tools
  • JWT decoderRead the header and claims of a JSON Web Token.Developer tools
  • UUID generatorRandom UUID v4 and time-ordered v7 identifiers.Developer tools
  • Unix timestamp converterConvert Unix timestamps to dates and dates to epoch time.Developer tools
  • Binary converterTranslate text to binary and convert between number bases.Developer tools
  • Word counterCount words, characters, sentences and reading time.Text tools
  • Case converterUPPERCASE, lowercase, Title Case, camelCase, snake_case and more.Text tools
  • Diff checkerCompare two texts and highlight the differences.Text tools
  • QR code generatorFree QR codes for links, text, Wi-Fi and contacts, as PNG or SVG.Everyday tools
  • Percentage calculatorPercent of a number, percentage change, increase and decrease.Everyday tools
  • Unit converterConvert length, weight, temperature, volume, data and more.Everyday tools

What is my IP address?

This is the public IP address websites see when you visit them, along with the location and provider it points to.

IPv4 address
216.73.217.83
IPv6 address
Checking…

Location and network

City
Columbus
Region
Ohio
Country
🇺🇸 United States
Internet provider
Amazon.com, Inc.
Network number (ASN)
AS16509
IP range
216.73.216.0/22
Approximate coordinates
39.961, -82.999

Location is estimated from IP databases and is often only accurate to the nearest city.

Your browser

Checking…

Get your IP in the terminal

Run this in any terminal or script to print just your public IP address.

curl nestoo.net

Checked from our server. We don’t store what you look up.

How to use it

  1. 1Open this page – your public IP address appears at the top straight away.
  2. 2Look at the second line: if your connection supports both, you’ll see an IPv4 and an IPv6 address.
  3. 3Scroll down for the approximate location, your internet provider and details about your browser.
  4. 4Click Copy to put the address on your clipboard, or run curl nestoo.net in a terminal.

What is an IP address?

An IP (Internet Protocol) address is the number that identifies a device on a network, much like a postal address identifies a house. Every website you open sees the public IP address your connection comes from, because that’s where it sends its reply.

Your router usually shares one public IP address between all the devices in your home. Inside your home network, each device also has a private address such as 192.168.1.20, which never appears on the internet.

IPv4 and IPv6

IPv4 addresses look like 203.0.113.42 – four numbers from 0 to 255. There are only about 4.3 billion of them, which isn’t enough for every device on Earth. IPv6 addresses such as 2001:db8::1 are much longer, and there are practically unlimited numbers of them.

Many connections use both at once. Your browser picks one for each website, so a site may see your IPv4 address on one visit and your IPv6 address on the next.

How accurate is IP location?

IP geolocation comes from databases that map address ranges to places. It’s usually right about the country and often about the region, but the city can be off – it frequently points to where your provider routes traffic rather than where you are. An IP address never reveals your street address.

If you use a VPN, a proxy or iCloud Private Relay, websites see that service’s address instead of yours, so the location shown here will be theirs.

Questions and answers

Is my IP address private information?

It isn’t secret – every website and online service you use sees it – but it hints at your approximate location and internet provider. If you’d rather not share it, a VPN or Tor replaces it with another address.

Why is my IP address different from yesterday?

Most home and mobile connections get a dynamic IP address that the provider changes from time to time, for example when your router restarts. A static IP address that never changes is usually a paid extra.

Why doesn’t the location match where I am?

Location databases see where your provider’s network is registered or routed, which can be a nearby big city or even another region. Mobile networks in particular often send traffic through a central point far away from you.

What is the difference between a public and a private IP address?

A public IP address is unique on the internet and assigned by your provider. Private addresses (10.x.x.x, 172.16.x.x–172.31.x.x and 192.168.x.x) are used inside home and office networks, and your router translates them to the public address.

How do I find my IP address from the command line?

Run curl nestoo.net in a terminal and you’ll get just your public IP address, which is handy in scripts. Add -4 or -6 to force IPv4 or IPv6, or request nestoo.net/ip?format=json for JSON.