Node Status


Summary


Chain
chip
Version
28000200 (/Bitcoin Cash Node:28.0.2(EB2.0)/)
Protocol Version
70016
Blockchain Size
4.28 GB
(pruned: false)
Block Count
312,189
(headers: 312,189)
Difficulty
1 x 100
Status
Synchronized with network
Uptime
3 weeks, 1 day, 18 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
14
TX size
12.4 KB
Memory size
30.3 KB
Max memory size
20 MB

Network Info


Peers
25
Network Traffic
Total Download: 5.29 GB (avg 2.69 KB/s)
Total Upload: 30.8 GB (avg 15.67 KB/s)

getblockchaininfo


{
    "chain": "chip",
    "blocks": 312189,
    "headers": 312189,
    "bestblockhash": "00000000a769fe00fd2045c455ab47df7d316bdb79d1d64b23a2c13cdb5ec1c4",
    "difficulty": 1,
    "mediantime": 1782587907,
    "verificationprogress": 0.9999996986006934,
    "initialblockdownload": false,
    "chainwork": "0000000000000000000000000000000000000000000000000d78e27efe35b5eb",
    "size_on_disk": 4277936226,
    "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": 5290848289,
    "totalbytessent": 30795629633,
    "timemillis": 1782595310753,
    "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": 25,
    "connections_in": 17,
    "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": 45653
        },
        {
            "address": "2600:3c03::f03c:93ff:fef5:20eb",
            "port": 48333,
            "score": 3046
        }
    ],
    "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": 14,
    "bytes": 12395,
    "usage": 30272,
    "maxmempool": 20000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001
}