Retrieves detailed information for a specific block identified by its number or hash.
Retrieves detailed information for a specific block, including transactions, internal transactions, and metadata.
Authorizations
API key passed as a Bearer token in the Authorization header.
Path Parameters
Block hash or number in the path
x >= 0The ID of the blockchain
Response
Detailed information about the specified block.
Block response
EIP-1559 base fee per gas, in wei. Null on blocks produced before EIP-1559 activation or on chains that do not implement EIP-1559.
^-?([1-9][0-9]*|0)$Sum of EIP-1559 base fees burned by transactions in this block, in wei.
^-?([1-9][0-9]*|0)$Burned base fees as a percentage of total transaction fees in this block.
Proof-of-work difficulty of this block. Zero on proof-of-stake chains.
^-?([1-9][0-9]*|0)$^-?([1-9][0-9]*|0)$Percent above the EIP-1559 elasticity target (gas_used vs. gas_limit / elasticity_multiplier).
^-?([1-9][0-9]*|0)$Gas used in this block as a percentage of gas_limit.
^0x([A-Fa-f0-9]{64})$Block number (zero-based index from genesis).
x >= 0Number of internal transactions in this block; null when the count is unavailable.
x >= 0True when the block is scheduled for re-fetch; its fields may change once re-fetching completes.
Address credited with the block — the miner on PoW chains, the fee recipient / proposer on PoS chains, and the sequencer on rollups.
Proof-of-work nonce used to satisfy the difficulty target. Zero on proof-of-stake chains.
^0x([A-Fa-f0-9]*)$^0x([A-Fa-f0-9]{64})$Sum of validator tips (EIP-1559 priority fees) paid by transactions in this block, in wei.
^-?([1-9][0-9]*|0)$Block rewards grouped by recipient category. Single-block variant: type is a human-readable label rather than a machine identifier.
Block size in bytes (length of the RLP-encoded block).
x >= 0Cumulative chain difficulty through this block (sum of difficulty of this block and all ancestors).
^-?([1-9][0-9]*|0)$Sum of transaction fees (gas price × gas used) paid by transactions in this block, in wei.
^-?([1-9][0-9]*|0)$x >= 0Block classification: block = main-chain consensus block; uncle = ommer (valid but not in main chain); reorg = former main-chain block lost to reorganization.
block, uncle, reorg Hashes of ommer (uncle) blocks referenced by this block.
Number of withdrawals included in this block; null when the count is unavailable.
x >= 0