How the Dark Web Works

How Do Dark Web Crawlers Find Onion Sites If There's No DNS?

The normal internet has a phone book. The dark web deliberately doesn't. So how does anything like a 'dark web search engine' exist at all?

Dark web crawlers can't use DNS because .onion addresses aren't part of the domain name system at all — they're self-generated from cryptographic keys. Instead, crawlers start from known lists of onion links (forums, wikis, pastebins, previous crawls) and follow links from page to page, the same brute-force way early web crawlers worked before search engines got sophisticated.

Imagine trying to build a phone book for a city where nobody's address is written down anywhere, and half the residents change their number every few weeks.

That's roughly the problem facing anyone who wants to build a search engine for the dark web — and yet several exist. How?

An abstract network diagram showing interconnected nodes with no central hub
DNS involved?None — .onion isn't a DNS domain
Address length56 characters, derived from a public key
Starting pointSeed lists and known directories
Core methodLink-following, like 1990s web crawlers

TL;DR

Quick answer

.onion addresses are cryptographically generated, not registered via DNS, so crawlers can't ask a directory for a list of sites. They find sites by following links from seed lists, the same way early-1990s web crawlers worked.

Last reviewed2026-06-01
Reading time8 min
DifficultyIntermediate
EvidenceStrong
Why no DNS.onion addresses are self-certifying, generated from a cryptographic key pair, not registered anywhere
Address example shapeA 56-character string ending in .onion
How crawlers startFrom seed lists: forums, wikis, and pastebins listing known onion links
How crawlers growBy following every link found on each page they visit, recursively
Biggest limitationThey can only find sites that are linked from somewhere public

The core mechanism

No directory means no shortcuts

The regular internet works because of DNS, the Domain Name System — a distributed phone book that turns 'example.com' into a numeric address a computer can find. Every domain gets registered somewhere, which is exactly what makes it findable, and exactly what makes it seizable by a court order.

Onion addresses skip that system entirely. A .onion address is generated mathematically from a cryptographic key pair — it's less like a street address and more like a fingerprint. Nobody registers it with an authority, because there is no authority to register it with.

That means a dark web crawler can't do what Google does — ask a central registry for a list of every domain that exists. It has to find sites the old-fashioned way: by starting somewhere and following the trail of links, page by page, exactly like the earliest web crawlers did before anyone had built a better system.

Why this makes dark web search fundamentally incomplete

  • A site with zero incoming links is functionally invisible to any crawler
  • Seed lists (forums, wikis) are the real starting point, not automated discovery
  • Sites that want to stay hidden simply avoid ever being linked publicly
  • This is why dark web 'search engines' index a small fraction of what actually exists

The strange part: it's the same trick from 1994

Dark web search tools essentially rebuilt 1990s web-crawling technology, because the dark web deliberately has none of the infrastructure the modern web takes for granted.

Before Google existed, early web crawlers like WebCrawler and Lycos found pages the same brute-force way — by following hyperlinks from page to page, with no central index to consult.

It's a reminder that DNS wasn't inevitable — it was a convenience layer added on top of a network that originally worked by pure link-following, and the dark web just never got that upgrade.

Misconception

Dark web search engines can find any onion site that exists.

Reality

They can only find sites that are linked from somewhere they've already crawled. A site that's shared only in a private chat, with no public links pointing to it, is invisible to every crawler — which is exactly the point for its operators.

From seed list to search index, step by step

Here's the actual pipeline a dark web crawler like Ahmia follows.

Start with a seed list

The crawler begins with a hand-curated list of known onion addresses, gathered from public wikis, forums, and previously indexed pages.

Like starting a new phone book by copying every number scrawled on a public bulletin board.

Visit each address over Tor

The crawler connects to each site through the Tor network itself, since .onion addresses aren't reachable any other way.

Extract every outgoing link

Each page is scanned for hyperlinks to other .onion addresses, which get added to a queue of pages still to visit.

Following a trail of breadcrumbs, where every breadcrumb points to a handful of new breadcrumbs.

Repeat recursively

The crawler keeps visiting new links found in the queue, building out its index page by page, the same loop running continuously.

Filter and index

Legitimate dark web search engines like Ahmia deliberately filter out categories of content (such as material involving child exploitation) before anything becomes searchable.

Some onion addresses are 56 characters of pure math

A modern .onion address is derived directly from an Ed25519 public key, meaning the address itself functions as its own security certificate — no third party needs to vouch for it.

This is actually a clever design: you can verify you've reached the right site just from the address format, with zero trust in any registrar required.

So how do people find new sites before crawlers do?

If crawlers only follow links, how does anyone find a brand-new onion site at all?

Word of mouth, mostly. Forums like Dread, wikis like the Hidden Wiki, and Reddit-style link-sharing communities are where new .onion addresses actually circulate first — crawlers are downstream of that human gossip network, not ahead of it.

The system built for anonymity relies on public sharing to be findable

A network engineered specifically to avoid central registries ends up completely dependent on the most public, unglamorous tool available — a hyperlink shared on a forum. Total secrecy and total discoverability are opposites, and every onion site operator has to pick a spot on that spectrum.

