Node Status


Summary


Chain
main
Version
29010000 (/Bitcoin Cash Node:29.1.0(EB32.0)/)
Protocol Version
70016
Blockchain Size
246.86 GB
(pruned: false)
Block Count
962,683
(headers: 962,683)
Difficulty
422.25 x 109
Status
Synchronized with network
Uptime
3 days, 13 hours
Warnings
None

Mempool Info


TX count
1
TX size
226 B
Memory size
928 B
Max memory size
320 MB

Network Info


Peers
124
Network Traffic
Total Download: 2.3 GB (avg 7.52 KB/s)
Total Upload: 230.72 GB (avg 755.16 KB/s)

getblockchaininfo


{
    "chain": "main",
    "blocks": 962683,
    "headers": 962683,
    "bestblockhash": "0000000000000000019d2d02aefd8696924c94e427e58ef3d46dba33a1966950",
    "difficulty": 422249732059.9603,
    "mediantime": 1785910525,
    "verificationprogress": 0.9999999745535644,
    "initialblockdownload": false,
    "chainwork": "000000000000000000000000000000000000000003028bbd5b1c121a726b1f10",
    "size_on_disk": 246858591977,
    "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": 2297944178,
    "totalbytessent": 230724045005,
    "timemillis": 1785915939566,
    "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": 124,
    "connections_in": 116,
    "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": 23463
        }
    ],
    "warnings": ""
}

getmempoolinfo


{
    "loaded": true,
    "size": 1,
    "bytes": 226,
    "usage": 928,
    "maxmempool": 320000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001,
    "permitbaremultisig": true,
    "maxdatacarriersize": 223,
    "total_fee": 0.00000226
}