Skip to main content

Archive Database

Archive database contains the data with the delay from tens of minutes to several hours, depending on the blockchain. It contains the data from the first (genesis).

You need to query it when you need:

  • statistics, where the latest data does not contribute much value
  • all the blocks including the blockchain
  • aggregated queries, like balances, counts, volumes
tip

Archive Database features:

  • includes all blocks from the genesis (first one)
  • has a strong consistency of the data
  • only trunk blocks included
  • has significant delay of data (from tens of minutes to hours)
  • queries need to be optimized, as the archive size quite significant

Also Check Combined and RealTime dataset.

Does Bitquery have data for all historical blocks since genesis?

With the exception of Solana, Bitquery provides complete historical data (from genesis onward) for all supported blockchains. For Solana, full historical token transfers are available via the V1 API, while in V2, Bitquery offers price aggregates starting from 2024.