メインコンテンツへスキップ

getblockchaininfo RPC Method

読み込み中...

更新日:
Apr 29, 2026

getblockchaininfo RPC Method

パラメータ

このメソッドはパラメータを受け付けません

返品

チェーン
文字列
読み込み中...
ブロック
整数
読み込み中...
ヘッダー
整数
読み込み中...
難易度
読み込み中...
verificationprogress
読み込み中...
chainwork
整数
読み込み中...
pruned
ブール値
読み込み中...
size_on_disk
整数
読み込み中...
commitments
整数
読み込み中...
bestblockhash
文字列
読み込み中...
estimatedheight
整数
読み込み中...
chainSupply
オブジェクト
読み込み中...
chainValue
読み込み中...
chainValueZat
整数
読み込み中...
monitored
ブール値
読み込み中...
valuePools
配列
読み込み中...
id
文字列
読み込み中...
chainValue
読み込み中...
chainValueZat
整数
読み込み中...
monitored
ブール値
読み込み中...
upgrades
オブジェクト
読み込み中...
consensus
オブジェクト
読み込み中...
chaintip
文字列
読み込み中...
nextblock
文字列
読み込み中...
エラー
文字列
読み込み中...
リクエスト
回答
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"chain": "main",
6
"blocks": 3323688,
7
"headers": 3323688,
8
"difficulty": 127318833.42730181,
9
"verificationprogress": 0.9999993982591637,
10
"chainwork": 0,
11
"pruned": false,
12
"size_on_disk": 274557320335,
13
"commitments": 0,
14
"bestblockhash": "0000000000e97536c5ffaf405b3bdb2b64340dac3d79260da1bb5e90f69fe3b4",
15
"estimatedheight": 3323690,
16
"chainSupply": {
17
"chainValue": 16682895.4780448,
18
"chainValueZat": 1668289547804480,
19
"monitored": true
20
},
21
"valuePools": [
22
{
23
"id": "transparent",
24
"chainValue": 11473714.30598644,
25
"chainValueZat": 1147371430598644,
26
"monitored": true
27
},
28
{
29
"id": "sprout",
30
"chainValue": 25409.41766914,
31
"chainValueZat": 2540941766914,
32
"monitored": true
33
},
34
{
35
"id": "sapling",
36
"chainValue": 598082.08085128,
37
"chainValueZat": 59808208085128,
38
"monitored": true
39
},
40
{
41
"id": "orchard",
42
"chainValue": 4552447.98603794,
43
"chainValueZat": 455244798603794,
44
"monitored": true
45
},
46
{
47
"id": "lockbox",
48
"chainValue": 33241.6875,
49
"chainValueZat": 3324168750000,
50
"monitored": true
51
}
52
],
53
"upgrades": {
54
"5ba81b19": {
55
"name": "Overwinter",
56
"activationheight": 347500,
57
"status": "active"
58
},
59
"76b809bb": {
60
"name": "Sapling",
61
"activationheight": 419200,
62
"status": "active"
63
},
64
"2bb40e60": {
65
"name": "Blossom",
66
"activationheight": 653600,
67
"status": "active"
68
},
69
"f5b9230b": {
70
"name": "Heartwood",
71
"activationheight": 903000,
72
"status": "active"
73
},
74
"e9ff75a6": {
75
"name": "Canopy",
76
"activationheight": 1046400,
77
"status": "active"
78
},
79
"c2d6d0b4": {
80
"name": "NU5",
81
"activationheight": 1687104,
82
"status": "active"
83
},
84
"c8e71055": {
85
"name": "NU6",
86
"activationheight": 2726400,
87
"status": "active"
88
},
89
"4dec4df0": {
90
"name": "NU6.1",
91
"activationheight": 3146400,
92
"status": "active"
93
}
94
},
95
"consensus": {
96
"chaintip": "4dec4df0",
97
"nextblock": "4dec4df0"
98
}
99
}
100
}
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"chain": "main",
6
"blocks": 3323688,
7
"headers": 3323688,
8
"difficulty": 127318833.42730181,
9
"verificationprogress": 0.9999993982591637,
10
"chainwork": 0,
11
"pruned": false,
12
"size_on_disk": 274557320335,
13
"commitments": 0,
14
"bestblockhash": "0000000000e97536c5ffaf405b3bdb2b64340dac3d79260da1bb5e90f69fe3b4",
15
"estimatedheight": 3323690,
16
"chainSupply": {
17
"chainValue": 16682895.4780448,
18
"chainValueZat": 1668289547804480,
19
"monitored": true
20
},
21
"valuePools": [
22
{
23
"id": "transparent",
24
"chainValue": 11473714.30598644,
25
"chainValueZat": 1147371430598644,
26
"monitored": true
27
},
28
{
29
"id": "sprout",
30
"chainValue": 25409.41766914,
31
"chainValueZat": 2540941766914,
32
"monitored": true
33
},
34
{
35
"id": "sapling",
36
"chainValue": 598082.08085128,
37
"chainValueZat": 59808208085128,
38
"monitored": true
39
},
40
{
41
"id": "orchard",
42
"chainValue": 4552447.98603794,
43
"chainValueZat": 455244798603794,
44
"monitored": true
45
},
46
{
47
"id": "lockbox",
48
"chainValue": 33241.6875,
49
"chainValueZat": 3324168750000,
50
"monitored": true
51
}
52
],
53
"upgrades": {
54
"5ba81b19": {
55
"name": "Overwinter",
56
"activationheight": 347500,
57
"status": "active"
58
},
59
"76b809bb": {
60
"name": "Sapling",
61
"activationheight": 419200,
62
"status": "active"
63
},
64
"2bb40e60": {
65
"name": "Blossom",
66
"activationheight": 653600,
67
"status": "active"
68
},
69
"f5b9230b": {
70
"name": "Heartwood",
71
"activationheight": 903000,
72
"status": "active"
73
},
74
"e9ff75a6": {
75
"name": "Canopy",
76
"activationheight": 1046400,
77
"status": "active"
78
},
79
"c2d6d0b4": {
80
"name": "NU5",
81
"activationheight": 1687104,
82
"status": "active"
83
},
84
"c8e71055": {
85
"name": "NU6",
86
"activationheight": 2726400,
87
"status": "active"
88
},
89
"4dec4df0": {
90
"name": "NU6.1",
91
"activationheight": 3146400,
92
"status": "active"
93
}
94
},
95
"consensus": {
96
"chaintip": "4dec4df0",
97
"nextblock": "4dec4df0"
98
}
99
}
100
}
まだアカウントをお持ちではありませんか?
わずか数秒でQuicknodeのエンドポイントを作成し、開発を始めましょう
今すぐ無料で始めましょう