Node Status


Summary


Chain
chip
Version
29000000 (/Bitcoin Cash Node:29.0.0(EB2.0)/)
Protocol Version
70016
Blockchain Size
4.77 GB
(pruned: false)
Block Count
314,642
(headers: 314,642)
Difficulty
4.2 x 100
Status
Synchronized with network
Uptime
3 months, 2 days
Warnings
None

Mempool Info


TX count
203
TX size
178.8 KB
Memory size
473.1 KB
Max memory size
640 MB

Network Info


Peers
25
Network Traffic
Total Download: 2.39 GB (avg 297.88 B/s)
Total Upload: 13.44 GB (avg 1.67 KB/s)

getblockchaininfo


{
    "chain": "chip",
    "blocks": 314642,
    "headers": 314642,
    "bestblockhash": "000000001cdc1a22e6704aac2714c0903b62f61fcccd75cf56fd2c64cfbc8f94",
    "difficulty": 4.200083365982923,
    "mediantime": 1784121393,
    "verificationprogress": 0.9999969675093656,
    "initialblockdownload": false,
    "chainwork": "0000000000000000000000000000000000000000000000000d8756e362f11dd3",
    "size_on_disk": 4772541075,
    "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": 2393534083,
    "totalbytessent": 13441116488,
    "timemillis": 1784123965042,
    "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": 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": "66.29.152.199",
            "port": 48333,
            "score": 35267
        }
    ],
    "warnings": ""
}

getmempoolinfo


{
    "loaded": true,
    "size": 203,
    "bytes": 178840,
    "usage": 473056,
    "maxmempool": 640000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001,
    "permitbaremultisig": true,
    "maxdatacarriersize": 223
}