Node Status


Summary


Chain
chip
Version
28000200 (/Bitcoin Cash Node:28.0.2(EB2.0)/)
Protocol Version
70016
Blockchain Size
460.42 MB
(pruned: false)
Block Count
275,715
(headers: 275,715)
Difficulty
1 x 100
Status
Synchronized with network
Uptime
2 weeks, 1 day
Warnings
Warning: This version of Bitcoin Cash Node is old and may fall out of network consensus in 28 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 28 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: 154.39 MB (avg 119.2 B/s)
Total Upload: 265.89 MB (avg 205.29 B/s)

getblockchaininfo


{
    "chain": "chip",
    "blocks": 275715,
    "headers": 275715,
    "bestblockhash": "0000000040a790d572bb968d9e9585f7b79a32bfc3e2d9ab773450a44b2f4c48",
    "difficulty": 1,
    "mediantime": 1760766499,
    "verificationprogress": 0.9999912668262814,
    "initialblockdownload": false,
    "chainwork": "00000000000000000000000000000000000000000000000002195534b380dcbd",
    "size_on_disk": 460417311,
    "pruned": false,
    "warnings": "Warning: This version of Bitcoin Cash Node is old and may fall out of network consensus in 28 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 28 day(s)."
}

getnettotals


{
    "totalbytesrecv": 154392740,
    "totalbytessent": 265891574,
    "timemillis": 1760771068784,
    "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": 1268
        },
        {
            "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 28 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 28 day(s)."
}

getmempoolinfo


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