Node Status


Summary


Chain
test
Version
26010100 (/Bitcoin Cash Node:26.1.1(EB32.0)/)
Protocol Version
70016
Blockchain Size
45.4 GB
(pruned: false)
Block Count
1,581,531
(headers: 1,581,531)
Difficulty
1.953 x 106
Status
Synchronized with network
Uptime
6 days, 12 hours
Warnings
None

Mempool Info


TX count
0
TX size
0 B
Memory size
0 B
Max memory size
320 MB

Network Info


Peers
10
Network Traffic
Total Download: 9.01 GB (avg 16.07 KB/s)
Total Upload: 31.59 GB (avg 56.32 KB/s)

getblockchaininfo


{
    "chain": "test",
    "blocks": 1581531,
    "headers": 1581531,
    "bestblockhash": "000000000000078b43dad4e376c9517e9f98492a23d081fdcbf52e2b50f97868",
    "difficulty": 1953480.214697276,
    "mediantime": 1701397428,
    "verificationprogress": 0.9999999803764591,
    "initialblockdownload": false,
    "chainwork": "0000000000000000000000000000000000000000000000e3ce2995cf215d2fe7",
    "size_on_disk": 45403124362,
    "pruned": false,
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 9011498652,
    "totalbytessent": 31587651016,
    "timemillis": 1701400601904,
    "uploadtarget": {
        "timeframe": 86400,
        "target": 0,
        "target_reached": false,
        "serve_historical_blocks": true,
        "bytes_left_in_cycle": 0,
        "time_left_in_cycle": 0
    }
}

getnetworkinfo


{
    "version": 26010100,
    "subversion": "/Bitcoin Cash Node:26.1.1(EB32.0)/",
    "protocolversion": 70016,
    "localservices": "0000000000000425",
    "localrelay": true,
    "timeoffset": 2,
    "networkactive": true,
    "connections": 10,
    "networks": [
        {
            "name": "ipv4",
            "limited": false,
            "reachable": true,
            "proxy": "",
            "proxy_randomize_credentials": false
        },
        {
            "name": "ipv6",
            "limited": false,
            "reachable": true,
            "proxy": "",
            "proxy_randomize_credentials": false
        },
        {
            "name": "onion",
            "limited": false,
            "reachable": true,
            "proxy": "127.0.0.1:9050",
            "proxy_randomize_credentials": true
        },
        {
            "name": "",
            "limited": false,
            "reachable": true,
            "proxy": "",
            "proxy_randomize_credentials": false
        },
        {
            "name": "",
            "limited": false,
            "reachable": true,
            "proxy": "",
            "proxy_randomize_credentials": false
        }
    ],
    "relayfee": 0.00001,
    "excessutxocharge": 0,
    "localaddresses": [
        {
            "address": "2001:470:ec1b:dead::11",
            "port": 18333,
            "score": 1860
        },
        {
            "address": "63bea5xk6ptgv3xuj57gfejnh2lpwesdduklhu2dszgt5y52ji6a5kyd.onion",
            "port": 18333,
            "score": 4
        }
    ],
    "warnings": ""
}

getmempoolinfo


{
    "loaded": true,
    "size": 0,
    "bytes": 0,
    "usage": 0,
    "maxmempool": 320000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001
}