Node Status


Summary


Chain
test
Version
28000100 (/Bitcoin Cash Node:28.0.1(EB32.0)/)
Protocol Version
70016
Blockchain Size
45.47 GB
(pruned: false)
Block Count
1,693,570
(headers: 1,693,570)
Difficulty
1 x 100
Status
Synchronized with network
Uptime
1 day, 20 hours
Warnings
None

Mempool Info


TX count
4
TX size
1.1 KB
Memory size
4.3 KB
Max memory size
320 MB

Network Info


Peers
32
Network Traffic
Total Download: 169.37 MB (avg 1.06 KB/s)
Total Upload: 275.85 MB (avg 1.72 KB/s)

getblockchaininfo


{
    "chain": "test",
    "blocks": 1693570,
    "headers": 1693570,
    "bestblockhash": "0000000070d24b577b417fa5c419dda68899b803645c3d4895dc7bda7c206106",
    "difficulty": 1,
    "mediantime": 1768609439,
    "verificationprogress": 0.99999993582027,
    "initialblockdownload": false,
    "chainwork": "000000000000000000000000000000000000000000000119d2887d1f9c68d295",
    "size_on_disk": 45472267408,
    "pruned": false,
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 169370503,
    "totalbytessent": 275845960,
    "timemillis": 1768621931853,
    "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": 32,
    "connections_in": 24,
    "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": 18333,
            "score": 432
        },
        {
            "address": "63bea5xk6ptgv3xuj57gfejnh2lpwesdduklhu2dszgt5y52ji6a5kyd.onion",
            "port": 18333,
            "score": 4
        }
    ],
    "warnings": ""
}

getmempoolinfo


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