Node Status


Summary


Chain
chip
Version
28000200 (/Bitcoin Cash Node:28.0.2(EB2.0)/)
Protocol Version
70016
Blockchain Size
2.98 GB
(pruned: false)
Block Count
284,143
(headers: 284,143)
Difficulty
4.723 x 100
Status
Synchronized with network
Uptime
4 weeks, 2 days, 14 hours
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
0
TX size
0 B
Memory size
0 B
Max memory size
20 MB

Network Info


Peers
29
Network Traffic
Total Download: 1.34 GB (avg 506.15 B/s)
Total Upload: 11.65 GB (avg 4.41 KB/s)

getblockchaininfo


{
    "chain": "chip",
    "blocks": 284143,
    "headers": 284143,
    "bestblockhash": "000000001c2d9c916c17ac605cc4e54400c211abb4273f8f58caedb675eef21c",
    "difficulty": 4.722678170545472,
    "mediantime": 1765820734,
    "verificationprogress": 0.999998874457254,
    "initialblockdownload": false,
    "chainwork": "0000000000000000000000000000000000000000000000000219cee8a43e17f8",
    "size_on_disk": 2981765088,
    "pruned": false,
    "upgrade_status": {
        "name": "May 2026 Upgrade (chipnet)",
        "mempool_activated": true,
        "mempool_activation_mtp": 1763208000,
        "block_preactivation_height": 279791,
        "block_preactivation_hash": "00000000261a64ba18da8edee2562957bad84c4d2405e5e4f044c5306fd3e195",
        "block_postactivation_height": 279792,
        "block_postactivation_hash": "0000000019fdedee4233df4236800ec8bbe8ce45185ff531f43b307db12122b4",
        "software_expiration_time": 1794744000
    },
    "warnings": "This is a pre-release test build - use at your own risk - do not use for mining or merchant applications"
}

getnettotals


{
    "totalbytesrecv": 1337560090,
    "totalbytessent": 11647504622,
    "timemillis": 1765823269081,
    "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": 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": 86350
        },
        {
            "address": "2600:3c03::f03c:93ff:fef5:20eb",
            "port": 48333,
            "score": 9821
        }
    ],
    "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": 0,
    "bytes": 0,
    "usage": 0,
    "maxmempool": 20000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001
}