The dataset contains a wealth of information about the Ethereum network, including detailed data on beacon chain events, mempool activity, and canonical chain events.
Events derived from the Beacon API event stream. This data is usually useful for 'timing' events, such as when a block was seen by a sentry.
Events derived from the finalized beacon chain. This data is only derived by a single instance, are deduped, and are more complete and reliable than the beacon_api_ tables.
Data extracted from the execution layer. This data is only derived by a single instance, are deduped, and are more complete and reliable than the execution_layer_p2p tables.
Pre-aggregated analytical tables for common blockchain queries powered by xatu-cbt and Clickhouse Build Tools. These tables are organized by network-specific databases and include dimension, fact, and intermediate tables for analyzing blockchain data.
Schema documentation for Xatu data formats and storage structures
Events from the consensus layer p2p network. This data is usually useful for 'timing' events, such as when a block was seen by a sentry.
Events from the execution layer p2p network. This data is usually useful for 'timing' events, such as when a transaction was seen in the mempool by an instance.
Events derived from MEV relays. Data is scraped from multiple MEV Relays by multiple instances.