eth_getBlockByNumber Flashblock RPC Method
Parameters
tag
string
REQUIRED
Use the `pending` tag to retrieve the latest Flashblock
transaction detail flag
boolean
REQUIRED
The method returns the full transaction objects when this value is true otherwise, it returns only the hashes of the transactions
Returns
object
object
A block object, or null when no block was found. The block object contains the following fields:
hash
string
The block hash of the requested block. null if pending
parentHash
string
The hash of the parent block
sha3Uncles
string
The SHA3 of the uncles data in the block
miner
string
The address of the beneficiary to whom the mining rewards were given
stateRoot
string
The root of the final state trie of the block
transactionsRoot
string
The root of the transaction trie of the block
receiptsRoot
string
The root of the receipts trie of the block
logsBloom
string
The bloom filter for the logs of the block. null if pending
difficulty
string
The integer of the difficulty for this block encoded as a hexadecimal
number
string
The block number of the requested block encoded as hexadecimal. null if pending
gasLimit
string
The maximum gas allowed in this block encoded as a hexadecimal
gasUsed
string
The total used gas by all transactions in this block encoded as a hexadecimal
timestamp
string
The UNIX timestamp for when the block was collated
extraData
string
The “extra data” field of this block
mixHash
string
A string of a 256-bit hash encoded as a hexadecimal
nonce
string
The hash of the generated proof-of-work. null if pending
baseFeePerGas
string
(Optional) A string of the base fee encoded in hexadecimal format. This field is omitted for blocks before the EIP-1559 upgrade
withdrawalsRoot
string
The root hash of the withdrawals data for the block
blobGasUsed
string
The amount of blob gas used in the block (EIP-4844)
excessBlobGas
string
The excess blob gas carried over from the previous block (EIP-4844)
uncles
array
An array of uncle hashes
transactions
array
An array of transaction objects or transaction hashes
Request
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free