Traceroute

Trace the network path from our server to any IP address or domain. See each hop, measure latency, and identify routing issues or network bottlenecks.

How Traceroute Works

Traceroute is a network diagnostic tool that shows the path packets take from a source to a destination. It works by sending packets with incrementally increasing Time-To-Live (TTL) values.

Understanding the Results

How does this tool work?

This tool performs a traceroute from our server to the target IP or domain you specify. It sends packets with incrementally increasing TTL (Time-To-Live) values, recording each router that responds along the path. The result shows each hop's IP address, hostname, and latency.

Note that this traceroute is performed from our server's location, not from your local machine. The path and latency you see will differ from a local traceroute due to different network paths and distances.

Why should you use traceroute?

How to interpret the results

  1. Low, consistent latency: Healthy network path — packets are traveling efficiently.
  2. Sudden latency spike: Possible congestion, overloaded router, or long-distance hop.
  3. Timeouts (* * *): The router at that hop is not responding to traceroute probes. This is common and doesn't always indicate a problem.
  4. Final hop unreachable: The destination may be down, blocking ICMP, or behind a firewall.

Common Issues Detected

Limitations

This traceroute is performed from our server, not from your local machine. The path and latency will differ from what you'd see locally. For a local traceroute, use your operating system's built-in tools (tracert on Windows, traceroute on macOS/Linux).