Node Status


Summary


Chain
chip
Version
28000200 (/Bitcoin Cash Node:28.0.2(EB2.0)/)
Protocol Version
70016
Blockchain Size
2.93 GB
(pruned: false)
Block Count
276,023
(headers: 276,023)
Difficulty
2.886 x 100
Status
Synchronized with network
Uptime
1 month, 5 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
3
TX size
1.8 KB
Memory size
4.7 KB
Max memory size
20 MB

Network Info


Peers
23
Network Traffic
Total Download: 7.44 GB (avg 2.44 KB/s)
Total Upload: 15.44 GB (avg 5.07 KB/s)

getblockchaininfo


{
    "chain": "chip",
    "blocks": 276023,
    "headers": 276023,
    "bestblockhash": "000000004f8bd0dc82ee4da637bb7f2c19db2b62a4ce44a70258c50afa152e91",
    "difficulty": 2.885872641838046,
    "mediantime": 1760952015,
    "verificationprogress": 0.9999974564992575,
    "initialblockdownload": false,
    "chainwork": "000000000000000000000000000000000000000000000000021957dcf739df1f",
    "size_on_disk": 2925538830,
    "pruned": false,
    "upgrade_status": {
        "name": "May 2026 Upgrade (chipnet)",
        "mempool_activation_mtp": 1763208000,
        "block_activation_height": null,
        "block_activation_hash": null,
        "software_expiration_mtp": 1794744000,
        "mempool_activated": false
    },
    "warnings": "This is a pre-release test build - use at your own risk - do not use for mining or merchant applications"
}

getnettotals


{
    "totalbytesrecv": 7435456986,
    "totalbytessent": 15436453408,
    "timemillis": 1760954356570,
    "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": 23,
    "connections_in": 15,
    "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": 112890
        },
        {
            "address": "2600:3c03::f03c:93ff:fef5:20eb",
            "port": 48333,
            "score": 3143
        }
    ],
    "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": 3,
    "bytes": 1830,
    "usage": 4704,
    "maxmempool": 20000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001
}