Node Status


Summary


Chain
main
Version
28000100 (/Bitcoin Cash Node:28.0.1(EB32.0)/)
Protocol Version
70016
Blockchain Size
244.95 GB
(pruned: false)
Block Count
941,086
(headers: 941,086)
Difficulty
887.701 x 109
Status
Synchronized with network
Uptime
4 months, 27 days
Warnings
None

Mempool Info


TX count
82
TX size
159.8 KB
Memory size
281.4 KB
Max memory size
2 GB

Network Info


Peers
8
Network Traffic
Total Download: 4.66 GB (avg 363.16 B/s)
Total Upload: 8.02 GB (avg 624.05 B/s)

getblockchaininfo


{
    "chain": "main",
    "blocks": 941086,
    "headers": 941086,
    "bestblockhash": "00000000000000000112385a8177d6e4f8dd3e76b3f3600ee4a0182f45bbc2fe",
    "difficulty": 887701356703.0522,
    "mediantime": 1772769898,
    "verificationprogress": 0.9999992544397164,
    "initialblockdownload": false,
    "chainwork": "000000000000000000000000000000000000000002cf1a772b992e61b4a21a1b",
    "size_on_disk": 244951773229,
    "pruned": false,
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 4664599309,
    "totalbytessent": 8015626222,
    "timemillis": 1772771264454,
    "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": 8,
    "connections_in": 0,
    "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": [],
    "warnings": ""
}

getmempoolinfo


{
    "loaded": true,
    "size": 82,
    "bytes": 159773,
    "usage": 281360,
    "maxmempool": 2000000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001
}