Links

Ethereum

Dataset containing fully decoded Ethereum data - Version: Beta (Apr-2022)
Transition Announcement: Dataset Replacement & Enhanced Data Model - This data set will soon be deprecated. Migration documentation will be available to ensure a smooth transition.

Ethereum Decoded Dataset

Table
Description
Blocks
Comprehensive record of all blocks ever stored on the blockchain, exact copy of the raw data layer table.
Each block is uniquely identified by its BLOCK number.
Comprehensive record of all transactions ever executed on the blockchain. All transactions are decoded.
Each transaction is uniquely identified by its TX_HASH.
Events
Complete history of all events (logs) emitted on the blockchain. All events are decoded.
Calls
Detailed log of all internal transaction calls (traces) executed on the blockchain. All calls are decoded.
Comprehensive overview of all changes made to the blockchain state during on-chain executions, exact copy of the raw data layer table.
Complete list of all changes made to the storage of smart contracts during on-chain operations. All records are decoded.

Ethereum Raw Dataset

Table
Description
Blocks
Comprehensive record of all blocks ever stored on the blockchain. Each block is uniquely identified by its BLOCK number.
Comprehensive record of all transactions ever executed on the blockchain. Each transaction is uniquely identified by its TX_HASH.
Events
Complete history of all events (logs) emitted on the blockchain.
Calls
Detailed log of all internal transaction calls (traces) executed on the blockchain.
Comprehensive overview of all changes made to the blockchain state during on-chain executions.
Complete list of all changes made to the storage of smart contracts during on-chain operations.