What this tool does
The IP Address Validator checks whether a string is a valid IPv4 or IPv6 address and breaks it down completely — version, scope, and structure — so you can tell at a glance whether an address is public, private, loopback, link-local, multicast, or reserved.
How it works
For IPv4 it parses four octets (0–255, no leading zeros) and computes the class, 32-bit integer, hex, and binary forms. For IPv6 it validates the groups and the :: shorthand, supports embedded IPv4, and shows both the compressed canonical form and the fully expanded eight-group form. Range detection uses the standard RFC-defined blocks.
Privacy
This is a pure, offline analysis — no WHOIS, geolocation, or DNS lookups. Everything runs locally in your browser and nothing is uploaded.