Node Status


Summary


Host : Port
127.0.0.1 : 11999
Chain
main
Version
60801 (/SpaceXpanse:0.6.8.1/)
Protocol Version
120018
Blockchain Size
2.49 GB
(pruned: false)
Soft Forks
  • bip34:
    type=buried,status=active(height: 1)
  • bip16:
    type=buried,status=active(height: 0)
  • bip66:
    type=buried,status=active(height: 0)
  • bip65:
    type=buried,status=active(height: 0)
  • csv:
    type=buried,status=active(height: 1)
  • segwit:
    type=buried,status=active(height: 0)
Block Count
3,576,246
(headers: 3,576,246)
Difficulty
6.044 x 109
Status
Synchronized with network
Uptime
1 week, 3 days, 5 hours
Warnings
None

Network Info


Peers
19
(17 in; 2 out)
Network Traffic
Total Download: 801.47 MB (avg 910.22 B/s)
Total Upload: 8.53 GB (avg 9.69 KB/s)
Interfaces
ipv4: reachable
ipv6: reachable
onion: unreachable
i2p: unreachable
Local Addresses
45.148.30.132:11998(score: 279)
2a06:1301:4050:45:148:30:132:0:11998(score: 134)

getblockchaininfo


{
    "chain": "main",
    "blocks": 3576246,
    "headers": 3576246,
    "bestblockhash": "17a5bc85bb05e177648371a5848add63651f68390a6df75fd3d419f7cd88e92b",
    "mediantime": 1769714588,
    "verificationprogress": "0.9999997630544739",
    "initialblockdownload": false,
    "chainwork": "000000000000000000000000000000000000000000029f246f86a94a7044d22a",
    "size_on_disk": 2485960207,
    "pruned": false,
    "softforks": {
        "bip34": {
            "type": "buried",
            "active": true,
            "height": 1
        },
        "bip16": {
            "type": "buried",
            "active": true,
            "height": 0
        },
        "bip66": {
            "type": "buried",
            "active": true,
            "height": 0
        },
        "bip65": {
            "type": "buried",
            "active": true,
            "height": 0
        },
        "csv": {
            "type": "buried",
            "active": true,
            "height": 1
        },
        "segwit": {
            "type": "buried",
            "active": true,
            "height": 0
        }
    },
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 801471060,
    "totalbytessent": 8532760711,
    "timemillis": 1769714703472,
    "uploadtarget": {
        "timeframe": 86400,
        "target": 0,
        "target_reached": false,
        "serve_historical_blocks": true,
        "bytes_left_in_cycle": 0,
        "time_left_in_cycle": 0
    }
}

getnetworkinfo


{
    "version": 60801,
    "subversion": "/SpaceXpanse:0.6.8.1/",
    "protocolversion": 120018,
    "localservices": "0000000000000409",
    "localservicesnames": [
        "NETWORK",
        "WITNESS",
        "NETWORK_LIMITED"
    ],
    "localrelay": true,
    "timeoffset": 0,
    "networkactive": true,
    "connections": 19,
    "connections_in": 17,
    "connections_out": 2,
    "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.001,
    "incrementalfee": 0.00001,
    "localaddresses": [
        {
            "address": "45.148.30.132",
            "port": 11998,
            "score": 279
        },
        {
            "address": "2a06:1301:4050:45:148:30:132:0",
            "port": 11998,
            "score": 134
        }
    ],
    "warnings": ""
}