Skip to main content

eth_getBlockReceipts RPC Method

Returns all transaction receipts for a given block.

Updated on
Feb 25, 2025

eth_getBlockReceipts RPC Method

Parameters

blockNumber
string
REQUIRED
The block number in hexadecimal format or the string latest, earliest, pending, safe or finalized

Returns

result
array
An array of transaction receipt objects
blockHash
string
Hash of the block this transaction was included in
blockNumber
string
Block number in hexadecimal
contractAddress
string
Contract address created, if the transaction was a contract creation, otherwise null
cumulativeGasUsed
string
Total amount of gas used in the block up to and including this transaction
effectiveGasPrice
string
The actual gas price charged for the transaction
from
string
Address of the sender
gasUsed
string
Amount of gas used by this specific transaction
l1BaseFeeScalar
string
Layer 1 base fee scalar value
l1BlobBaseFee
string
Layer 1 blob base fee
l1BlobBaseFeeScalar
string
Layer 1 blob base fee scalar
l1Fee
string
Layer 1 fee charged
l1GasPrice
string
Layer 1 gas price
l1GasUsed
string
Amount of Layer 1 gas used
logs
array
Array of log objects generated by this transaction
address
string
Address from which this log originated
topics
array
Array of up to 4 32-byte topics, first topic is usually the event signature
data
string
Contains the non-indexed arguments of the log
blockNumber
string
Block number where this log was in
transactionHash
string
Hash of the transaction this log was created from
transactionIndex
string
Transaction's index position in the block
blockHash
string
Hash of the block where this log was in
logIndex
string
Log's index position in the block
removed
boolean
True when the log was removed due to a chain reorganization, false if valid
logsBloom
string
Bloom filter for light clients to quickly retrieve related logs
status
string
Either 1 (success) or 0 (failure), encoded as hexadecimal
to
string
Address of the receiver
transactionHash
string
Hash of the transaction
transactionIndex
string
Integer of the transaction's index position in the block
type
string
Transaction type
Request
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free