跳至主要內容

bb_getBlock RPC Method - Blockbook

載入中...

更新於
Aug 09, 2026

bb_getBlock RPC Method - Blockbook

Please note that this RPC method requires the Blockbook RPC enabled on your Quicknode endpoint.

參數

區塊
字串
必填
載入中...
物件
物件
載入中...
page
整數
載入中...

退貨

結果
物件
載入中...
page
整數
載入中...
totalPages
整數
載入中...
itemsOnPage
整數
載入中...
雜湊
字串
載入中...
previousBlockHash
字串
載入中...
nextBlockHash
字串
載入中...
高度
整數
載入中...
確認函
整數
載入中...
大小
整數
載入中...
時間
整數
載入中...
版本
整數
載入中...
merkleRoot
字串
載入中...
非重複數
字串
載入中...
bits
字串
載入中...
難度
字串
載入中...
txCount
整數
載入中...
txs
陣列
載入中...
txid
字串
載入中...
vin
陣列
載入中...
n
整數
載入中...
addresses
字串
載入中...
isAddress
布林值
載入中...
字串
載入中...
vout
陣列
載入中...
字串
載入中...
n
整數
載入中...
addresses
字串
載入中...
isAddress
布林值
載入中...
blockHash
字串
載入中...
blockHeight
整數
載入中...
確認函
整數
載入中...
blockTime
整數
載入中...
字串
載入中...
fees
字串
載入中...
tokenTransfers
陣列
載入中...
類型
字串
載入中...
出自
字串
載入中...
字串
載入中...
contract
字串
載入中...
名稱
字串
載入中...
符號
字串
載入中...
decimals
整數
載入中...
字串
載入中...
ethereumSpecific
物件
載入中...
狀態
整數
載入中...
非重複數
整數
載入中...
gasLimit
整數
載入中...
gasUsed
整數
載入中...
gasPrice
字串
載入中...
資料
字串
載入中...
parsedData
物件
載入中...
methodId
字串
載入中...
名稱
字串
載入中...
addressAliases
物件
載入中...
地址
物件
載入中...
類型
字串
載入中...
Alias
字串
載入中...
請求
回應
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"page": 1,
6
"totalPages": 5,
7
"itemsOnPage": 20,
8
"hash": "000000000000000000016ad86be0be4793bf450d07816ed016cf375838b1dc2b",
9
"previousBlockHash": "00000000000000000004c31826d6a6dffb9dbbcf5e0eeb2a4c34e17af6a8f7f0",
10
"nextBlockHash": "0000000000000000000a721b5566f7c42e5c57379f1c5c5b1b3a79e49a2f4d3f",
11
"height": 736291,
12
"confirmations": 106104,
13
"size": 1452301,
14
"time": 1650984265,
15
"version": 536870912,
16
"merkleRoot": "a1fc35e3107ef9b9dfe96e65f9f1f5ddb816dec79b56d8a5c12d79132842dbfc",
17
"nonce": "1742252906",
18
"bits": "386941705",
19
"difficulty": "29550774975.76758",
20
"txCount": 2548,
21
"txs": [
22
{
23
"txid": "f735a8a11d732fc8e7f7818e24b6dfc232af9f62d05d6db3faa30bc7a76a1d4b",
24
"vin": [
25
{
26
"n": 0,
27
"isAddress": false,
28
"value": "0"
29
}
30
],
31
"vout": [
32
{
33
"value": "640625000",
34
"n": 0,
35
"addresses": [
36
"bc1q09vm5lfy0j5reeulh4x5752q25uqqvz34hufdl"
37
],
38
"isAddress": true
39
}
40
],
41
"blockHash": "000000000000000000016ad86be0be4793bf450d07816ed016cf375838b1dc2b",
42
"blockHeight": 736291,
43
"confirmations": 106104,
44
"blockTime": 1650984265,
45
"value": "640625000",
46
"valueIn": "0",
47
"fees": "0"
48
},
49
{
50
"txid": "9e8f80a15684db6d4f73f55f886b3c81939b8562d2879115284a3fb3ede6855a",
51
"vin": [
52
{
53
"n": 0,
54
"isAddress": true,
55
"value": "9875200"
56
}
57
],
58
"vout": [
59
{
60
"value": "546",
61
"n": 0,
62
"addresses": [
63
"1Nj1p8L6uFfDL6g2tgvLQY4fUgJ9aJJxBx"
64
],
65
"isAddress": true
66
},
67
{
68
"value": "9873527",
69
"n": 1,
70
"addresses": [
71
"bc1qflw5ee2mm4mh7dnkc89wp8j9weu4ptf5lf335h"
72
],
73
"isAddress": true
74
}
75
],
76
"blockHash": "000000000000000000016ad86be0be4793bf450d07816ed016cf375838b1dc2b",
77
"blockHeight": 736291,
78
"confirmations": 106104,
79
"blockTime": 1650984265,
80
"value": "9874073",
81
"valueIn": "9875200",
82
"fees": "1127"
83
}
84
]
85
}
86
}
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"page": 1,
6
"totalPages": 5,
7
"itemsOnPage": 20,
8
"hash": "000000000000000000016ad86be0be4793bf450d07816ed016cf375838b1dc2b",
9
"previousBlockHash": "00000000000000000004c31826d6a6dffb9dbbcf5e0eeb2a4c34e17af6a8f7f0",
10
"nextBlockHash": "0000000000000000000a721b5566f7c42e5c57379f1c5c5b1b3a79e49a2f4d3f",
11
"height": 736291,
12
"confirmations": 106104,
13
"size": 1452301,
14
"time": 1650984265,
15
"version": 536870912,
16
"merkleRoot": "a1fc35e3107ef9b9dfe96e65f9f1f5ddb816dec79b56d8a5c12d79132842dbfc",
17
"nonce": "1742252906",
18
"bits": "386941705",
19
"difficulty": "29550774975.76758",
20
"txCount": 2548,
21
"txs": [
22
{
23
"txid": "f735a8a11d732fc8e7f7818e24b6dfc232af9f62d05d6db3faa30bc7a76a1d4b",
24
"vin": [
25
{
26
"n": 0,
27
"isAddress": false,
28
"value": "0"
29
}
30
],
31
"vout": [
32
{
33
"value": "640625000",
34
"n": 0,
35
"addresses": [
36
"bc1q09vm5lfy0j5reeulh4x5752q25uqqvz34hufdl"
37
],
38
"isAddress": true
39
}
40
],
41
"blockHash": "000000000000000000016ad86be0be4793bf450d07816ed016cf375838b1dc2b",
42
"blockHeight": 736291,
43
"confirmations": 106104,
44
"blockTime": 1650984265,
45
"value": "640625000",
46
"valueIn": "0",
47
"fees": "0"
48
},
49
{
50
"txid": "9e8f80a15684db6d4f73f55f886b3c81939b8562d2879115284a3fb3ede6855a",
51
"vin": [
52
{
53
"n": 0,
54
"isAddress": true,
55
"value": "9875200"
56
}
57
],
58
"vout": [
59
{
60
"value": "546",
61
"n": 0,
62
"addresses": [
63
"1Nj1p8L6uFfDL6g2tgvLQY4fUgJ9aJJxBx"
64
],
65
"isAddress": true
66
},
67
{
68
"value": "9873527",
69
"n": 1,
70
"addresses": [
71
"bc1qflw5ee2mm4mh7dnkc89wp8j9weu4ptf5lf335h"
72
],
73
"isAddress": true
74
}
75
],
76
"blockHash": "000000000000000000016ad86be0be4793bf450d07816ed016cf375838b1dc2b",
77
"blockHeight": 736291,
78
"confirmations": 106104,
79
"blockTime": 1650984265,
80
"value": "9874073",
81
"valueIn": "9875200",
82
"fees": "1127"
83
}
84
]
85
}
86
}
還沒有帳號嗎?
endpoint 幾秒鐘endpoint 建立您的Quicknode endpoint ,並開始建置
立即免費開始使用