Node Status


Summary


Chain
main
Version
28000100 (/Bitcoin Cash Node:28.0.1(EB32.0)/)
Protocol Version
70016
Blockchain Size
240.43 GB
(pruned: false)
Block Count
917,500
(headers: 917,500)
Difficulty
699.164 x 109
Status
Synchronized with network
Uptime
3 weeks, 0 days, 17 hours
Warnings
None

Mempool Info


TX count
50
TX size
56.1 KB
Memory size
126.6 KB
Max memory size
320 MB

Network Info


Peers
95
Network Traffic
Total Download: 14.5 GB (avg 7.73 KB/s)
Total Upload: 831.81 GB (avg 443.46 KB/s)

getblockchaininfo


{
    "chain": "main",
    "blocks": 917500,
    "headers": 917500,
    "bestblockhash": "000000000000000000855f37b9073490e7dec253d611c8e737501342f7df6256",
    "difficulty": 699163549027.2766,
    "mediantime": 1758675952,
    "verificationprogress": 0.9999993847940524,
    "initialblockdownload": false,
    "chainwork": "000000000000000000000000000000000000000002862711c1551f2bdc54b41d",
    "size_on_disk": 240432049312,
    "pruned": false,
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 14499799496,
    "totalbytessent": 831807688740,
    "timemillis": 1758679838706,
    "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": 95,
    "connections_in": 87,
    "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": "173.212.243.103",
            "port": 8333,
            "score": 81901
        },
        {
            "address": "2a02:c207:0:5403::1",
            "port": 8333,
            "score": 20117
        }
    ],
    "warnings": ""
}

getmempoolinfo


{
    "loaded": true,
    "size": 50,
    "bytes": 56090,
    "usage": 126640,
    "maxmempool": 320000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001
}