Node Status


Summary


Chain
scale
Version
29000100 (/Bitcoin Cash Node:29.0.1(EB256.0)/)
Protocol Version
70016
Blockchain Size
172.18 GB
(pruned: false)
Block Count
134,900
(headers: 134,900)
Difficulty
1 x 100
Status
Synchronized with network
Uptime
1 day, 9 hours
Warnings
None

Mempool Info


TX count
0
TX size
0 B
Memory size
0 B
Max memory size
2.6 GB

Network Info


Peers
11
Network Traffic
Total Download: 1.09 MB (avg 9.07 B/s)
Total Upload: 37.01 MB (avg 307.84 B/s)

getblockchaininfo


{
    "chain": "scale",
    "blocks": 134900,
    "headers": 134900,
    "bestblockhash": "00000000e5535ba0d149c82cf26b35956e86df7f65a6458e3a82b2bdb072bab1",
    "difficulty": 1,
    "mediantime": 1784729716,
    "verificationprogress": 0.9999999999958611,
    "initialblockdownload": false,
    "chainwork": "00000000000000000000000000000000000000000000000003b68f6c8076c9d0",
    "size_on_disk": 172183187756,
    "pruned": false,
    "upgrade_status": {
        "name": "May 2027 Upgrade (scalenet)",
        "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": 1090346,
    "totalbytessent": 37007938,
    "timemillis": 1784733241401,
    "uploadtarget": {
        "timeframe": 86400,
        "target": 0,
        "target_reached": false,
        "serve_historical_blocks": true,
        "bytes_left_in_cycle": 0,
        "time_left_in_cycle": 0
    }
}

getnetworkinfo


{
    "version": 29000100,
    "subversion": "/Bitcoin Cash Node:29.0.1(EB256.0)/",
    "protocolversion": 70016,
    "localservices": "0000000000000425",
    "localservicesnames": [
        "NETWORK",
        "BLOOM",
        "BITCOIN_CASH",
        "NETWORK_LIMITED"
    ],
    "localrelay": true,
    "timeoffset": 0,
    "networkactive": true,
    "connections": 11,
    "connections_in": 10,
    "connections_out": 1,
    "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": 38333,
            "score": 116
        },
        {
            "address": "ok536axugr5j7vx57nodra5giecnn4hzcxpgr2vo5h3sheivxlanbkyd.onion",
            "port": 38333,
            "score": 4
        }
    ],
    "warnings": ""
}

getmempoolinfo


{
    "loaded": true,
    "size": 0,
    "bytes": 0,
    "usage": 0,
    "maxmempool": 2560000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001,
    "permitbaremultisig": true,
    "maxdatacarriersize": 223,
    "total_fee": 0
}