Node Status


Summary


Chain
chip
Version
28000100 (/Bitcoin Cash Node:28.0.1(EB2.0)/)
Protocol Version
70016
Blockchain Size
2.78 GB
(pruned: false)
Block Count
259,884
(headers: 259,884)
Difficulty
2.208 x 100
Status
Synchronized with network
Uptime
4 months, 26 days
Warnings
This is a pre-release test build - use at your own risk - do not use for mining or merchant applications

Mempool Info


TX count
19
TX size
12.3 KB
Memory size
33.1 KB
Max memory size
20 MB

Network Info


Peers
29
Network Traffic
Total Download: 7.42 GB (avg 579.62 B/s)
Total Upload: 23.11 GB (avg 1.81 KB/s)

getblockchaininfo


{
    "chain": "chip",
    "blocks": 259884,
    "headers": 259884,
    "bestblockhash": "00000000237f341eaec5ab444046e795f988db8a7542173bf132315462baeec8",
    "difficulty": 2.208235076707296,
    "mediantime": 1751268573,
    "verificationprogress": 0.9999884728056396,
    "initialblockdownload": false,
    "chainwork": "0000000000000000000000000000000000000000000000000218bee2745f31d1",
    "size_on_disk": 2776840045,
    "pruned": false,
    "warnings": "This is a pre-release test build - use at your own risk - do not use for mining or merchant applications"
}

getnettotals


{
    "totalbytesrecv": 7418271769,
    "totalbytessent": 23113589555,
    "timemillis": 1751273738637,
    "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(EB2.0)/",
    "protocolversion": 70016,
    "localservices": "0000000000000425",
    "localrelay": true,
    "timeoffset": 0,
    "networkactive": true,
    "connections": 29,
    "connections_in": 21,
    "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": "96.126.111.144",
            "port": 48333,
            "score": 250687
        },
        {
            "address": "2600:3c03::f03c:93ff:fef5:20eb",
            "port": 48333,
            "score": 52264
        }
    ],
    "warnings": "This is a pre-release test build - use at your own risk - do not use for mining or merchant applications"
}

getmempoolinfo


{
    "loaded": true,
    "size": 19,
    "bytes": 12275,
    "usage": 33072,
    "maxmempool": 20000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001
}