Node Status


Summary


Chain
main
Version
28000100 (/Bitcoin Cash Node:28.0.1(EB32.0)/)
Protocol Version
70016
Blockchain Size
240.85 GB
(pruned: false)
Block Count
919,907
(headers: 919,907)
Difficulty
703.814 x 109
Status
Synchronized with network
Uptime
1 week, 0 days, 11 hours
Warnings
None

Mempool Info


TX count
82
TX size
38.1 KB
Memory size
113.7 KB
Max memory size
320 MB

Network Info


Peers
50
Network Traffic
Total Download: 4.29 GB (avg 6.64 KB/s)
Total Upload: 168.13 GB (avg 260.23 KB/s)

getblockchaininfo


{
    "chain": "main",
    "blocks": 919907,
    "headers": 919907,
    "bestblockhash": "000000000000000000be588c92412e8f74a5da4367343abba0c2c3ee220ee802",
    "difficulty": 703814168063.0999,
    "mediantime": 1760118953,
    "verificationprogress": 0.9999991955685278,
    "initialblockdownload": false,
    "chainwork": "0000000000000000000000000000000000000000028c2580882f07547110d1a7",
    "size_on_disk": 240847560230,
    "pruned": false,
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 4288132539,
    "totalbytessent": 168131030403,
    "timemillis": 1760121938879,
    "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": 16,
    "networkactive": true,
    "connections": 50,
    "connections_in": 42,
    "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": 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": 9196
        },
        {
            "address": "g73swphpkbqtzpd2i3v6et2gwfaojn5gb5abcomjroy3xzyuxap25bid.onion",
            "port": 8333,
            "score": 4
        }
    ],
    "warnings": ""
}

getmempoolinfo


{
    "loaded": true,
    "size": 82,
    "bytes": 38067,
    "usage": 113728,
    "maxmempool": 320000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001
}