Node Status


Summary


Chain
chip
Version
28000100 (/Bitcoin Cash Node:28.0.1(EB2.0)/)
Protocol Version
70016
Blockchain Size
2.79 GB
(pruned: false)
Block Count
260,830
(headers: 260,830)
Difficulty
2.316 x 100
Status
Synchronized with network
Uptime
5 months, 3 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
4
TX size
2.5 KB
Memory size
6.8 KB
Max memory size
20 MB

Network Info


Peers
30
Network Traffic
Total Download: 7.46 GB (avg 558.34 B/s)
Total Upload: 23.71 GB (avg 1.77 KB/s)

getblockchaininfo


{
    "chain": "chip",
    "blocks": 260830,
    "headers": 260830,
    "bestblockhash": "000000004522614a4a039fae13de3cc7c29f2d44d6827f8e91252f2cafddffe2",
    "difficulty": 2.315821236450232,
    "mediantime": 1751836431,
    "verificationprogress": 0.9999973274342265,
    "initialblockdownload": false,
    "chainwork": "0000000000000000000000000000000000000000000000000218c59c85272cb9",
    "size_on_disk": 2785444234,
    "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": 7461757593,
    "totalbytessent": 23710775940,
    "timemillis": 1751839523959,
    "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": 30,
    "connections_in": 22,
    "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": 264750
        },
        {
            "address": "2600:3c03::f03c:93ff:fef5:20eb",
            "port": 48333,
            "score": 53485
        }
    ],
    "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": 4,
    "bytes": 2540,
    "usage": 6848,
    "maxmempool": 20000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001
}