Skip to main content

GET /api/v2/block/{blockHash} - Blockbook REST API

Loading...

Updated on
Jun 09, 2026

GET /api/v2/block/{blockHash} - Blockbook REST API

Please note that this REST method requires the Zcash Blockbook add-on enabled on your QuickNode endpoint.

Path Parameters

block
string
REQUIRED
Loading...

Query Parameters

page
integer
Loading...

Returns

page
integer
Loading...
totalPages
integer
Loading...
itemsOnPage
integer
Loading...
hash
string
Loading...
previousBlockHash
string
Loading...
nextBlockHash
string
Loading...
height
integer
Loading...
confirmations
integer
Loading...
size
integer
Loading...
time
integer
Loading...
version
integer
Loading...
merkleRoot
string
Loading...
nonce
string
Loading...
bits
string
Loading...
difficulty
string
Loading...
txCount
integer
Loading...
txs
array
Loading...
txid
string
Loading...
vin
array
Loading...
n
integer
Loading...
isAddress
boolean
Loading...
value
string
Loading...
vout
array
Loading...
value
string
Loading...
n
integer
Loading...
spent
boolean
Loading...
addresses
array
Loading...
isAddress
boolean
Loading...
blockHash
string
Loading...
blockHeight
integer
Loading...
confirmations
integer
Loading...
blockTime
integer
Loading...
value
string
Loading...
valueIn
string
Loading...
fees
string
Loading...
Request
1
curl -X GET "https://docs-demo.zec-mainnet.quiknode.pro/block/0000000002557480b7b2cd258c4c93c3c7ea14b0a833fb9a35f798ca19737a07?page=1" \
2
-H "Content-Type: application/json"
1
curl -X GET "https://docs-demo.zec-mainnet.quiknode.pro/block/0000000002557480b7b2cd258c4c93c3c7ea14b0a833fb9a35f798ca19737a07?page=1" \
2
-H "Content-Type: application/json"
Response
1
{
2
"page": 1,
3
"totalPages": 1,
4
"itemsOnPage": 1000,
5
"hash": "0000000000f37316ae6d4d1c309bc2b402045adabf3c2f6eb688005a7795254e",
6
"previousBlockHash": "000000000150ca7f51bf16c1445e462e0b6bbcaef6c86f54550eb2784bb965cf",
7
"nextBlockHash": "00000000003c6816dea04d9e0ed8d0720a6a301e6925c4353cb0f400f5f035f0",
8
"height": 2819210,
9
"confirmations": 551924,
10
"size": 13011,
11
"time": 1739356746,
12
"version": 4,
13
"merkleRoot": "915e0907eb193e753c37b78d4c4f5ecd47573e511825b18a11853e2911b6ea6b",
14
"nonce": "1e020880000000000000000000370000000000000000000000000000b43f15fc",
15
"bits": "1c01c360",
16
"difficulty": "76122232.80420937",
17
"txCount": 7,
18
"txs": [
19
{
20
"txid": "6c11ccdd426300ea3fa4f6da5fb860da717da149b5769bad9abc9fb563e283d6",
21
"vin": [
22
{
23
"n": 0,
24
"isAddress": false,
25
"value": "0"
26
}
27
],
28
"vout": [
29
{
30
"value": "125094578",
31
"n": 0,
32
"spent": true,
33
"addresses": [
34
"t1at7nVNsv6taLRrNRvnQdtfLNRDfsGc3Ak"
35
],
36
"isAddress": true
37
},
38
{
39
"value": "12500000",
40
"n": 1,
41
"spent": true,
42
"addresses": [
43
"t3cFfPt1Bcvgez9ZbMBFWeZsskxTkPzGCow"
44
],
45
"isAddress": true
46
}
47
],
48
"blockHash": "0000000000f37316ae6d4d1c309bc2b402045adabf3c2f6eb688005a7795254e",
49
"blockHeight": 2819210,
50
"confirmations": 551924,
51
"blockTime": 1739356746,
52
"value": "137594578",
53
"valueIn": "0",
54
"fees": "0"
55
}
56
]
57
}
1
{
2
"page": 1,
3
"totalPages": 1,
4
"itemsOnPage": 1000,
5
"hash": "0000000000f37316ae6d4d1c309bc2b402045adabf3c2f6eb688005a7795254e",
6
"previousBlockHash": "000000000150ca7f51bf16c1445e462e0b6bbcaef6c86f54550eb2784bb965cf",
7
"nextBlockHash": "00000000003c6816dea04d9e0ed8d0720a6a301e6925c4353cb0f400f5f035f0",
8
"height": 2819210,
9
"confirmations": 551924,
10
"size": 13011,
11
"time": 1739356746,
12
"version": 4,
13
"merkleRoot": "915e0907eb193e753c37b78d4c4f5ecd47573e511825b18a11853e2911b6ea6b",
14
"nonce": "1e020880000000000000000000370000000000000000000000000000b43f15fc",
15
"bits": "1c01c360",
16
"difficulty": "76122232.80420937",
17
"txCount": 7,
18
"txs": [
19
{
20
"txid": "6c11ccdd426300ea3fa4f6da5fb860da717da149b5769bad9abc9fb563e283d6",
21
"vin": [
22
{
23
"n": 0,
24
"isAddress": false,
25
"value": "0"
26
}
27
],
28
"vout": [
29
{
30
"value": "125094578",
31
"n": 0,
32
"spent": true,
33
"addresses": [
34
"t1at7nVNsv6taLRrNRvnQdtfLNRDfsGc3Ak"
35
],
36
"isAddress": true
37
},
38
{
39
"value": "12500000",
40
"n": 1,
41
"spent": true,
42
"addresses": [
43
"t3cFfPt1Bcvgez9ZbMBFWeZsskxTkPzGCow"
44
],
45
"isAddress": true
46
}
47
],
48
"blockHash": "0000000000f37316ae6d4d1c309bc2b402045adabf3c2f6eb688005a7795254e",
49
"blockHeight": 2819210,
50
"confirmations": 551924,
51
"blockTime": 1739356746,
52
"value": "137594578",
53
"valueIn": "0",
54
"fees": "0"
55
}
56
]
57
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free