See Every Hop,
Every Dropped Packet

CoolTR is a modern, dark-themed Windows network diagnostic tool — live MTR-style tracerouting, continuous ping monitoring, and deep network info lookups in a single desktop GUI.

FreeOpen SourceWindows 10 / 11

The Problem

The connection feels bad — video calls stutter, a game lags, a server halfway across the world responds in bursts — and a single tracert run tells you almost nothing. It probes each hop once and exits, so intermittent packet loss slips right past it. To actually diagnose the path you end up juggling ping windows, traceroute output, and half a dozen browser tabs for WHOIS, GeoIP, and ASN lookups.

CoolTR puts all of it in one window. Enter a hostname or IP, hit Start, and watch every panel populate in real time — a live per-hop MTR table, continuous ping stats with a timestamped log, and DNS, GeoIP, ARIN, BGP, and WHOIS data on the target.

What It Does

CoolTR runs three diagnostics at once against your target:

  1. Live MTR traceroute — streams tracert to discover the route, then continuously pings each hop at the correct TTL to build per-hop statistics
  2. Continuous ping monitor — one ping per second with running statistics and a 500-sample history
  3. Parallel info lookups — DNS, GeoIP, ARIN RDAP, BGP, and WHOIS threads fill the info panel while the probes run
Live MTR Traceroute
Continuously probes each hop along the route, showing real-time per-hop packet loss and latency — last, avg, best, worst, and stdev.
Continuous Ping Monitor
Sends one ping per second to the target with running statistics and a timestamped log.
Deep Info Lookups
DNS records (A, PTR, AAAA, MX, NS, TXT, SOA, CNAME), GeoIP via ip-api.com, ARIN/RDAP block ownership, BGP prefix and ASN data, and WHOIS.
Color-Coded Loss
Per-hop loss shows green at 0%, yellow at 1–5%, orange at 6–20%, and red above 20% — problem hops jump out of the table.
No Admin Rights
No raw sockets — all probing runs through the native Windows ping.exe and tracert.exe binaries, so no elevated privileges are needed.
GitHub Dark Theme
A dark UI that's easy on the eyes for long diagnostic sessions.

Install

CoolTR is free and open source under the MIT license. It requires Python 3.8+ on Windows 10 or 11 — no admin rights required.

git clone https://github.com/VAROIndustries/CoolTR.git cd CoolTR setup.bat run.bat

setup.bat installs the optional dependencies (requests, dnspython, python-whois); the app falls back gracefully if any are missing — core traceroute and ping work with only Python's standard library. You can also launch it directly with python cooltr.py.

Source and documentation: github.com/VAROIndustries/CoolTR

FAQ

Do I need admin rights to run CoolTR?
No. CoolTR never opens raw sockets — all probing is done through the native Windows ping.exe and tracert.exe binaries, so no elevated privileges are needed.
What is an MTR-style traceroute?
A classic traceroute probes the route once and stops. An MTR-style traceroute keeps probing every hop along the route continuously, showing real-time per-hop packet loss and latency — last, average, best, worst, and standard deviation — so you can see which hop is dropping packets.
What network lookups does CoolTR run?
When you enter a target, CoolTR fires parallel threads for DNS records (A, PTR, AAAA, MX, NS, TXT, SOA, and CNAME), GeoIP data via ip-api.com, IP block owner and CIDR range from the ARIN RDAP registry, BGP prefix and ASN data via bgpview.io, and WHOIS registration data.
Is CoolTR free?
Yes — CoolTR is free and open source under the MIT license. It runs on Windows 10 and 11 and requires Python 3.8+. The full source is on GitHub.
What happens if the optional Python dependencies are missing?
CoolTR falls back gracefully — core traceroute and ping work with only Python's standard library. The optional packages (requests, dnspython, python-whois) enable the GeoIP, ARIN, BGP, advanced DNS, and WHOIS lookups.

More Free Tools