Node Status


Summary


Chain
main
Version
29000000 (/Bitcoin Cash Node:29.0.0(EB32.0)/)
Protocol Version
70016
Blockchain Size
246.87 GB
(pruned: false)
Block Count
962,907
(headers: 962,907)
Difficulty
433.582 x 109
Status
Synchronized with network
Uptime
4 weeks, 0 days, 9 hours
Warnings
None

Mempool Info


TX count
12
TX size
4.3 KB
Memory size
14 KB
Max memory size
320 MB

Network Info


Peers
278
Network Traffic
Total Download: 35.94 GB (avg 14.66 KB/s)
Total Upload: 2.44 TB (avg 994.63 KB/s)

getblockchaininfo


{
    "chain": "main",
    "blocks": 962907,
    "headers": 962907,
    "bestblockhash": "0000000000000000005066df15d68fa6cde3cfd9b0e6a4c23385316d5e1a95e7",
    "difficulty": 433581612057.959,
    "mediantime": 1786039933,
    "verificationprogress": 0.9999998918146171,
    "initialblockdownload": false,
    "chainwork": "00000000000000000000000000000000000000000302e43fa9884f7677883653",
    "size_on_disk": 246869079218,
    "pruned": false,
    "upgrade_status": {
        "name": "May 2026 Upgrade (mainnet)",
        "mempool_activated": true,
        "mempool_activation_mtp": 1778846400,
        "block_preactivation_height": 951144,
        "block_preactivation_hash": "0000000000000000009647b105551f1776362ef92f08aa0312311ff0e9fdad3f",
        "block_postactivation_height": 951145,
        "block_postactivation_hash": "000000000000000000f64dbed68370486f945097ba90b17e30d7bf5c43df7a60",
        "software_expiration_time": 1810382400
    },
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 35940319849,
    "totalbytessent": 2438288928739,
    "timemillis": 1786042177607,
    "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(EB32.0)/",
    "protocolversion": 70016,
    "localservices": "0000000000000425",
    "localrelay": true,
    "timeoffset": 0,
    "networkactive": true,
    "connections": 278,
    "connections_in": 270,
    "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": "15.204.253.47",
            "port": 8333,
            "score": 202708
        },
        {
            "address": "2604:2dc0:101:200::99d",
            "port": 8333,
            "score": 26488
        }
    ],
    "warnings": ""
}

getmempoolinfo


{
    "loaded": true,
    "size": 12,
    "bytes": 4261,
    "usage": 13952,
    "maxmempool": 320000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001,
    "permitbaremultisig": true,
    "maxdatacarriersize": 223
}