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.38 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,436,514
(headers: 3,436,514)
Difficulty
6.427 x 109
Status
Synchronized with network
Uptime
1 month, 10 days
Warnings
None

Network Info


Peers
19
(18 in; 1 out)
Network Traffic
Total Download: 2.2 GB (avg 643.48 B/s)
Total Upload: 22.84 GB (avg 6.69 KB/s)
Interfaces
ipv4: reachable
ipv6: reachable
onion: unreachable
i2p: unreachable
Local Addresses
45.148.30.132:11998(score: 608)
2a06:1301:4050:45:148:30:132:0:11998(score: 231)

getblockchaininfo


{
    "chain": "main",
    "blocks": 3436514,
    "headers": 3436514,
    "bestblockhash": "26e7077c1f4f903d5e3b7690119431f95cbfdc6a7e9140716317736a04c2a2b0",
    "mediantime": 1765148351,
    "verificationprogress": "0.9999997614541809",
    "initialblockdownload": false,
    "chainwork": "00000000000000000000000000000000000000000001ba8c3b9dac65e835e4bb",
    "size_on_disk": 2375312399,
    "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": 2198109060,
    "totalbytessent": 22842884799,
    "timemillis": 1765148451713,
    "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": 18,
    "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": 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": 608
        },
        {
            "address": "2a06:1301:4050:45:148:30:132:0",
            "port": 11998,
            "score": 231
        }
    ],
    "warnings": ""
}