Node Status


Summary


Host : Port
127.0.0.1 : 1024
Chain
main
Version
210000 (/BitcoinIL:0.21.0/)
Protocol Version
70016
Blockchain Size
64.02 MB
(pruned: false)
Soft Forks
  • bip34:
    type=buried,status=active(height: 120)
  • bip66:
    type=buried,status=active(height: 300)
  • bip65:
    type=buried,status=active(height: 300)
  • csv:
    type=buried,status=active(height: 300)
  • segwit:
    type=buried,status=active(height: 300)
Block Count
97,863
(headers: 97,863)
Difficulty
10.557 x 10
Status
Initial block download progress 0.015%
Uptime
1 month, 15 days
Warnings
None

Network Info


Peers
2
(2 in; 0 out)
Network Traffic
Total Download: 9.14 MB (avg 2.33 B/s)
Total Upload: 9.76 MB (avg 2.49 B/s)
Interfaces
ipv4: reachable
ipv6: reachable
onion: unreachable
Local Addresses
161.97.144.148:8224(score: 2,623)
2a02:c206:2053:2576::1:8224(score: 1)
2a02:c206:2053:2576::2:8224(score: 1)
2a02:c206:2053:2576::3:8224(score: 1)
2a02:c206:2053:2576::4:8224(score: 1)
2a02:c206:2053:2576::5:8224(score: 1)
2a02:c206:2053:2576::6:8224(score: 1)
2a02:c206:2053:2576::7:8224(score: 1)
2a02:c206:2053:2576::8:8224(score: 1)
2a02:c206:2053:2576::9:8224(score: 1)

getblockchaininfo


{
    "chain": "main",
    "blocks": 97863,
    "headers": 97863,
    "bestblockhash": "00000000109424217751526da2136ad0a49f9aa66a7b8dc8d10644c2f13432f1",
    "difficulty": "10.55657980345347",
    "mediantime": 1716401492,
    "verificationprogress": "0.0001549252567391242",
    "initialblockdownload": true,
    "chainwork": "00000000000000000000000000000000000000000000000000f2f4fcf1b70420",
    "size_on_disk": 64016496,
    "pruned": false,
    "softforks": {
        "bip34": {
            "type": "buried",
            "active": true,
            "height": 120
        },
        "bip66": {
            "type": "buried",
            "active": true,
            "height": 300
        },
        "bip65": {
            "type": "buried",
            "active": true,
            "height": 300
        },
        "csv": {
            "type": "buried",
            "active": true,
            "height": 300
        },
        "segwit": {
            "type": "buried",
            "active": true,
            "height": 300
        }
    },
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 9141455,
    "totalbytessent": 9756908,
    "timemillis": 1743735481615,
    "uploadtarget": {
        "timeframe": 86400,
        "target": 0,
        "target_reached": false,
        "serve_historical_blocks": true,
        "bytes_left_in_cycle": 0,
        "time_left_in_cycle": 0
    }
}

getnetworkinfo


{
    "version": 210000,
    "subversion": "/BitcoinIL:0.21.0/",
    "protocolversion": 70016,
    "localservices": "0000000000000409",
    "localservicesnames": [
        "NETWORK",
        "WITNESS",
        "NETWORK_LIMITED"
    ],
    "localrelay": true,
    "timeoffset": 0,
    "networkactive": true,
    "connections": 2,
    "connections_in": 2,
    "connections_out": 0,
    "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
        }
    ],
    "relayfee": 0.00001,
    "incrementalfee": 0.00001,
    "localaddresses": [
        {
            "address": "161.97.144.148",
            "port": 8224,
            "score": 2623
        },
        {
            "address": "2a02:c206:2053:2576::1",
            "port": 8224,
            "score": 1
        },
        {
            "address": "2a02:c206:2053:2576::2",
            "port": 8224,
            "score": 1
        },
        {
            "address": "2a02:c206:2053:2576::3",
            "port": 8224,
            "score": 1
        },
        {
            "address": "2a02:c206:2053:2576::4",
            "port": 8224,
            "score": 1
        },
        {
            "address": "2a02:c206:2053:2576::5",
            "port": 8224,
            "score": 1
        },
        {
            "address": "2a02:c206:2053:2576::6",
            "port": 8224,
            "score": 1
        },
        {
            "address": "2a02:c206:2053:2576::7",
            "port": 8224,
            "score": 1
        },
        {
            "address": "2a02:c206:2053:2576::8",
            "port": 8224,
            "score": 1
        },
        {
            "address": "2a02:c206:2053:2576::9",
            "port": 8224,
            "score": 1
        }
    ],
    "warnings": ""
}