{% extends 'index.html' %} {% block main %}

About

This application allows you to view information on the individual nodes that make up the Tor network. All information is provided by the Onionoo API.

Tor is free software for enabling anonymous communication. If you've never used Tor before, why not give it a go, it's really easy to use, just download the Tor Browser Bundle and fire it up. If you find Tor useful, maybe consider running a relay.

"Tor" and the "Onion Logo" are registered trademarks of The Tor Project, Inc.

Search

You can search for Tor nodes by entering part of the nickname, hash or IP address into the search bar. Filters are also accepted, they can be used by specifying an Onionoo parameter and value separated by a colon, e.g country:gb, contact:luke or flag:Fast.

To search for nodes in Great Britain that contain the string "jug" in their nickname you would search for jug country:gb.

View all Onionoo parameters.

Flag Descriptions

Authority
if the router is a directory authority.
BadExit
if the router is believed to be useless as an exit node (because its ISP censors it, because it is behind a restrictive proxy, or for some similar reason).
Exit
if the router is more useful for building general-purpose exit circuits than for relay circuits. The path building algorithm uses this flag; see path-spec.txt.
Fast
if the router is suitable for high-bandwidth circuits.
Guard
if the router is suitable for use as an entry guard.
HSDir
if the router is considered a v2 hidden service directory.
Named
if the router's identity-nickname mapping is canonical, and this authority binds names.
NoEdConsensus
if any Ed25519 key in the router's descriptor or microdesriptor does not reflect authority consensus.
Stable
if the router is suitable for long-lived circuits.
Running
if the router is currently usable.
Unnamed
if another router has bound the name used by this router, and this authority binds names.
Valid
if the router has been 'validated'.
V2Dir
if the router implements the v2 directory protocol or higher.
{% endblock %}