Node Status


Summary


Chain
main
Version
29010000 (/Bitcoin Cash Node:29.1.0(EB32.0)/)
Protocol Version
70016
Blockchain Size
247.19 GB
(pruned: false)
Block Count
967,987
(headers: 967,987)
Difficulty
455.44 x 109
Status
Synchronized with network
Uptime
1 week, 0 days, 2 hours
Warnings
None

Mempool Info


TX count
206
TX size
116.4 KB
Memory size
328.4 KB
Max memory size
320 MB

Network Info


Peers
123
Network Traffic
Total Download: 16.31 GB (avg 26.6 KB/s)
Total Upload: 516.82 GB (avg 842.95 KB/s)

getblockchaininfo


{
    "chain": "main",
    "blocks": 967987,
    "headers": 967987,
    "bestblockhash": "000000000000000001d9249263f95f3150761515bebceb1fcd80b43b01ac8e5b",
    "difficulty": 455439783875.5359,
    "mediantime": 1789075738,
    "verificationprogress": 0.9999995808031371,
    "initialblockdownload": false,
    "chainwork": "0000000000000000000000000000000000000000030af893126d8b406291126c",
    "size_on_disk": 247190516809,
    "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": 16309871707,
    "totalbytessent": 516821537461,
    "timemillis": 1789078715804,
    "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": 5,
    "networkactive": true,
    "connections": 123,
    "connections_in": 115,
    "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": 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": 9157
        },
        {
            "address": "g73swphpkbqtzpd2i3v6et2gwfaojn5gb5abcomjroy3xzyuxap25bid.onion",
            "port": 8333,
            "score": 4
        }
    ],
    "warnings": ""
}

getmempoolinfo


{
    "loaded": true,
    "size": 206,
    "bytes": 116367,
    "usage": 328384,
    "maxmempool": 320000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001,
    "permitbaremultisig": true,
    "maxdatacarriersize": 223,
    "total_fee": 0.00192954
}