Node Status


Summary


Chain
chip
Version
27010100 (/Bitcoin Cash Node:27.1.1(EB2.0)/)
Protocol Version
70016
Blockchain Size
465.8 MB
(pruned: false)
Block Count
277,394
(headers: 277,394)
Difficulty
4.44 x 100
Status
Synchronized with network
Uptime
1 week
Warnings
Warning: This version of Bitcoin Cash Node is old and may fall out of network consensus in 17 day(s). Please upgrade, or add expire=0 to your configuration file if you want to continue running this version. If you do nothing, the software will gracefully degrade by limiting its functionality in 17 day(s).

Mempool Info


TX count
3
TX size
1.8 KB
Memory size
4.7 KB
Max memory size
20 MB

Network Info


Peers
8
Network Traffic
Total Download: 5.86 MB (avg 9.65 B/s)
Total Upload: 24.25 MB (avg 39.95 B/s)

getblockchaininfo


{
    "chain": "chip",
    "blocks": 277394,
    "headers": 277394,
    "bestblockhash": "000000001ec25ec22c50de10cbc03093294d45e2c5dd33db411e884aeb8e3fcc",
    "difficulty": 4.440334435236919,
    "mediantime": 1761772061,
    "verificationprogress": 0.9999966528455285,
    "initialblockdownload": false,
    "chainwork": "0000000000000000000000000000000000000000000000000219666a99c95387",
    "size_on_disk": 465798223,
    "pruned": false,
    "warnings": "Warning: This version of Bitcoin Cash Node is old and may fall out of network consensus in 17 day(s). Please upgrade, or add expire=0 to your configuration file if you want to continue running this version. If you do nothing, the software will gracefully degrade by limiting its functionality in 17 day(s)."
}

getnettotals


{
    "totalbytesrecv": 5861715,
    "totalbytessent": 24254351,
    "timemillis": 1761774794641,
    "uploadtarget": {
        "timeframe": 86400,
        "target": 0,
        "target_reached": false,
        "serve_historical_blocks": true,
        "bytes_left_in_cycle": 0,
        "time_left_in_cycle": 0
    }
}

getnetworkinfo


{
    "version": 27010100,
    "subversion": "/Bitcoin Cash Node:27.1.1(EB2.0)/",
    "protocolversion": 70016,
    "localservices": "0000000000000425",
    "localrelay": true,
    "timeoffset": 0,
    "networkactive": true,
    "connections": 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": [],
    "warnings": "Warning: This version of Bitcoin Cash Node is old and may fall out of network consensus in 17 day(s). Please upgrade, or add expire=0 to your configuration file if you want to continue running this version. If you do nothing, the software will gracefully degrade by limiting its functionality in 17 day(s)."
}

getmempoolinfo


{
    "loaded": true,
    "size": 3,
    "bytes": 1838,
    "usage": 4704,
    "maxmempool": 20000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001
}