IPv6 CIDR Visual Explainer
Explain an IPv6 prefix visually: hex breakdown, address count, expanded/compressed range — quick reference for SREs.
—
Expanding an IPv6 address and understanding the prefix
An IPv6 address holds 128 bits written as eight hexadecimal groups, but it almost never appears in that full form: leading zeros are dropped and the longest run of zeroed groups becomes a double colon. The abbreviation helps reading and hinders comparing — two addresses written differently can be the same one.
Paste the address with its prefix and the page returns the expanded form, the canonical compressed form and what the prefix delimits. Expansion is the step that clears up most of the confusion: with all eight groups visible, you can compare addresses, check whether one falls inside a range and see where the prefix cuts.
On prefix sizes, the IPv6 convention differs sharply from IPv4. The standard block a provider hands a residential customer is a /56 or a /48, and each local network gets a /64 — which is the size stateless autoconfiguration expects. Subnets smaller than /64 break autoconfiguration, which is why economising addresses in IPv6 almost never makes sense: the space was sized so you would not have to.
Frequently asked questions
Why /64 and not something smaller?
Where can the double colon appear?
How do I tell whether an address falls inside a prefix?
Related Tools
Summarize CIDR Blocks to Supernet
Aggregate multiple IPv4 CIDR blocks into the smallest supernet that contains them all — free online tool for network admins.
Convert IP Range to CIDR List
Convert an IP range (start and end) into the smallest list of equivalent CIDR blocks. An essential tool for configuring firewalls, ACLs and network rules.
WebAuthn Options Explainer
Explains each PublicKeyCredentialCreationOptions field (attachment, userVerification, residentKey) for developers.
Cookie __Secure-/__Host- Prefix Validator
Validate Set-Cookie headers against __Secure- and __Host- prefix rules from RFC 6265bis (Secure, Domain, Path).
JWT Claims Explainer
Lists all RFC 7519 registered claims (iss, sub, aud, exp, nbf, iat, jti) with descriptions and basic validation.
Overlapping CIDR Detector
Detect overlapping or duplicate CIDR blocks in a list — useful for firewall reviews, AWS Security Groups and ACLs.