Skip to main content
Schema: sei.core_evm Table: fact_blocks Type: Base Table This table contains block level data for the SEI EVM Blockchain. This table can be used to analyze trends at a block level, for example gas fees vs. total transactions over time. For more information on EVM transactions, please see Etherscan Resources or The Ethereum Organization

Columns

Column NameData TypeDescription
BLOCK_NUMBERNUMBERAlso known as block height. The block number, which indicates the length of the blockchain, increases after the addition of each new block.
BLOCK_HASHTEXTThe hash of the block header for a given block.
BLOCK_TIMESTAMPTIMESTAMP_NTZThe date and time at which the block was produced.
NETWORKTEXTThe network on the blockchain used by a transaction.
TX_COUNTNUMBERTotal number of transactions within a block.
SIZENUMBERBlock size, which is determined by a given block’s gas limit.
MINERTEXT
MIX_HASHTEXT
EXTRA_DATATEXTAny data included by the validator for a given block.
PARENT_HASHTEXTThe hash of the block from which a given block is generated. Also known as the parent block.
GAS_USEDNUMBERTotal gas used in the block.
GAS_LIMITNUMBERTotal gas limit provided by all transactions in the block.
BASE_FEE_PER_GASNUMBER
DIFFICULTYNUMBERThe effort required to mine the block.
TOTAL_DIFFICULTYNUMBERTotal difficulty of the chain at a given block.
SHA3_UNCLESTEXTThe mechanism which Ethereum Javascript RLP encodes an empty string.
UNCLE_BLOCKSVARIANTUncle blocks occur when two blocks are mined and broadcasted at the same time, with the same block number. The block validated across the most nodes will be added to the primary chain, and the other one becomes an uncle block. Miners do receive rewards for uncle blocks.
NONCENUMBER
RECEIPTS_ROOTTEXTThe root of the state trie.
STATE_ROOTTEXT
TRANSACTIONS_ROOTTEXT
LOGS_BLOOMTEXT
FACT_BLOCKS_IDTEXTThe unique identifier for each row in the table.
INSERTED_TIMESTAMPTIMESTAMP_NTZThe utc timestamp at which the row was inserted into the table.
MODIFIED_TIMESTAMPTIMESTAMP_NTZThe utc timestamp at which the row was last modified.