Short answer. We pulled Russia's official banned-sites registry (Roskomnadzor's EAIS) plus the extended operator blocklists and analyzed them. The official registry holds 131,361 domains; extended operator lists exceed 1.47 million entries. The headline: almost 70% of blocked domains are international (.com and other zones), not .ru. One in five of the world's top sites (19%) is unreachable in Russia — Meta, X, LinkedIn, BBC, Medium, WordPress.com and more.
How we counted
Methodology (fully open, see footer): we aggregated the same authoritative sources public block-checkers use — the antizapret export (a mirror of the official EAIS registry, registered domains) and the antifilter.download extended blocklist (includes subdomains and operator lists). Then we overlaid a sample of the world's top sites. Every figure is reproducible — the engine sits behind our RKN block checker. Snapshot date: June 2026.
Scale of the registry
| Source | Domains | What it is |
|---|---|---|
| EAIS (antizapret) | 131,361 | official registry, registered domains |
| Extended (antifilter) | 1,470,647 | + subdomains, operator lists, IP blocks |
131k domains in the official registry — not counting the IPs, subdomains and network ranges that push the real number of unreachable resources into the millions.
Headline: it's not "the Russian web" being blocked — it's the global one
The registry's TLD distribution breaks the "they block Russian sites" stereotype:
| Zone | Domains | Share |
|---|---|---|
| .com | 35,077 | 27% |
| .ru | 39,286 | 30% |
| .net | 5,150 | 4% |
| .top | 4,525 | 3% |
| .org | 4,038 | 3% |
| .online | 3,765 | 3% |
| other (550+ zones) | ~39,500 | 30% |
Only 30% of blocked domains are in.ru. The other 70% are international —.com,.net,.organd 550+ more TLDs. The RKN registry is first and foremost a filter on the global web, not the Russian segment.
One in five of the world's top sites is blocked
We sampled the most-visited sites worldwide and checked them against the registry. The result — 19% (13 of 67) are unreachable in Russia:
- Social: Facebook, Instagram, X (Twitter), LinkedIn, Tumblr, Bluesky
- Media: BBC, Medium, SoundCloud, Dailymotion
- Platforms: WordPress.com, Patreon
Many of these still "resolve" — DNS returns an IP, the host Ping — but traffic is cut at the operator's DPI layer. So a plain ping or nslookup won't reveal the block: you need a registry check.
Why "the site works for me but my users can't reach it"
A classic case: the owner sees the site up, while some users report it down. Causes:
- IP / subnet block. RKN blocks an IP, but a CDN (Cloudflare, Akamai) hosts thousands of unrelated sites on it — one "neighbour" lands in the registry, everyone on that IP suffers.
- Domain-level DPI block — the operator cuts by SNI/Host while DNS stays "clean".
- Regional variation — operators roll out blocks unevenly.
# Check whether a domain is in the registry (antizapret export)
curl -s https://antizapret.prostovpn.org/domains-export.txt | grep -ix "example.com"
# See if the site sits on a "dirty" CDN IP
dig +short example.com # → IP → check the IP against the blocklist
What a site owner should do
- Check the domain and IP with the RKN block checker — registry status + network signals in 10 seconds.
- If the site is on a shared CDN IP, that's "block-by-neighbour" risk; consider a dedicated IP.
- Put the domain on availability monitoring so you learn about a registry hit first, not from your customers.
Where does the data come from?
From the antizapret export (a mirror of Roskomnadzor's official EAIS registry) and the antifilter.download extended blocklist — the same sources independent block-checkers use. We publish aggregate statistics only, not the lists themselves.
Why 131k in the registry but "millions of blocks"?
131k is the registered-domain count of the official registry. With subdomains, IPs and network ranges (extended lists exceed 1.47M entries) the real number of unreachable URLs is an order of magnitude higher.
The site "pings" but users can't open it — is it blocked?
Possibly. A domain/SNI DPI block doesn't affect DNS or ping — the host "resolves" but traffic is cut. Check against the registry, not with ping.
Can I check my own site?
Yes — the RKN block checker uses the exact same sources as this study.
Methodology. Sources: antizapret (a mirror of Roskomnadzor's EAIS registry, registered domains) + antifilter.download (extended blocklist with subdomains and operator lists). The TLD distribution is computed over the official registry. The "world's top" overlay is a 67-site sample of the most-visited sites by category. Date: June 2026. Reproducible via our RKN checker.