Node Status


Summary


Chain
main
Version
28000100 (/Bitcoin Cash Node:28.0.1(EB32.0)/)
Protocol Version
70016
Blockchain Size
240.05 GB
(pruned: false)
Block Count
913,667
(headers: 913,667)
Difficulty
614.13 x 109
Status
Synchronized with network
Uptime
1 month, 13 days
Warnings
None

Mempool Info


TX count
21
TX size
9.5 KB
Memory size
28.4 KB
Max memory size
320 MB

Network Info


Peers
111
Network Traffic
Total Download: 25.03 GB (avg 6.67 KB/s)
Total Upload: 1.43 TB (avg 380.18 KB/s)

getblockchaininfo


{
    "chain": "main",
    "blocks": 913667,
    "headers": 913667,
    "bestblockhash": "000000000000000000bcb73cff6dbd2043c99117e0bb2a9f1030781009a37db8",
    "difficulty": 614130063890.1924,
    "mediantime": 1756408541,
    "verificationprogress": 0.9999997916380374,
    "initialblockdownload": false,
    "chainwork": "0000000000000000000000000000000000000000027cefaf7fc354bd6264285a",
    "size_on_disk": 240048027114,
    "pruned": false,
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 25030220579,
    "totalbytessent": 1426671479565,
    "timemillis": 1756411279544,
    "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": 0,
    "networkactive": true,
    "connections": 111,
    "connections_in": 103,
    "connections_out": 8,
    "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": true,
            "reachable": false,
            "proxy": "",
            "proxy_randomize_credentials": false
        },
        {
            "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": "173.212.243.103",
            "port": 8333,
            "score": 169152
        },
        {
            "address": "2a02:c207:0:5403::1",
            "port": 8333,
            "score": 42844
        }
    ],
    "warnings": ""
}

getmempoolinfo


{
    "loaded": true,
    "size": 21,
    "bytes": 9525,
    "usage": 28400,
    "maxmempool": 320000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001
}