Node Status


Summary


Chain
chip
Version
29010000 (/Bitcoin Cash Node:29.1.0(EB2.0)/)
Protocol Version
70016
Blockchain Size
3.08 GB
(pruned: false)
Block Count
321,420
(headers: 321,420)
Difficulty
693.562 x 103
Status
Synchronized with network
Uptime
4:49:01
Warnings
None

Mempool Info


TX count
1
TX size
333 B
Memory size
1 KB
Max memory size
20 MB

Network Info


Peers
14
Network Traffic
Total Download: 523.11 KB (avg 30.17 B/s)
Total Upload: 6.01 MB (avg 346.34 B/s)

getblockchaininfo


{
    "chain": "chip",
    "blocks": 321420,
    "headers": 321420,
    "bestblockhash": "0000000000000919632f574bfeaec1853ce042e3e60d11fc06e80883b28d739d",
    "difficulty": 693562.0178302099,
    "mediantime": 1788126338,
    "verificationprogress": 0.9999866958620715,
    "initialblockdownload": false,
    "chainwork": "00000000000000000000000000000000000000000000000048e4a3e47af75914",
    "size_on_disk": 3084444592,
    "pruned": false,
    "upgrade_status": {
        "name": "May 2027 Upgrade (chipnet)",
        "mempool_activated": false,
        "mempool_activation_mtp": 1794744000,
        "block_preactivation_height": null,
        "block_preactivation_hash": null,
        "block_postactivation_height": null,
        "block_postactivation_hash": null,
        "software_expiration_time": 1794744000
    },
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 523110,
    "totalbytessent": 6005959,
    "timemillis": 1788127968508,
    "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(EB2.0)/",
    "protocolversion": 70016,
    "localservices": "0000000000000425",
    "localservicesnames": [
        "NETWORK",
        "BLOOM",
        "BITCOIN_CASH",
        "NETWORK_LIMITED"
    ],
    "localrelay": true,
    "timeoffset": 0,
    "networkactive": true,
    "connections": 14,
    "connections_in": 7,
    "connections_out": 7,
    "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": 48333,
            "score": 18
        },
        {
            "address": "ca2rcqnvhotnuzoahal5zlbsg7buvipnr6tsa6ngqumv3er46iui64qd.onion",
            "port": 48333,
            "score": 4
        }
    ],
    "warnings": ""
}

getmempoolinfo


{
    "loaded": true,
    "size": 1,
    "bytes": 333,
    "usage": 1040,
    "maxmempool": 20000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001,
    "permitbaremultisig": true,
    "maxdatacarriersize": 223,
    "total_fee": 0.00000349
}