Node Status


Summary


Chain
test
Version
28000100 (/Bitcoin Cash Node:28.0.1(EB32.0)/)
Protocol Version
70016
Blockchain Size
45.46 GB
(pruned: false)
Block Count
1,666,288
(headers: 1,666,288)
Difficulty
1 x 100
Status
Synchronized with network
Uptime
6 months, 16 days
Warnings
None

Mempool Info


TX count
12
TX size
3.1 KB
Memory size
12.8 KB
Max memory size
640 MB

Network Info


Peers
56
Network Traffic
Total Download: 29.28 GB (avg 1.7 KB/s)
Total Upload: 462.27 GB (avg 26.89 KB/s)

getblockchaininfo


{
    "chain": "test",
    "blocks": 1666288,
    "headers": 1666288,
    "bestblockhash": "00000000752aa0d294c38695ee8d8643eec197a320d7ce1aa8de4f784d465039",
    "difficulty": 1,
    "mediantime": 1752707280,
    "verificationprogress": 0.999999829090469,
    "initialblockdownload": false,
    "chainwork": "0000000000000000000000000000000000000000000001132d5131a43b52c1b4",
    "size_on_disk": 45459230795,
    "pruned": false,
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 29275269773,
    "totalbytessent": 462265581075,
    "timemillis": 1752719767480,
    "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": 56,
    "connections_in": 48,
    "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": "199.192.27.81",
            "port": 18333,
            "score": 637272
        }
    ],
    "warnings": ""
}

getmempoolinfo


{
    "loaded": true,
    "size": 12,
    "bytes": 3090,
    "usage": 12800,
    "maxmempool": 640000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001
}