Node Status


Summary


Chain
test
Version
29010000 (/Bitcoin Cash Node:29.1.0(EB32.0)/)
Protocol Version
70016
Blockchain Size
45.51 GB
(pruned: false)
Block Count
1,728,485
(headers: 1,728,485)
Difficulty
1 x 100
Status
Synchronized with network
Uptime
1 day
Warnings
None

Mempool Info


TX count
3
TX size
945 B
Memory size
3.3 KB
Max memory size
320 MB

Network Info


Peers
34
Network Traffic
Total Download: 157.69 MB (avg 1.76 KB/s)
Total Upload: 168.56 MB (avg 1.89 KB/s)

getblockchaininfo


{
    "chain": "test",
    "blocks": 1728485,
    "headers": 1728485,
    "bestblockhash": "0000000084e7f181c845db14677e9a14034c5fd95ca3ac2fd805cce457f25d7b",
    "difficulty": 1,
    "mediantime": 1789619166,
    "verificationprogress": 0.9999999264289318,
    "initialblockdownload": false,
    "chainwork": "00000000000000000000000000000000000000000000011fda84a1c0d728a8a6",
    "size_on_disk": 45507684678,
    "pruned": false,
    "upgrade_status": {
        "name": "May 2027 Upgrade (testnet)",
        "mempool_activated": false,
        "mempool_activation_mtp": 1810382400,
        "block_preactivation_height": null,
        "block_preactivation_hash": null,
        "block_postactivation_height": null,
        "block_postactivation_hash": null,
        "software_expiration_time": 1810382400
    },
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 157685330,
    "totalbytessent": 168555067,
    "timemillis": 1789628815421,
    "uploadtarget": {
        "timeframe": 86400,
        "target": 0,
        "target_reached": false,
        "serve_historical_blocks": true,
        "bytes_left_in_cycle": 0,
        "time_left_in_cycle": 0
    }
}

getnetworkinfo


{
    "version": 29010000,
    "subversion": "/Bitcoin Cash Node:29.1.0(EB32.0)/",
    "protocolversion": 70016,
    "localservices": "0000000000000425",
    "localservicesnames": [
        "NETWORK",
        "BLOOM",
        "BITCOIN_CASH",
        "NETWORK_LIMITED"
    ],
    "localrelay": true,
    "timeoffset": 1,
    "networkactive": true,
    "connections": 34,
    "connections_in": 26,
    "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": 114
        },
        {
            "address": "63bea5xk6ptgv3xuj57gfejnh2lpwesdduklhu2dszgt5y52ji6a5kyd.onion",
            "port": 18333,
            "score": 4
        }
    ],
    "warnings": ""
}

getmempoolinfo


{
    "loaded": true,
    "size": 3,
    "bytes": 945,
    "usage": 3328,
    "maxmempool": 320000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001,
    "permitbaremultisig": true,
    "maxdatacarriersize": 223,
    "total_fee": 0.00003356
}