How to Find .Onion Sites: Search Engines & Discovery Guide

The surface web is a curated mall. The dark web is an infinite library with no catalog, no librarian, and no map. Finding what you need requires learning how the shelves are organized — and accepting that many sections were designed to trap you.

— Nexus Market, Onion Discovery Field Notes

Google indexes zero .onion addresses. Bing, DuckDuckGo, and every other clearnet search engine exclude the Tor network by design. Finding a hidden service means learning a completely different discovery model — one built on specialized crawlers, human curation, and cryptographic verification. The methods that work are the same ones that have worked since Silk Road: search engines designed for Tor, community-maintained directories, and trusted forums. The difference in 2026 is scale. The tools are more sophisticated, but so are the traps.

Why Finding Onion Sites Is Different

The Tor network was designed to hide server locations. That design directly conflicts with the indexing model used by clearnet search engines. Google crawls the web by sending bots that follow links and download content. On Tor, crawling is slow — each HTTP request traverses three encrypted relays. Many hidden services actively block crawlers. Some require authentication. Others use CAPTCHAs that are trivially bypassable by humans but block automated indexing entirely.

The ephemeral nature of hidden services compounds the problem. A site that was online this morning may vanish by noon. The operator might have moved to a new address, shut down voluntarily, or been seized. This churn means every directory and search index is always somewhat out of date. The average lifespan of a darknet marketplace is 14 months. For smaller services, it is measured in weeks.

2011

The Hidden Wiki Era

The first-generation discovery method. A single MediaWiki instance listing known .onion addresses. Centralized, frequently defaced, and impossible to verify.

2014

Ahmia Launches

First open-source Tor search engine with transparent filtering criteria. Introduced the idea that darknet search could be principled rather than chaotic.

2016

Dread Replaces Reddit

After Reddit banned several darknet communities, Dread emerged as the primary discovery and discussion platform. Human curation at scale replaced algorithmic indexing.

2019

PGP Verification Becomes Standard

Services begin publishing PGP-signed address lists. Cryptographic verification shifts discovery from "trust the source" to "trust the math."

2024-2026

Multi-Source Cross-Verification

Current best practice requires confirming an address through 3+ independent channels. Specialized bots monitor uptime and flag phishing domains automatically.

Tor Search Engines

Specialized Tor search engines operate their own crawlers within the network. They index .onion sites by downloading content through Tor, extracting links, and building searchable databases. Each engine makes different trade-offs between index size, content filtering, and privacy.

Search EngineIndex SizeFilteringOpen SourceUptime TrackingBest For
Ahmia50,000+StrictBeginners, safe search
Torch100,000+MinimalDeep discovery, niche sites
Haystack30,000+ModeratePrivacy-conscious users
OnionLand80,000+ModerateCategory browsing

Ahmia remains the gold standard for beginners. It explicitly excludes abusive content, publishes its filter criteria, and provides a clearnet gateway for users who want to preview search results before launching Tor. Torch casts the widest net but returns raw, unfiltered results — useful for research if you know what you are looking for, dangerous if you do not.

Search Commands

onion-search-examples
# Search Ahmia via Tor (no clearnet exposure)
$ curl --socks5-hostname 127.0.0.1:9050 \
"http://juhanurmihxlp77nkq76byazcldy2hlmovfu2epvl5ankdibsot4csyd.onion/search?q=privacy+tools"

# Query Haystack with uptime filter
$ curl --socks5-hostname 127.0.0.1:9050 \
"http://haystak5njsqn6w4hjn5ybtgqbzlek3cc5qhj7s6w7qg3q66b4tyvyd.onion/search?q=forum&uptime=90"

# Check if a site is online (returns HTTP status)
$ curl --socks5-hostname 127.0.0.1:9050 -o /dev/null -w "%{http_code}" \
"http://targetaddress.onion"
200

Community Curated Directories

Community directories rely on human curation rather than automated crawling. The trade-off is smaller size but higher reliability. Every site listed has been reviewed by at least one community member, and often by many.

Dread is the most powerful discovery tool on the darknet, period. Its subdreads function as topic-specific bulletin boards where users share and verify addresses. Stickied posts in subdreads like d/DarkNetMarkets and d/Onions contain curated lists that are updated frequently. The reputation system helps distinguish trustworthy posters from scammers.

Reddit communities (r/onions, r/darknet, r/Tor) provide a clearnet-accessible directory layer. Anyone can post a link, so verification is essential. The most reliable posts include discussion from multiple users who confirm an address from their own knowledge. A .onion address with five commenters saying "can confirm, this is the real xyz" is far more trustworthy than a standalone post.

DarkNet Trust specializes in market and vendor verification. The platform maintains a list of confirmed market URLs, vendor profiles with historical ratings, and real-time scam alerts. Before depositing funds into any market, checking DarkNet Trust should be as automatic as checking your PGP keys.

Verification Protocol

Verification is not optional. It is the only thing standing between you and a phishing site that will drain your wallet. Use this four-step protocol every time you discover a new .onion address:

  1. Official source check. For known organizations (ProPublica, BBC, ProtonMail), the .onion address is published on their clearnet website. This is the most reliable source because the organization controls both domains.
  2. Cross-reference against 2+ independent sources. If the same address appears on Ahmia, in a Dread sticky, and on DarkNet Trust, confidence increases significantly. Be wary of addresses that appear in only one place.
  3. PGP signature verification. Many service operators publish cryptographically signed lists of their official addresses. Verify the signature against the operator's known public key. If the signature is valid, the list is authentic.
  4. Character-by-character visual check. Before pressing Enter, compare the address against every known official reference. One character difference — a capital I vs a lowercase l, a 0 vs an O — means a phishing site.
Fake Sites: The Dominant Threat

Phishing .onion addresses outnumber legitimate services by an estimated 4:1. Attackers register visually similar addresses, mirror the real site's HTML, and harvest credentials and deposits. The average phishing site operates for 72 hours before discovery. In that window, a well-promoted fake can steal hundreds of deposits. Always verify. Never trust a single source. If the address looks even slightly wrong, close the tab.

Safety Practices for Discovery

Every search carries risk. The very act of discovering new .onion sites exposes you to unknown servers that may be operated by adversaries. Follow these rules to minimize exposure:

  • Never disable Tor Browser's security slider. Keep it at "Safer" or "Safest." JavaScript is the primary vector for browser exploits and fingerprinting.
  • Do not download files from unknown sites. If you must download, scan with updated antivirus while offline. Better yet, use a dedicated VM that you can snapshot and revert.
  • Use a VPN beneath Tor if your threat model requires it. Tor hides what you are doing; a VPN hides that you are using Tor. In jurisdictions where Tor use is surveilled, this dual layer is essential.
  • Compartmentalize. Dedicate a separate VM or device for darknet exploration. If that environment is compromised, your primary system remains clean.

Discovery is a skill that improves with practice. The first fifty .onion addresses you verify will take time. By the hundredth, the pattern becomes automatic: cross-reference, verify PGP, check character by character, proceed. That muscle memory is worth more than any tool in your security stack.

← Best .Onion Sites Directory 2026 Back to .Onion Sites