Node Status


Summary


Chain
chip
Version
29000000 (/Bitcoin Cash Node:29.0.0(EB2.0)/)
Protocol Version
70016
Blockchain Size
766.62 MB
(pruned: false)
Block Count
301,187
(headers: 301,187)
Difficulty
1 x 100
Status
Synchronized with network
Uptime
23:09:56
Warnings
None

Mempool Info


TX count
0
TX size
0 B
Memory size
0 B
Max memory size
20 MB

Network Info


Peers
8
Network Traffic
Total Download: 40.21 MB (avg 482.17 B/s)
Total Upload: 11.05 MB (avg 132.54 B/s)

getblockchaininfo


{
    "chain": "chip",
    "blocks": 301187,
    "headers": 301187,
    "bestblockhash": "00000000d4c948b8b527cd87534f65ab72fe2be6fc1cf60fa014ac587c7f0768",
    "difficulty": 1,
    "mediantime": 1776270662,
    "verificationprogress": 0.9999991093501255,
    "initialblockdownload": false,
    "chainwork": "00000000000000000000000000000000000000000000000002f24d63e278f176",
    "size_on_disk": 766619769,
    "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": ""
}

getnettotals


{
    "totalbytesrecv": 40211334,
    "totalbytessent": 11053361,
    "timemillis": 1776277237633,
    "uploadtarget": {
        "timeframe": 86400,
        "target": 0,
        "target_reached": false,
        "serve_historical_blocks": true,
        "bytes_left_in_cycle": 0,
        "time_left_in_cycle": 0
    }
}

getnetworkinfo


{
    "version": 29000000,
    "subversion": "/Bitcoin Cash Node:29.0.0(EB2.0)/",
    "protocolversion": 70016,
    "localservices": "0000000000000425",
    "localrelay": true,
    "timeoffset": 1,
    "networkactive": true,
    "connections": 8,
    "connections_in": 0,
    "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": false,
            "reachable": true,
            "proxy": "127.0.0.1:9050",
            "proxy_randomize_credentials": true
        },
        {
            "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": "2001:470:ec1b:dead::11",
            "port": 48333,
            "score": 1
        },
        {
            "address": "ca2rcqnvhotnuzoahal5zlbsg7buvipnr6tsa6ngqumv3er46iui64qd.onion",
            "port": 48333,
            "score": 4
        }
    ],
    "warnings": ""
}

getmempoolinfo


{
    "loaded": true,
    "size": 0,
    "bytes": 0,
    "usage": 0,
    "maxmempool": 20000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001,
    "permitbaremultisig": true,
    "maxdatacarriersize": 223
}