Optional
blobThe total amount of BLOb gas consumed by transactions within the block. See [[link-eip4844].
For proof-of-work networks, the difficulty target is used to adjust the difficulty in mining to ensure a expected block rate.
Optional
excessThe running total of BLOb gas consumed in excess of the target prior to the block. See [[link-eip-4844]].
Additional data the miner choose to include.
The maximum amount of gas a block can consume.
The amount of gas a block consumed.
Optional
hashThe block hash.
The miner (or author) of a block.
A random sequence provided during the mining process for proof-of-work networks.
The block number.
Optional
parentThe hash tree root of the parent beacon block for the given execution block. See [[link-eip-4788]].
The hash of the previous block in the blockchain. The genesis block has the parentHash of the [[ZeroHash]].
Optional
prevThe latest RANDAO mix of the post beacon state of the previous block.
Optional
receiptsThe hash of the transaction receipts trie.
Optional
stateThe root hash for the global state after applying changes in this block.
The timestamp for this block, which is the number of seconds since epoch that this block was included.
Optional
tracesOptional
transactionThe list of transactions in the block.
The protocol-defined base fee per gas in an [[link-eip-1559]] block.