Skip to main content

gettxoutsetinfo RPC Method

Loading...

Updated on
Aug 29, 2025

gettxoutsetinfo RPC Method

Parameters

hash_type
string
Loading...
hash_or_height
string/integer
Loading...
use_index
boolean
Loading...

Returns

result
object
Loading...
height
integer
Loading...
bestblock
string
Loading...
transactions
integer
Loading...
txouts
integer
Loading...
bogosize
integer
Loading...
hash_serialized
string
Loading...
disk_size
integer
Loading...
total_amount
number
Loading...
error
string
Loading...
id
integer
Loading...
Request
1
curl https://docs-demo.bch-mainnet.quiknode.pro/ \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{
5
"method": "gettxoutsetinfo",
6
"params": [],
7
"id": 1,
8
"jsonrpc": "2.0"
9
}'
10
Response
1
{
2
"result": {
3
"height": 913619,
4
"bestblock": "000000000000000000673d5ea6054040c410841c3908f7cfb0cd45f5dae47466",
5
"transactions": 25202263,
6
"txouts": 58401028,
7
"bogosize": 5428509198,
8
"hash_serialized": "ef2557fa29f00f142e7fcf98bce3167b123616b00072316fb7a48616e8ef6a4c",
9
"disk_size": 5593206866,
10
"total_amount": 19917285.62250808
11
},
12
"error": null,
13
"id": 1
14
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free