Skip to main content

eth_getBlockReceipts RPC Method

Loading...

Updated on
Feb 11, 2026

eth_getBlockReceipts RPC Method

Parameters

blockNumber
string
REQUIRED
Loading...

Returns

result
Loading...
blockHash
Loading...
blockNumber
Loading...
contractAddress
Loading...
cumulativeGasUsed
Loading...
effectiveGasPrice
Loading...
from
Loading...
gasUsed
Loading...
gasUsedForL1
Loading...
l1BlockNumber
Loading...
logs
Loading...
address
Loading...
topics
Loading...
data
Loading...
blockNumber
Loading...
transactionHash
Loading...
transactionIndex
Loading...
blockHash
Loading...
logIndex
Loading...
removed
Loading...
logsBloom
Loading...
status
Loading...
timeboosted
Loading...
to
Loading...
transactionHash
Loading...
transactionIndex
Loading...
type
Loading...
Request
1
curl -X POST "https://docs-demo.arbitrum-mainnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "eth_getBlockReceipts",
6
"params": [
7
"latest"
8
],
9
"id": 1
10
}'
1
curl -X POST "https://docs-demo.arbitrum-mainnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "eth_getBlockReceipts",
6
"params": [
7
"latest"
8
],
9
"id": 1
10
}'
Response
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": [
5
{
6
"blockHash": "0xc2bc3bcfc1a21ed4548807396ed2c81bbf97b5f1114cfa59230c0987f3ae2f93",
7
"blockNumber": "0x19a38020",
8
"contractAddress": null,
9
"cumulativeGasUsed": "0x0",
10
"effectiveGasPrice": "0x1312d00",
11
"from": "0x00000000000000000000000000000000000a4b05",
12
"gasUsed": "0x0",
13
"gasUsedForL1": "0x0",
14
"l1BlockNumber": "0x174914e",
15
"logs": [],
16
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
17
"status": "0x1",
18
"timeboosted": false,
19
"to": "0x00000000000000000000000000000000000a4b05",
20
"transactionHash": "0xfb6d4a90f68312a94aa7dc698d78f4b76ca686d379cee746cb6d35e251612036",
21
"transactionIndex": "0x0",
22
"type": "0x6a"
23
},
24
{
25
"blockHash": "0xc2bc3bcfc1a21ed4548807396ed2c81bbf97b5f1114cfa59230c0987f3ae2f93",
26
"blockNumber": "0x19a38020",
27
"contractAddress": null,
28
"cumulativeGasUsed": "0x88c1",
29
"effectiveGasPrice": "0x1312d00",
30
"from": "0x2efc4931f2e64b38d6ae3d714466840fbc951f56",
31
"gasUsed": "0x88c1",
32
"gasUsedForL1": "0x53",
33
"l1BlockNumber": "0x174914e",
34
"logs": [],
35
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
36
"status": "0x1",
37
"timeboosted": false,
38
"to": "0x7c992ba1d80e27f36c1410756aa82132de0f28ac",
39
"transactionHash": "0x90649577391d252b3fab28c7d8b15d3df4454e02db4f1b84b4c12adbf9533505",
40
"transactionIndex": "0x1",
41
"type": "0x2"
42
},
43
{
44
"blockHash": "0xc2bc3bcfc1a21ed4548807396ed2c81bbf97b5f1114cfa59230c0987f3ae2f93",
45
"blockNumber": "0x19a38020",
46
"contractAddress": null,
47
"cumulativeGasUsed": "0x147d8",
48
"effectiveGasPrice": "0x1312d00",
49
"from": "0x25fd8aaae21552ff2f2463a9eb2412c63546b501",
50
"gasUsed": "0xbf17",
51
"gasUsedForL1": "0xd5",
52
"l1BlockNumber": "0x174914e",
53
"logs": [],
54
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
55
"status": "0x1",
56
"timeboosted": false,
57
"to": "0xc4871f4aa017d7b7b16674fedc632e4f7a8924d9",
58
"transactionHash": "0xf2d876f7554019d5e214843cbe9cf70b1aef0809e638d92dbffa367a6e13a6ae",
59
"transactionIndex": "0x2",
60
"type": "0x2"
61
}
62
]
63
}
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": [
5
{
6
"blockHash": "0xc2bc3bcfc1a21ed4548807396ed2c81bbf97b5f1114cfa59230c0987f3ae2f93",
7
"blockNumber": "0x19a38020",
8
"contractAddress": null,
9
"cumulativeGasUsed": "0x0",
10
"effectiveGasPrice": "0x1312d00",
11
"from": "0x00000000000000000000000000000000000a4b05",
12
"gasUsed": "0x0",
13
"gasUsedForL1": "0x0",
14
"l1BlockNumber": "0x174914e",
15
"logs": [],
16
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
17
"status": "0x1",
18
"timeboosted": false,
19
"to": "0x00000000000000000000000000000000000a4b05",
20
"transactionHash": "0xfb6d4a90f68312a94aa7dc698d78f4b76ca686d379cee746cb6d35e251612036",
21
"transactionIndex": "0x0",
22
"type": "0x6a"
23
},
24
{
25
"blockHash": "0xc2bc3bcfc1a21ed4548807396ed2c81bbf97b5f1114cfa59230c0987f3ae2f93",
26
"blockNumber": "0x19a38020",
27
"contractAddress": null,
28
"cumulativeGasUsed": "0x88c1",
29
"effectiveGasPrice": "0x1312d00",
30
"from": "0x2efc4931f2e64b38d6ae3d714466840fbc951f56",
31
"gasUsed": "0x88c1",
32
"gasUsedForL1": "0x53",
33
"l1BlockNumber": "0x174914e",
34
"logs": [],
35
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
36
"status": "0x1",
37
"timeboosted": false,
38
"to": "0x7c992ba1d80e27f36c1410756aa82132de0f28ac",
39
"transactionHash": "0x90649577391d252b3fab28c7d8b15d3df4454e02db4f1b84b4c12adbf9533505",
40
"transactionIndex": "0x1",
41
"type": "0x2"
42
},
43
{
44
"blockHash": "0xc2bc3bcfc1a21ed4548807396ed2c81bbf97b5f1114cfa59230c0987f3ae2f93",
45
"blockNumber": "0x19a38020",
46
"contractAddress": null,
47
"cumulativeGasUsed": "0x147d8",
48
"effectiveGasPrice": "0x1312d00",
49
"from": "0x25fd8aaae21552ff2f2463a9eb2412c63546b501",
50
"gasUsed": "0xbf17",
51
"gasUsedForL1": "0xd5",
52
"l1BlockNumber": "0x174914e",
53
"logs": [],
54
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
55
"status": "0x1",
56
"timeboosted": false,
57
"to": "0xc4871f4aa017d7b7b16674fedc632e4f7a8924d9",
58
"transactionHash": "0xf2d876f7554019d5e214843cbe9cf70b1aef0809e638d92dbffa367a6e13a6ae",
59
"transactionIndex": "0x2",
60
"type": "0x2"
61
}
62
]
63
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free