Node Status


Summary


Chain
main
Version
28000100 (/Bitcoin Cash Node:28.0.1(EB32.0)/)
Protocol Version
70016
Blockchain Size
238.84 GB
(pruned: false)
Block Count
901,614
(headers: 901,614)
Difficulty
455.351 x 109
Status
Synchronized with network
Uptime
16:37:15
Warnings
None

Mempool Info


TX count
47
TX size
23.1 KB
Memory size
66 KB
Max memory size
320 MB

Network Info


Peers
25
Network Traffic
Total Download: 274.55 MB (avg 4.59 KB/s)
Total Upload: 23.71 GB (avg 396.24 KB/s)

getblockchaininfo


{
    "chain": "main",
    "blocks": 901614,
    "headers": 901614,
    "bestblockhash": "000000000000000001f2632e9bb73ecff1adac274a47e6f4313036b7a5fe1f93",
    "difficulty": 455350563220.7234,
    "mediantime": 1749249680,
    "verificationprogress": 0.9999994713960582,
    "initialblockdownload": false,
    "chainwork": "00000000000000000000000000000000000000000264fac9bee6a63474a6a4c9",
    "size_on_disk": 238844647603,
    "pruned": false,
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 274548028,
    "totalbytessent": 23708814592,
    "timemillis": 1749255826132,
    "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": 25,
    "connections_in": 17,
    "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": 2120
        },
        {
            "address": "2a02:c207:0:5403::1",
            "port": 8333,
            "score": 556
        }
    ],
    "warnings": ""
}

getmempoolinfo


{
    "loaded": true,
    "size": 47,
    "bytes": 23075,
    "usage": 65968,
    "maxmempool": 320000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001
}