Node Status


Summary


Chain
main
Version
28000100 (/Bitcoin Cash Node:28.0.1(EB32.0)/)
Protocol Version
70016
Blockchain Size
241.2 GB
(pruned: false)
Block Count
920,737
(headers: 920,737)
Difficulty
711.107 x 109
Status
Synchronized with network
Uptime
2 weeks, 1 day, 11 hours
Warnings
None

Mempool Info


TX count
65
TX size
131.5 KB
Memory size
234.1 KB
Max memory size
320 MB

Network Info


Peers
80
Network Traffic
Total Download: 8.63 GB (avg 6.46 KB/s)
Total Upload: 391.91 GB (avg 293.26 KB/s)

getblockchaininfo


{
    "chain": "main",
    "blocks": 920737,
    "headers": 920737,
    "bestblockhash": "000000000000000000611f93068b832de5a3e75dfc12c637fccb0401d4a1b26a",
    "difficulty": 711107219247.0162,
    "mediantime": 1760613771,
    "verificationprogress": 0.9999996636852261,
    "initialblockdownload": false,
    "chainwork": "0000000000000000000000000000000000000000028e3255c3ba20fd7dbeb332",
    "size_on_disk": 241201542539,
    "pruned": false,
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 8634465506,
    "totalbytessent": 391913853658,
    "timemillis": 1760617565614,
    "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": 80,
    "connections_in": 72,
    "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": 69380
        }
    ],
    "warnings": ""
}

getmempoolinfo


{
    "loaded": true,
    "size": 65,
    "bytes": 131538,
    "usage": 234080,
    "maxmempool": 320000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001
}