Developer·Updated 2026-04-22

URL Parser & Inspector

Break any URL into protocol, host, path, query parameters and fragment.

URL Parser & Inspector

How it works

  1. 1.

    Paste URL

    Enter any IPv4 address inside the network (for example 192.168.1.42). The tool figures out which network the address belongs to automatically.

  2. 2.

    Inspect components

    Set the CIDR mask (0 to 32). /24 is standard for home/office networks, /16 for larger ones, /8 for regional allocations. /31 and /32 are handled per RFC 3021.

  3. 3.

    Copy parameters

    Network address, broadcast, first/last host, netmask, wildcard, host count, IP class, and RFC 1918 private flag are all computed instantly.

FAQ

Can I extract UTM parameters?+

Yes. Every query parameter is listed individually and copyable.

Does it work with relative URLs?+

No, the URL must include the protocol (http:// or https://).

Are my URLs stored?+

No. Entirely client-side.

Related tools