Node Status


Summary


Chain
main
Version
28000100 (/Bitcoin Cash Node:28.0.1(EB32.0)/)
Protocol Version
70016
Blockchain Size
240.08 GB
(pruned: false)
Block Count
913,687
(headers: 913,687)
Difficulty
618.479 x 109
Status
Synchronized with network
Uptime
5 days, 16 hours
Warnings
None

Mempool Info


TX count
18
TX size
19.8 KB
Memory size
45.2 KB
Max memory size
320 MB

Network Info


Peers
29
Network Traffic
Total Download: 1.67 GB (avg 3.42 KB/s)
Total Upload: 65.3 GB (avg 133.44 KB/s)

getblockchaininfo


{
    "chain": "main",
    "blocks": 913687,
    "headers": 913687,
    "bestblockhash": "0000000000000000017a8756c40786af26b673e2549548753248b7cc4130c01d",
    "difficulty": 618478829642.2516,
    "mediantime": 1756420046,
    "verificationprogress": 0.9999998276148874,
    "initialblockdownload": false,
    "chainwork": "0000000000000000000000000000000000000000027cfaeb9040103b98d9576d",
    "size_on_disk": 240079139632,
    "pruned": false,
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 1673429474,
    "totalbytessent": 65298841834,
    "timemillis": 1756421641895,
    "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": 10,
    "networkactive": true,
    "connections": 29,
    "connections_in": 20,
    "connections_out": 9,
    "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": false,
            "reachable": true,
            "proxy": "127.0.0.1:9050",
            "proxy_randomize_credentials": true
        },
        {
            "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": "2001:470:ec1b:dead::11",
            "port": 8333,
            "score": 6723
        },
        {
            "address": "g73swphpkbqtzpd2i3v6et2gwfaojn5gb5abcomjroy3xzyuxap25bid.onion",
            "port": 8333,
            "score": 4
        }
    ],
    "warnings": ""
}

getmempoolinfo


{
    "loaded": true,
    "size": 18,
    "bytes": 19845,
    "usage": 45200,
    "maxmempool": 320000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001
}