Node Status


Summary


Chain
test
Version
27010100 (/Bitcoin Cash Node:27.1.1(EB32.0)/)
Protocol Version
70016
Blockchain Size
45.43 GB
(pruned: false)
Block Count
1,632,738
(headers: 1,632,738)
Difficulty
209.466 x 100
Status
Synchronized with network
Uptime
6 days, 5 hours
Warnings
None

Mempool Info


TX count
4
TX size
902 B
Memory size
3.8 KB
Max memory size
320 MB

Network Info


Peers
28
Network Traffic
Total Download: 236.3 MB (avg 440.24 B/s)
Total Upload: 25.08 GB (avg 46.72 KB/s)

getblockchaininfo


{
    "chain": "test",
    "blocks": 1632738,
    "headers": 1632738,
    "bestblockhash": "0000000000a1ff6112afc9bc943df4c757dffd4adc9bdc1f029883d70b454b94",
    "difficulty": 209.4658775938273,
    "mediantime": 1732168598,
    "verificationprogress": 0.9999999724238149,
    "initialblockdownload": false,
    "chainwork": "00000000000000000000000000000000000000000000010d7621866aafd9ab6a",
    "size_on_disk": 45434227544,
    "pruned": false,
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 236298083,
    "totalbytessent": 25079188534,
    "timemillis": 1732172857180,
    "uploadtarget": {
        "timeframe": 86400,
        "target": 0,
        "target_reached": false,
        "serve_historical_blocks": true,
        "bytes_left_in_cycle": 0,
        "time_left_in_cycle": 0
    }
}

getnetworkinfo


{
    "version": 27010100,
    "subversion": "/Bitcoin Cash Node:27.1.1(EB32.0)/",
    "protocolversion": 70016,
    "localservices": "0000000000000425",
    "localrelay": true,
    "timeoffset": 1,
    "networkactive": true,
    "connections": 28,
    "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": 18333,
            "score": 3023
        },
        {
            "address": "63bea5xk6ptgv3xuj57gfejnh2lpwesdduklhu2dszgt5y52ji6a5kyd.onion",
            "port": 18333,
            "score": 4
        }
    ],
    "warnings": ""
}

getmempoolinfo


{
    "loaded": true,
    "size": 4,
    "bytes": 902,
    "usage": 3840,
    "maxmempool": 320000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001
}