Trace hop-by-hop paths with protocol and TTL controls.
Review each hop response time and ASN in a single table.
This page maps the visible network path from the probing system to the target. The UI remains intact, but the added explanation makes clear that traceroute is an observation of one path from one source at one point in time.
Enter a host or IP address, then choose the view options that fit your troubleshooting goal. The result is most useful when you already know the destination is relevant and you want to understand path behavior rather than just endpoint status.
The tool sends probes with incrementing hop limits and records which intermediate devices respond. Because routers can filter or rate limit these probes, the path may contain gaps even when end to end connectivity works.
Run traceroute to a known public host and review the hop list for large jumps in latency, path changes, or missing replies. Asterisks or gaps do not automatically prove an outage. They can simply indicate filtered or rate limited intermediate devices.
Use traceroute when latency changes suddenly, a region becomes unreachable, or you need evidence about which part of a path may be changing.
Traceroute, ping, and open port tests can all be affected by firewalls, routing policy, NAT, and rate limits. The output is an informational view of the path from one probe source, not a universal map of every route.
To run traceroute online, enter the destination domain or IP address and start the test. The output shows routers, or hops, along the path from the testing location to the target. Each line usually includes a hop number, router address or name, and one or more latency values. Remember that an online traceroute starts from the tool's server, not from your laptop or office. That perspective is useful when checking how the internet sees your destination, but it may differ from your own network path.
Traceroute hops are the routers or layer-3 devices a packet crosses on its way to the destination. Hop 1 is near the source, and later hops move farther along the path. The latency shown for each hop is the response time from that router, not necessarily the delay added by only that router. Some routers deprioritize or rate-limit traceroute replies, so a high number at one hop is not always a fault. Look for patterns, especially where loss or high latency continues through the remaining hops.
To find where a route fails, look for the last hop that responds and the first hop where replies stop or become consistently unreachable. If the trace reaches your provider but dies before the destination network, the issue may be upstream or remote. If it fails at the first hop, the problem is local. If it reaches the destination ASN and then times out, the target firewall may be blocking replies. Use ping, DNS checks, and a reverse traceroute if available before concluding exactly who is at fault.
Traceroute may show timeouts because routers often filter, rate-limit, or ignore the probe packets used by traceroute. A timeout in the middle of the path does not always mean traffic stops there. If later hops continue responding, the path is still moving forward. Timeouts at the end can mean the destination blocks traceroute or ICMP-style responses, even if the service is working. Read traceroute as a clue, not a final verdict. The important sign is whether loss or delay continues beyond that hop.
To check latency at each hop, read the round-trip times shown on each traceroute line. Many tools send three probes per hop, so you may see three values. A single high value can be a router deprioritizing replies. A real path problem is more likely when latency rises at one hop and stays high for all later hops. Compare traces from different locations if possible. Internet routing is asymmetric, so the forward path shown by traceroute may not match the return path used by real application traffic.
Ping and traceroute solve different questions. Ping tells you whether a target replies and gives round-trip latency and packet loss. Traceroute shows the hop-by-hop path used to reach the target, or at least the routers willing to respond. If ping fails, traceroute can help show where the path stops. If ping is slow, traceroute can suggest where latency begins. Neither tool proves the full application is healthy. A website can respond to HTTPS while blocking ping, and a router can ignore traceroute while forwarding traffic normally.
To trace the route to an IP address, enter the IP or domain into the traceroute tool and review each hop in order. If you use a domain, DNS resolution happens first, so note which IP it resolves to. Then check the sequence of hops, latency changes, timeouts, and the final destination response. For troubleshooting, run traces from more than one location when possible. A path from an online tool may differ from your office path, but it is still helpful for spotting upstream or regional routing problems.
Confirm basic reachability and latency before mapping the full path.
Check service exposure after you understand the path.
Add routing visibility context to observed path changes.