Node Status


Summary


Chain
main
Version
27000000 (/Bitcoin Cash Node:27.0.0(EB32.0)/)
Protocol Version
70016
Blockchain Size
228.7 GB
(pruned: false)
Block Count
842,985
(headers: 842,985)
Difficulty
542.843 x 109
Status
Synchronized with network
Uptime
4 months, 12 days
Warnings
None

Mempool Info


TX count
114
TX size
45.1 KB
Memory size
143.8 KB
Max memory size
320 MB

Network Info


Peers
114
Network Traffic
Total Download: 142.6 GB (avg 12.34 KB/s)
Total Upload: 2.13 TB (avg 184.8 KB/s)

getblockchaininfo


{
    "chain": "main",
    "blocks": 842985,
    "headers": 842985,
    "bestblockhash": "000000000000000000aa81296d2f8f9bfa5753c918085f8cd1ac9c61716538f9",
    "difficulty": 542843433552.3106,
    "mediantime": 1714028720,
    "verificationprogress": 0.9999995468529517,
    "initialblockdownload": false,
    "chainwork": "000000000000000000000000000000000000000001ff9cff0ab34471070e9c93",
    "size_on_disk": 228698095121,
    "pruned": false,
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 142601494767,
    "totalbytessent": 2134920722465,
    "timemillis": 1714033437466,
    "uploadtarget": {
        "timeframe": 86400,
        "target": 0,
        "target_reached": false,
        "serve_historical_blocks": true,
        "bytes_left_in_cycle": 0,
        "time_left_in_cycle": 0
    }
}

getnetworkinfo


{
    "version": 27000000,
    "subversion": "/Bitcoin Cash Node:27.0.0(EB32.0)/",
    "protocolversion": 70016,
    "localservices": "0000000000000425",
    "localrelay": true,
    "timeoffset": 0,
    "networkactive": true,
    "connections": 114,
    "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": 642270
        }
    ],
    "warnings": ""
}

getmempoolinfo


{
    "loaded": true,
    "size": 114,
    "bytes": 45116,
    "usage": 143760,
    "maxmempool": 320000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001
}