Node Status


Summary


Chain
main
Version
28000100 (/Bitcoin Cash Node:28.0.1(EB32.0)/)
Protocol Version
70016
Blockchain Size
244.15 GB
(pruned: false)
Block Count
933,085
(headers: 933,085)
Difficulty
988.307 x 109
Status
Synchronized with network
Uptime
3 months, 2 days
Warnings
None

Mempool Info


TX count
29
TX size
15.3 KB
Memory size
43.5 KB
Max memory size
2 GB

Network Info


Peers
8
Network Traffic
Total Download: 3.6 GB (avg 448.9 B/s)
Total Upload: 7.69 GB (avg 959.42 B/s)

getblockchaininfo


{
    "chain": "main",
    "blocks": 933085,
    "headers": 933085,
    "bestblockhash": "0000000000000000010b062ffc987123ebcd1de1dcd74fc5b30863f40b36ccd9",
    "difficulty": 988307266953.3275,
    "mediantime": 1767941935,
    "verificationprogress": 0.9999994241549907,
    "initialblockdownload": false,
    "chainwork": "000000000000000000000000000000000000000002b33dd248da5c9793043630",
    "size_on_disk": 244151052442,
    "pruned": false,
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 3599351458,
    "totalbytessent": 7692752701,
    "timemillis": 1767944783319,
    "uploadtarget": {
        "timeframe": 86400,
        "target": 0,
        "target_reached": false,
        "serve_historical_blocks": true,
        "bytes_left_in_cycle": 0,
        "time_left_in_cycle": 0
    }
}

getnetworkinfo


{
    "version": 28000100,
    "subversion": "/Bitcoin Cash Node:28.0.1(EB32.0)/",
    "protocolversion": 70016,
    "localservices": "0000000000000425",
    "localrelay": true,
    "timeoffset": 0,
    "networkactive": true,
    "connections": 8,
    "connections_in": 0,
    "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": [],
    "warnings": ""
}

getmempoolinfo


{
    "loaded": true,
    "size": 29,
    "bytes": 15264,
    "usage": 43456,
    "maxmempool": 2000000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001
}