Node Status


Summary


Chain
main
Version
28000100 (/Bitcoin Cash Node:28.0.1(EB32.0)/)
Protocol Version
70016
Blockchain Size
239.66 GB
(pruned: false)
Block Count
908,553
(headers: 908,553)
Difficulty
532.32 x 109
Status
Synchronized with network
Uptime
4 days, 23 hours
Warnings
None

Mempool Info


TX count
38
TX size
17.7 KB
Memory size
55 KB
Max memory size
320 MB

Network Info


Peers
33
Network Traffic
Total Download: 3.96 GB (avg 9.22 KB/s)
Total Upload: 49.03 GB (avg 114.08 KB/s)

getblockchaininfo


{
    "chain": "main",
    "blocks": 908553,
    "headers": 908553,
    "bestblockhash": "0000000000000000013b6fd486a324b83301e5e60abec27c43d2232d30e1ec7b",
    "difficulty": 532320460733.732,
    "mediantime": 1753375629,
    "verificationprogress": 0.9999998198255642,
    "initialblockdownload": false,
    "chainwork": "00000000000000000000000000000000000000000271da448ce5e72938a0624c",
    "size_on_disk": 239656413223,
    "pruned": false,
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 3964746274,
    "totalbytessent": 49033085877,
    "timemillis": 1753380457166,
    "uploadtarget": {
        "timeframe": 86400,
        "target": 0,
        "target_reached": false,
        "serve_historical_blocks": true,
        "bytes_left_in_cycle": 0,
        "time_left_in_cycle": 0
    }
}

getnetworkinfo


{
    "version": 28000100,
    "subversion": "/Bitcoin Cash Node:28.0.1(EB32.0)/",
    "protocolversion": 70016,
    "localservices": "0000000000000425",
    "localrelay": true,
    "timeoffset": 11,
    "networkactive": true,
    "connections": 33,
    "connections_in": 24,
    "connections_out": 9,
    "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": 8333,
            "score": 7657
        },
        {
            "address": "g73swphpkbqtzpd2i3v6et2gwfaojn5gb5abcomjroy3xzyuxap25bid.onion",
            "port": 8333,
            "score": 4
        }
    ],
    "warnings": ""
}

getmempoolinfo


{
    "loaded": true,
    "size": 38,
    "bytes": 17717,
    "usage": 54976,
    "maxmempool": 320000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001
}