Number of pages, distribution of top-level domains, crawl overlaps, etc. - basic metrics about Common Crawl Monthly Crawl Archives
Latest crawl: CC-MAIN-2026-30
Crawler-related metrics are extracted from the crawler log files, cf. ../stats/crawler/ and include
The first plot shows absolute number for the metrics.

The relative portion of the fetch status is shown in the second graphics.

The next figure shows the relative usage of http and https URL protocols (schemes). The increasing usage HTTPS on the web is reflected. But also crawler properties such as sampling, deduplication and URL canonicalization) may influence the actual amount of HTTPS URLs in a single monthly crawl.

HTTP protocol and TLS versions are tracked since the crawler started to support HTTP/2 during the July 2024 crawl.
(HTTP protocol version counts: http_protocol_version.csv)
(TLS protocol version counts: tls_protocol_version.csv)
In December 2024 CCBot has added support for IPv6. Initially, with preference for IPv4, since March 2026 using the Happy Eyeballs RFC (RFC 6555).
(IP address version counts: ip_address_version.csv)
The crawls are backed by a CrawlDb which stores URLs, fetch time, status information, content checksum and various other metadata. HTTP response codes are mapped to coarse CrawlDatum states and so are other status signals, such as disallowed by robots.txt or the result of a deduplication job. By adding permanently new URLs, the CrawlDb is growing and requires a permanent cleanup which removes stale URLs. The figure below shows the development of the CrawlDb over time, including the amount of CrawlDatum states. Size and counts are recorded before the fetching of a monthly crawl.
