Node Status


Summary


Host : Port
127.0.0.1 : 1867
Chain
main
Version
220202 (/Whive:22.2.2/)
Protocol Version
70016
Blockchain Size
571.57 MB
(pruned: false)
Soft Forks
  • bip34:
    type=buried,status=active(height: 17)
  • bip66:
    type=buried,status=active(height: 1)
  • bip65:
    type=buried,status=active(height: 1)
  • csv:
    type=buried,status=active(height: 6,048)
  • segwit:
    type=buried,status=active(height: 6,048)
  • taproot:
    type=bip9,status=active(height: 177,408)
Block Count
314,192
(headers: 314,192)
Difficulty
0.004 x 10
Status
Synchronized with network
Uptime
1 week, 1 day, 23 hours
Warnings
None

Network Info


Peers
17
(11 in; 6 out)
Network Traffic
Total Download: 17.82 MB (avg 23.03 B/s)
Total Upload: 321.36 MB (avg 415.28 B/s)
Interfaces
ipv4: reachable
ipv6: reachable
onion: unreachable
i2p: unreachable
Local Addresses
159.65.194.97:8372(score: 863)

getblockchaininfo


{
    "chain": "main",
    "blocks": 314192,
    "headers": 314192,
    "bestblockhash": "000000344feee1cb6a1fc432f46dcc464dfbd5aa03c740186886af3f21473390",
    "difficulty": "0.004432832792207792",
    "mediantime": 1773155744,
    "verificationprogress": 1,
    "initialblockdownload": false,
    "chainwork": "00000000000000000000000000000000000000000000000000001b2a580f77f1",
    "size_on_disk": 571569402,
    "pruned": false,
    "softforks": {
        "bip34": {
            "type": "buried",
            "active": true,
            "height": 17
        },
        "bip66": {
            "type": "buried",
            "active": true,
            "height": 1
        },
        "bip65": {
            "type": "buried",
            "active": true,
            "height": 1
        },
        "csv": {
            "type": "buried",
            "active": true,
            "height": 6048
        },
        "segwit": {
            "type": "buried",
            "active": true,
            "height": 6048
        },
        "taproot": {
            "type": "bip9",
            "bip9": {
                "status": "active",
                "start_time": 1675333403,
                "timeout": 1684837403,
                "since": 177408,
                "min_activation_height": 177408
            },
            "height": 177408,
            "active": true
        }
    },
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 17824999,
    "totalbytessent": 321364381,
    "timemillis": 1773162178722,
    "uploadtarget": {
        "timeframe": 86400,
        "target": 0,
        "target_reached": false,
        "serve_historical_blocks": true,
        "bytes_left_in_cycle": 0,
        "time_left_in_cycle": 0
    }
}

getnetworkinfo


{
    "version": 220202,
    "subversion": "/Whive:22.2.2/",
    "protocolversion": 70016,
    "localservices": "0000000000000409",
    "localservicesnames": [
        "NETWORK",
        "WITNESS",
        "NETWORK_LIMITED"
    ],
    "localrelay": true,
    "timeoffset": 0,
    "networkactive": true,
    "connections": 17,
    "connections_in": 11,
    "connections_out": 6,
    "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": true,
            "reachable": false,
            "proxy": "",
            "proxy_randomize_credentials": false
        },
        {
            "name": "i2p",
            "limited": true,
            "reachable": false,
            "proxy": "",
            "proxy_randomize_credentials": false
        }
    ],
    "relayfee": 0.00001,
    "incrementalfee": 0.00001,
    "localaddresses": [
        {
            "address": "159.65.194.97",
            "port": 8372,
            "score": 863
        }
    ],
    "warnings": ""
}