Node Status


Summary


Chain
main
Version
29000000 (/Bitcoin Cash Node:29.0.0(EB32.0)/)
Protocol Version
70016
Blockchain Size
246.39 GB
(pruned: false)
Block Count
956,292
(headers: 956,292)
Difficulty
453.208 x 109
Status
Synchronized with network
Uptime
1 month, 7 days
Warnings
None

Mempool Info


TX count
17
TX size
4.9 KB
Memory size
17.6 KB
Max memory size
320 MB

Network Info


Peers
371
Network Traffic
Total Download: 90.71 GB (avg 28.64 KB/s)
Total Upload: 4.74 TB (avg 1.5 MB/s)

getblockchaininfo


{
    "chain": "main",
    "blocks": 956292,
    "headers": 956292,
    "bestblockhash": "0000000000000000011d9669092a6374ed9a2591fe5f96b07e91a9443135a0df",
    "difficulty": 453208303098.899,
    "mediantime": 1782060132,
    "verificationprogress": 0.9999998145300596,
    "initialblockdownload": false,
    "chainwork": "000000000000000000000000000000000000000002f8181d49e5496880de67f6",
    "size_on_disk": 246389134235,
    "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": 90714460410,
    "totalbytessent": 4739495763396,
    "timemillis": 1782062323361,
    "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": 371,
    "connections_in": 363,
    "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": 271019
        },
        {
            "address": "2604:2dc0:101:200::99d",
            "port": 8333,
            "score": 38301
        }
    ],
    "warnings": ""
}

getmempoolinfo


{
    "loaded": true,
    "size": 17,
    "bytes": 4850,
    "usage": 17600,
    "maxmempool": 320000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001,
    "permitbaremultisig": true,
    "maxdatacarriersize": 223
}