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,676,171
(headers: 1,676,171)
Difficulty
1 x 100
Status
Synchronized with network
Uptime
8 months, 20 days
Warnings
None

Mempool Info


TX count
4
TX size
995 B
Memory size
4 KB
Max memory size
640 MB

Network Info


Peers
59
Network Traffic
Total Download: 48.8 GB (avg 2.15 KB/s)
Total Upload: 578.76 GB (avg 25.47 KB/s)

getblockchaininfo


{
    "chain": "test",
    "blocks": 1676171,
    "headers": 1676171,
    "bestblockhash": "0000000056176f164f6ab6f4d02313ea203b31e8d9ba7eda2ce16c053ee7b6cc",
    "difficulty": 1,
    "mediantime": 1758240352,
    "verificationprogress": 0.9999999441201862,
    "initialblockdownload": false,
    "chainwork": "0000000000000000000000000000000000000000000001132d757400a998f4a8",
    "size_on_disk": 45464504627,
    "pruned": false,
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 48799786683,
    "totalbytessent": 578761917746,
    "timemillis": 1758250291630,
    "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": 59,
    "connections_in": 51,
    "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": 836503
        }
    ],
    "warnings": ""
}

getmempoolinfo


{
    "loaded": true,
    "size": 4,
    "bytes": 995,
    "usage": 4048,
    "maxmempool": 640000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001
}