Node Status


Summary


Chain
test
Version
26000100 (/Bitcoin Cash Node:26.0.1(EB32.0)/)
Protocol Version
70016
Blockchain Size
45.38 GB
(pruned: false)
Block Count
1,545,993
(headers: 1,545,993)
Difficulty
635.08 x 103
Status
Synchronized with network
Uptime
1 week, 5 days, 19 hours
Warnings
None

Mempool Info


TX count
5
TX size
1.1 KB
Memory size
4.8 KB
Max memory size
320 MB

Network Info


Peers
17
Network Traffic
Total Download: 20.49 GB (avg 18.56 KB/s)
Total Upload: 81.11 GB (avg 73.45 KB/s)

getblockchaininfo


{
    "chain": "test",
    "blocks": 1545993,
    "headers": 1545993,
    "bestblockhash": "000000000000126b11da7be6755cda13a3dc1775510ec288ce2d629c1046066d",
    "difficulty": 635080.3084673728,
    "mediantime": 1680080004,
    "verificationprogress": 0.9999999577552938,
    "initialblockdownload": false,
    "chainwork": "0000000000000000000000000000000000000000000000aef7eaae67e6733dfa",
    "size_on_disk": 45378083880,
    "pruned": false,
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 20494332960,
    "totalbytessent": 81109123829,
    "timemillis": 1680084078102,
    "uploadtarget": {
        "timeframe": 86400,
        "target": 0,
        "target_reached": false,
        "serve_historical_blocks": true,
        "bytes_left_in_cycle": 0,
        "time_left_in_cycle": 0
    }
}

getnetworkinfo


{
    "version": 26000100,
    "subversion": "/Bitcoin Cash Node:26.0.1(EB32.0)/",
    "protocolversion": 70016,
    "localservices": "0000000000000425",
    "localrelay": true,
    "timeoffset": 1,
    "networkactive": true,
    "connections": 17,
    "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": 8452
        },
        {
            "address": "63bea5xk6ptgv3xuj57gfejnh2lpwesdduklhu2dszgt5y52ji6a5kyd.onion",
            "port": 18333,
            "score": 4
        }
    ],
    "warnings": ""
}

getmempoolinfo


{
    "loaded": true,
    "size": 5,
    "bytes": 1093,
    "usage": 4848,
    "maxmempool": 320000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001
}