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:
baseFeePerGas
string
The base fee per gas encoded in hexadecimal
blobGasUsed
string
The amount of blob gas used in the block (EIP-4844)
difficulty
string
The integer of the difficulty for this block encoded as a hexadecimal
excessBlobGas
string
The excess blob gas carried over from the previous block (EIP-4844)
extraData
string
The extra data field of this block
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
hash
string
The block hash of the requested block. null if pending
logsBloom
string
The bloom filter for the logs of the block. null if pending
miner
string
The address of the beneficiary to whom the mining rewards were given
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
number
string
The block number of the requested block encoded as hexadecimal. null if pending
parentBeaconBlockRoot
string
The hash of the parent beacon block root
parentHash
string
The hash of the parent block
receiptsRoot
string
The root of the receipts trie of the block
requestsHash
string
The hash of the requests in the block
sha3Uncles
string
The SHA3 of the uncles data in the block
size
string
The size of the block in bytes
stateRoot
string
The root of the final state trie of the block
timestamp
string
The UNIX timestamp for when the block was collated
transactions
array
An array of transaction objects or transaction hashes
transactionsRoot
string
The root of the transaction trie of the block
uncles
array
An array of uncle hashes
withdrawals
array
An array of withdrawal objects included in the block
withdrawalsRoot
string
The root hash of the withdrawals data for the block
Request
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free