Node Status


Summary


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

Mempool Info


TX count
143
TX size
155.3 KB
Memory size
366.5 KB
Max memory size
320 MB

Network Info


Peers
123
Network Traffic
Total Download: 46.59 GB (avg 16.73 KB/s)
Total Upload: 1.27 TB (avg 456.93 KB/s)

getblockchaininfo


{
    "chain": "main",
    "blocks": 968155,
    "headers": 968155,
    "bestblockhash": "00000000000000000188b1ad95c47e6d024723c681dbbbd3e8e55ff548245345",
    "difficulty": 450144898773.6932,
    "mediantime": 1789180158,
    "verificationprogress": 0.9999994060084632,
    "initialblockdownload": false,
    "chainwork": "0000000000000000000000000000000000000000030b3d1abb101aa49b7be64d",
    "size_on_disk": 247200365496,
    "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": 46592098031,
    "totalbytessent": 1272200283634,
    "timemillis": 1789182707235,
    "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": 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": 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": 195698
        }
    ],
    "warnings": ""
}

getmempoolinfo


{
    "loaded": true,
    "size": 143,
    "bytes": 155348,
    "usage": 366528,
    "maxmempool": 320000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001,
    "permitbaremultisig": true,
    "maxdatacarriersize": 223,
    "total_fee": 0.00525612
}