Node Status


Summary


Chain
chip
Version
28000200 (/Bitcoin Cash Node:28.0.2(EB2.0)/)
Protocol Version
70016
Blockchain Size
470.75 MB
(pruned: false)
Block Count
279,328
(headers: 279,328)
Difficulty
3.512 x 100
Status
Synchronized with network
Uptime
5 days, 21 hours
Warnings
Warning: This version of Bitcoin Cash Node is old and may fall out of network consensus in 3 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 3 day(s).

Mempool Info


TX count
0
TX size
0 B
Memory size
0 B
Max memory size
20 MB

Network Info


Peers
8
Network Traffic
Total Download: 77.19 MB (avg 151.72 B/s)
Total Upload: 116.61 MB (avg 229.21 B/s)

getblockchaininfo


{
    "chain": "chip",
    "blocks": 279328,
    "headers": 279328,
    "bestblockhash": "000000002afc6815bf7a2bb52558f18dd6bb11ebbfe48cf39ca70e31af4f7f9a",
    "difficulty": 3.512252718668452,
    "mediantime": 1762934644,
    "verificationprogress": 0.9999990432165097,
    "initialblockdownload": false,
    "chainwork": "00000000000000000000000000000000000000000000000002197b75e7490a0b",
    "size_on_disk": 470747383,
    "pruned": false,
    "warnings": "Warning: This version of Bitcoin Cash Node is old and may fall out of network consensus in 3 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 3 day(s)."
}

getnettotals


{
    "totalbytesrecv": 77186909,
    "totalbytessent": 116606447,
    "timemillis": 1762936698691,
    "uploadtarget": {
        "timeframe": 86400,
        "target": 0,
        "target_reached": false,
        "serve_historical_blocks": true,
        "bytes_left_in_cycle": 0,
        "time_left_in_cycle": 0
    }
}

getnetworkinfo


{
    "version": 28000200,
    "subversion": "/Bitcoin Cash Node:28.0.2(EB2.0)/",
    "protocolversion": 70016,
    "localservices": "0000000000000425",
    "localrelay": true,
    "timeoffset": 1,
    "networkactive": true,
    "connections": 8,
    "connections_in": 0,
    "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": 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": 48333,
            "score": 496
        },
        {
            "address": "ca2rcqnvhotnuzoahal5zlbsg7buvipnr6tsa6ngqumv3er46iui64qd.onion",
            "port": 48333,
            "score": 4
        }
    ],
    "warnings": "Warning: This version of Bitcoin Cash Node is old and may fall out of network consensus in 3 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 3 day(s)."
}

getmempoolinfo


{
    "loaded": true,
    "size": 0,
    "bytes": 0,
    "usage": 0,
    "maxmempool": 20000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001
}