Node Status


Summary


Chain
main
Version
28000100 (/Bitcoin Cash Node:28.0.1(EB32.0)/)
Protocol Version
70016
Blockchain Size
239.36 GB
(pruned: false)
Block Count
906,715
(headers: 906,715)
Difficulty
511.87 x 109
Status
Synchronized with network
Uptime
5 months, 30 days
Warnings
None

Mempool Info


TX count
324
TX size
212.7 KB
Memory size
565.2 KB
Max memory size
320 MB

Network Info


Peers
121
Network Traffic
Total Download: 101.62 GB (avg 6.45 KB/s)
Total Upload: 3.28 TB (avg 208.28 KB/s)

getblockchaininfo


{
    "chain": "main",
    "blocks": 906715,
    "headers": 906715,
    "bestblockhash": "00000000000000000204f91585945a6834366d2fe76dae03f217b5c77395412a",
    "difficulty": 511870303729.4625,
    "mediantime": 1752282098,
    "verificationprogress": 0.9999981660911229,
    "initialblockdownload": false,
    "chainwork": "0000000000000000000000000000000000000000026e60c928a849725c7f5e08",
    "size_on_disk": 239364863213,
    "pruned": false,
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 101620182009,
    "totalbytessent": 3281286268132,
    "timemillis": 1752287425949,
    "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": 121,
    "connections_in": 113,
    "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": 847421
        }
    ],
    "warnings": ""
}

getmempoolinfo


{
    "loaded": true,
    "size": 324,
    "bytes": 212667,
    "usage": 565232,
    "maxmempool": 320000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001
}