IP Address Lookup & Subnet Calculator

Find your public IP address with geolocation details, look up any IP address, and calculate subnets with CIDR notation, network ranges, and host counts.

Your Public IP

Look Up an IP Address

Enter any public IPv4 or IPv6 address to see its geolocation, ISP, and timezone information.

Subnet Calculator

/24

Common Subnet Reference

CIDRSubnet MaskAddressesUsable HostsUse Case
/8255.0.0.016,777,21616,777,214Class A networks
/16255.255.0.065,53665,534Class B networks, large orgs
/20255.255.240.04,0964,094Cloud VPC subnets
/24255.255.255.0256254Standard LAN subnet
/25255.255.255.128128126Half a /24 subnet
/26255.255.255.1926462Small office network
/27255.255.255.2243230Small subnet
/28255.255.255.2401614Point-to-point + devices
/29255.255.255.24886Small server cluster
/30255.255.255.25242Point-to-point link
/32255.255.255.25511Single host route

Frequently Asked Questions

What is my IP address?

Your IP (Internet Protocol) address is a unique number assigned to your device by your Internet Service Provider (ISP). It identifies your device on the internet and is used for routing traffic. Your public IP is shown at the top of this page — it's the address that websites and services see when you connect to them.

What is CIDR notation?

CIDR (Classless Inter-Domain Routing) notation expresses an IP address and its subnet mask as a single value, like 192.168.1.0/24. The number after the slash indicates how many bits of the address are the network prefix. A /24 means 24 bits for the network (256 total addresses, 254 usable hosts), while a /16 means 16 bits (65,536 addresses).

What's the difference between public and private IP addresses?

Private IP addresses (10.x.x.x, 172.16-31.x.x, 192.168.x.x) are used within local networks and can't be reached directly from the internet. Public IP addresses are globally unique and routable on the internet. Your router has a public IP; devices behind it use private IPs. NAT (Network Address Translation) bridges the two.

Is this lookup data accurate?

IP geolocation data is sourced from ipinfo.io and is generally accurate to the city level for most ISPs. However, VPN, proxy, or corporate network users may see the location of their exit node rather than their physical location. The subnet calculator uses pure math and is always exact.