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,142
(headers: 1,666,142)
Difficulty
1 x 100
Status
Synchronized with network
Uptime
4 days, 3 hours
Warnings
None

Mempool Info


TX count
4
TX size
1.3 KB
Memory size
4.5 KB
Max memory size
320 MB

Network Info


Peers
24
Network Traffic
Total Download: 808.12 MB (avg 2.27 KB/s)
Total Upload: 60.32 GB (avg 169.21 KB/s)

getblockchaininfo


{
    "chain": "test",
    "blocks": 1666142,
    "headers": 1666142,
    "bestblockhash": "00000000bf07d058e6fa0bbbcd7493a539810d301556a8cbb98b212779ed89fb",
    "difficulty": 1,
    "mediantime": 1752525216,
    "verificationprogress": 0.9999999667449145,
    "initialblockdownload": false,
    "chainwork": "0000000000000000000000000000000000000000000001132d5131123ac0c122",
    "size_on_disk": 45458856988,
    "pruned": false,
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 808122214,
    "totalbytessent": 60318981575,
    "timemillis": 1752529201602,
    "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": 1,
    "networkactive": true,
    "connections": 24,
    "connections_in": 16,
    "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": 1123
        },
        {
            "address": "63bea5xk6ptgv3xuj57gfejnh2lpwesdduklhu2dszgt5y52ji6a5kyd.onion",
            "port": 18333,
            "score": 4
        }
    ],
    "warnings": ""
}

getmempoolinfo


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