Node Status


Summary


Chain
main
Version
29000000 (/Bitcoin Cash Node:29.0.0(EB32.0)/)
Protocol Version
70016
Blockchain Size
246.36 GB
(pruned: false)
Block Count
955,815
(headers: 955,815)
Difficulty
448.648 x 109
Status
Synchronized with network
Uptime
5 days, 21 hours
Warnings
None

Mempool Info


TX count
5
TX size
1.5 KB
Memory size
5.4 KB
Max memory size
320 MB

Network Info


Peers
121
Network Traffic
Total Download: 5.7 GB (avg 11.2 KB/s)
Total Upload: 490.52 GB (avg 964.12 KB/s)

getblockchaininfo


{
    "chain": "main",
    "blocks": 955815,
    "headers": 955815,
    "bestblockhash": "000000000000000001f14d87300df9699344f15f21315e0925ceeb2160254d8e",
    "difficulty": 448648227524.7818,
    "mediantime": 1781774694,
    "verificationprogress": 0.9999999862262916,
    "initialblockdownload": false,
    "chainwork": "000000000000000000000000000000000000000002f753373b2c5b829bd483ed",
    "size_on_disk": 246363730948,
    "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": 5697228782,
    "totalbytessent": 490523843521,
    "timemillis": 1781778213349,
    "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": 3,
    "networkactive": true,
    "connections": 121,
    "connections_in": 112,
    "connections_out": 9,
    "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": 8333,
            "score": 6621
        },
        {
            "address": "g73swphpkbqtzpd2i3v6et2gwfaojn5gb5abcomjroy3xzyuxap25bid.onion",
            "port": 8333,
            "score": 4
        }
    ],
    "warnings": ""
}

getmempoolinfo


{
    "loaded": true,
    "size": 5,
    "bytes": 1494,
    "usage": 5360,
    "maxmempool": 320000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001,
    "permitbaremultisig": true,
    "maxdatacarriersize": 223
}