What this says about how networks actually work

We tend to assume 'searchable' is the default state of information, because Google made it feel that way. The dark web is a useful reminder that search is an achievement, not a given — it took decades of infrastructure (DNS, indexing, ranking algorithms) to make the ordinary internet feel effortlessly findable. Strip that infrastructure away, and you're back to something closer to a village gossip network: findable only through who tells whom.

Questions people ask

If this got you curious

How do dark web marketplaces build trust and reputation systems?

Once you can find a site, the next problem is deciding whether to trust it

Can someone run a malicious Tor exit node to spy on you?

The infrastructure that routes your traffic has its own trust problems

What is Monero and why is it preferred on the dark web?

Another piece of dark web infrastructure built to avoid central authorities

Do dark web marketplaces still exist in 2026?

See what's actually still findable using the methods described here

What happened to AlphaBay?

How law enforcement found a marketplace crawlers never could

Findability was always a choice

The next time a search engine hands you an answer in a third of a second, it's worth remembering that's not how information naturally behaves — it's an infrastructure someone built. The dark web didn't remove that infrastructure by accident. It removed it on purpose, and everything about how you find things there follows from that one decision.

You now know

  • .onion addresses are generated from cryptographic keys, not registered through DNS
  • Crawlers find onion sites by following links from known seed lists, the same way 1990s web crawlers worked
  • Sites with no public links pointing to them are effectively invisible to any crawler
  • Human communities (forums, wikis) discover new sites before automated crawlers do

Safety note

Educational, not operational

This guide is educational. It does not provide instructions for illegal activity, evading law enforcement, buying prohibited goods, or attacking systems. Laws and risks vary by country, so stay within your local rules and avoid interacting with unknown services.

Common myth

Myth vs reality

Myth

Dark web search engines can find any onion site.

Reality

They only find sites linked from somewhere they've already crawled.

FAQs

Questions people ask

Sources

Further reading

  • Tor Project: Onion ServicesThe Tor Project
  • Ahmia SearchAhmia.fi

Continue learning

Next useful step

Keep going

The next door is usually the interesting one

The answer you came for touches a few neighboring questions. These are the ones most likely to make the picture click.

What you should remember

Findability was always a choice

  • The dark web didn't remove search infrastructure by accident — it removed it on purpose, and everything about how you find things there follows from that one decision.
  • .onion addresses are generated from cryptographic keys, not registered through DNS
  • Crawlers find onion sites by following links from known seed lists, the same way 1990s web crawlers worked
  • Sites with no public links pointing to them are effectively invisible to any crawler

A few useful next steps

Where this question wanders next

The dark web is less a single tunnel than a set of side passages. These are the useful ones from here.

If this made you wonder

dark web collection

is

Is DuckDuckGo the Same on the Dark Web?

DuckDuckGo has an official .onion address, built and maintained by the company itself. The search results are the same. What happens on the way there isn't.

6 min read
what

What Is an Onion Address?

An onion address is a special address ending in `.onion` that identifies a service on the Tor network. Unlike an ordinary domain such as `example.com`, a modern onion address is derived from cryptographic information associated with the onion service rather than being purchased from a conventional domain registrar.

6 min read
how

How Deep Is the Dark Web?

The dark web does not have a set number of technical "levels" or layers. Popular internet-iceberg diagrams that describe increasingly secret levels of the web are largely a storytelling device, not a map of how Tor or the internet is actually structured.

6 min read
how

How to Access the Dark Web With Tor Browser

To access legitimate onion services, download Tor Browser from the official Tor Project website, install it, connect to the Tor network, and enter a known .onion address from a trusted source. Do not use random directories or links that promote illegal services.

6 min read
how

How To Access The Dark Web?

One piece of official software, downloaded from one specific place, is the entire technical barrier. The mechanics are refreshingly simple, it's everything you do afterward that determines how safely the visit goes.

6 min read
is

Is It Legal to Use a Dark Web Search Engine?

There's a search box for the dark web, and typing into it feels like it should be against something. In most places, it isn't.

6 min read

Build the basics

1

What Is an Onion Address?

An onion address is a special address ending in `.onion` that identifies a service on the Tor network. Unlike an ordinary domain such as `example.com`, a modern onion address is derived from cryptographic information associated with the onion service rather than being purchased from a conventional domain registrar.

2

What Is the Dark Web, and How Do You Access It?

Somewhere between a rumor and a research paper, the actual dark web is smaller, more accessible, and considerably less mysterious than its reputation suggests — here's the whole picture, definition and access instructions together.

3

What Are Not Evil, OnionLand, and Kilos?

Google can't see a single .onion address. Here's what fills the gap instead.

4

What Are Onion Sites, Or On The Dark Web?

Websites that exist entirely within Tor's own network, reachable only through Tor Browser and a very different kind of address.

5

What Are the Uses of Hidden Services on the Tor Network?

What Are the Uses of Hidden Services on the Tor Network points to a real part of the privacy and dark web story, but the useful answer is smaller and more practical than the myth. It is technology, people, incentives, and risk stacked together.

Questions people ask first

Choose by the time in your pocket