Node Status


Summary


Chain
main
Version
28000100 (/Bitcoin Cash Node:28.0.1(EB32.0)/)
Protocol Version
70016
Blockchain Size
239.11 GB
(pruned: false)
Block Count
904,588
(headers: 904,588)
Difficulty
562.296 x 109
Status
Synchronized with network
Uptime
5 months, 15 days
Warnings
None

Mempool Info


TX count
95
TX size
1.2 MB
Memory size
2.3 MB
Max memory size
320 MB

Network Info


Peers
121
Network Traffic
Total Download: 93.93 GB (avg 6.5 KB/s)
Total Upload: 2.98 TB (avg 205.86 KB/s)

getblockchaininfo


{
    "chain": "main",
    "blocks": 904588,
    "headers": 904588,
    "bestblockhash": "000000000000000001397fda1dc97e084525da1438b09e055a03d50c828fccb4",
    "difficulty": 562295602131.1475,
    "mediantime": 1750984040,
    "verificationprogress": 0.9999990082889079,
    "initialblockdownload": false,
    "chainwork": "0000000000000000000000000000000000000000026a660d47dd3e089c06a9ce",
    "size_on_disk": 239106836620,
    "pruned": false,
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 93934816226,
    "totalbytessent": 2975357122846,
    "timemillis": 1750986619242,
    "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": 121,
    "connections_in": 113,
    "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": 780545
        }
    ],
    "warnings": ""
}

getmempoolinfo


{
    "loaded": true,
    "size": 95,
    "bytes": 1173747,
    "usage": 2324784,
    "maxmempool": 320000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001
}