Node Status


Summary


Chain
main
Version
28000100 (/Bitcoin Cash Node:28.0.1(EB32.0)/)
Protocol Version
70016
Blockchain Size
243.69 GB
(pruned: false)
Block Count
929,529
(headers: 929,529)
Difficulty
908.634 x 109
Status
Synchronized with network
Uptime
1 month, 8 days
Warnings
None

Mempool Info


TX count
66
TX size
49.3 KB
Memory size
122.9 KB
Max memory size
320 MB

Network Info


Peers
110
Network Traffic
Total Download: 256.95 GB (avg 78.42 KB/s)
Total Upload: 1.27 TB (avg 388 KB/s)

getblockchaininfo


{
    "chain": "main",
    "blocks": 929529,
    "headers": 929529,
    "bestblockhash": "0000000000000000012362eee352eaa93e2d14275ec283e49d4eb27f348332eb",
    "difficulty": 908634013345.1887,
    "mediantime": 1765829980,
    "verificationprogress": 0.9999993059911636,
    "initialblockdownload": false,
    "chainwork": "000000000000000000000000000000000000000002a6fab97c8006d73e8f265d",
    "size_on_disk": 243688839902,
    "pruned": false,
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 256953265982,
    "totalbytessent": 1271345991885,
    "timemillis": 1765831179281,
    "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": 110,
    "connections_in": 102,
    "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": 143730
        }
    ],
    "warnings": ""
}

getmempoolinfo


{
    "loaded": true,
    "size": 66,
    "bytes": 49311,
    "usage": 122880,
    "maxmempool": 320000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001
}