Search nodes, trace lookups, and watch swarms propagate—no tracker required.
Live view of every reachable node in the Mainline DHT—colour-coded by latency and protocol family (IPv4 / IPv6).
Step through a get_peers or find_node flow and see how queries traverse the Kademlia overlay.
Explore churn rates, IPv6 adoption, and node availability across months or years—ideal for research.
The BitTorrent Distributed Hash Table (BEP 5) replaces traditional
trackers by turning every peer into a tiny database. Each node stores
hints about which IPs are sharing a given infohash
, using
the Kademlia algorithm to route lookups in O(log N) hops.
DHT Explorer visualises that process—showing how queries fan out, how buckets fill, and how the network self-heals when nodes disappear. Think of it as bgp.tools for torrents.