Node Status


Summary


Chain
main
Version
28000100 (/Bitcoin Cash Node:28.0.1(EB32.0)/)
Protocol Version
70016
Blockchain Size
244.97 GB
(pruned: false)
Block Count
941,203
(headers: 941,203)
Difficulty
898.035 x 109
Status
Synchronized with network
Uptime
3 months, 28 days
Warnings
None

Mempool Info


TX count
75
TX size
64.7 KB
Memory size
137.9 KB
Max memory size
320 MB

Network Info


Peers
124
Network Traffic
Total Download: 314.19 GB (avg 30.55 KB/s)
Total Upload: 5.65 TB (avg 549.04 KB/s)

getblockchaininfo


{
    "chain": "main",
    "blocks": 941203,
    "headers": 941203,
    "bestblockhash": "0000000000000000010f97c8e21e22dee4d5c7d51c08eb67d7f3448d3cf0eb79",
    "difficulty": 898034528855.4071,
    "mediantime": 1772835328,
    "verificationprogress": 0.9999996168501621,
    "initialblockdownload": false,
    "chainwork": "000000000000000000000000000000000000000002cf7827bea2924e54b4c266",
    "size_on_disk": 244973218076,
    "pruned": false,
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 314185441764,
    "totalbytessent": 5647179454727,
    "timemillis": 1772840101154,
    "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": 124,
    "connections_in": 116,
    "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": 460436
        }
    ],
    "warnings": ""
}

getmempoolinfo


{
    "loaded": true,
    "size": 75,
    "bytes": 64667,
    "usage": 137872,
    "maxmempool": 320000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001
}