Node Status


Summary


Chain
main
Version
29010000 (/Bitcoin Cash Node:29.1.0(EB32.0)/)
Protocol Version
70016
Blockchain Size
247.23 GB
(pruned: false)
Block Count
968,753
(headers: 968,753)
Difficulty
432.211 x 109
Status
Synchronized with network
Uptime
1 month, 6 days
Warnings
None

Mempool Info


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

Network Info


Peers
122
Network Traffic
Total Download: 55.29 GB (avg 17.54 KB/s)
Total Upload: 1.4 TB (avg 445.59 KB/s)

getblockchaininfo


{
    "chain": "main",
    "blocks": 968753,
    "headers": 968753,
    "bestblockhash": "000000000000000002143e53472f0505de91d3d661a34d4131a09fa50aec911f",
    "difficulty": 432211032692.1241,
    "mediantime": 1789547905,
    "verificationprogress": 0.9999999826101917,
    "initialblockdownload": false,
    "chainwork": "0000000000000000000000000000000000000000030c2a7ecda3d7f4ca357eff",
    "size_on_disk": 247231111006,
    "pruned": false,
    "upgrade_status": {
        "name": "May 2027 Upgrade (mainnet)",
        "mempool_activated": false,
        "mempool_activation_mtp": 1810382400,
        "block_preactivation_height": null,
        "block_preactivation_hash": null,
        "block_postactivation_height": null,
        "block_postactivation_hash": null,
        "software_expiration_time": 1810382400
    },
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 55286196735,
    "totalbytessent": 1404467405518,
    "timemillis": 1789550437091,
    "uploadtarget": {
        "timeframe": 86400,
        "target": 0,
        "target_reached": false,
        "serve_historical_blocks": true,
        "bytes_left_in_cycle": 0,
        "time_left_in_cycle": 0
    }
}

getnetworkinfo


{
    "version": 29010000,
    "subversion": "/Bitcoin Cash Node:29.1.0(EB32.0)/",
    "protocolversion": 70016,
    "localservices": "0000000000000425",
    "localservicesnames": [
        "NETWORK",
        "BLOOM",
        "BITCOIN_CASH",
        "NETWORK_LIMITED"
    ],
    "localrelay": true,
    "timeoffset": 0,
    "networkactive": true,
    "connections": 122,
    "connections_in": 114,
    "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": "135.148.236.246",
            "port": 8333,
            "score": 231404
        }
    ],
    "warnings": ""
}

getmempoolinfo


{
    "loaded": true,
    "size": 5,
    "bytes": 1499,
    "usage": 5344,
    "maxmempool": 320000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001,
    "permitbaremultisig": true,
    "maxdatacarriersize": 223,
    "total_fee": 0.00004481
}