Node Status


Summary


Chain
main
Version
28000100 (/Bitcoin Cash Node:28.0.1(EB32.0)/)
Protocol Version
70016
Blockchain Size
240.29 GB
(pruned: false)
Block Count
916,323
(headers: 916,323)
Difficulty
679.733 x 109
Status
Synchronized with network
Uptime
2 weeks, 4 days, 2 hours
Warnings
None

Mempool Info


TX count
215
TX size
108.7 KB
Memory size
318.8 KB
Max memory size
320 MB

Network Info


Peers
62
Network Traffic
Total Download: 8.35 GB (avg 5.34 KB/s)
Total Upload: 425.78 GB (avg 272.48 KB/s)

getblockchaininfo


{
    "chain": "main",
    "blocks": 916323,
    "headers": 916323,
    "bestblockhash": "000000000000000001720e69bb526c197b29d7f643a6d5d6219088f6b0c0cea9",
    "difficulty": 679733362195.8943,
    "mediantime": 1757976367,
    "verificationprogress": 0.9999991117985044,
    "initialblockdownload": false,
    "chainwork": "000000000000000000000000000000000000000002833506e404157b3b77df82",
    "size_on_disk": 240285125147,
    "pruned": false,
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 8351101240,
    "totalbytessent": 425777309226,
    "timemillis": 1757980046108,
    "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": 62,
    "connections_in": 54,
    "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": 76930
        }
    ],
    "warnings": ""
}

getmempoolinfo


{
    "loaded": true,
    "size": 215,
    "bytes": 108656,
    "usage": 318752,
    "maxmempool": 320000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001
}