Doge Inucore v1.14.7-inu
Doge Inu on X
mainnet · node 127.0.0.1:22555 · splindex enabled

Chain explorer

Everything below is read out of a full node's own asset index. There is no separate indexing service to disagree with consensus, because the balances are computed from the UTXO set the node already validated.

settlement height
5,417,392
current slot
812,608,850
rooted slot
812,608,846
stake voting
68.4%
scrypt hashrate
1.41 PH/s
conservation faults
0

Transaction feed

slottypetxidfromtoamountassetCUfeestatus
812,608,850Burn22b945c6…416c5dyLTUqs…yUYzTDk5eH…wWaB865.34BORK32890.01620431voting
812,608,849DINU sendb88e564b…eb8bfc9KHvLm…eLX3QFeBKt…vQP938.78DINU0.01962076voting
812,608,848DINU send936601d9…e1a6e5JnTjbE…BWLQaHt1Pb…zkiT95.64DINU0.01954991voting
812,608,847SPL transfera71cf81b…a67846kM1W76…3kMU6kbjxs…hRX2797,712.35TREAT25340.01420518voting
812,608,846DINU send6b0e4091…c0e029GubXCf…FPVJTSdpDg…pbax14.00DINU0.00646789rooted
812,608,845MintTo9b38dad7…6dbe60b3BvSb…JcBYPSqvGo…NNPC511,810.24SUCH26680.00857019rooted
812,608,844DINU sende894f892…5913c4ZsDWEy…msTq6ezdVr…wxnM672,756.30DINU0.00872361rooted
812,608,843SPL transferd0bf3c8a…d4f053tk7Hj8…K42kKhx2Tq…PWVL5,573.86WAGMI11540.01636257rooted
812,608,842SPL transferc4283139…bda011eoMHew…W44VVsbvhL…3RTd569,403.14SUCH26960.01006879rooted
812,608,841SPL transfer64a98b6f…8a713aQPAnrC…81MM1BoTT9…PDX24.94FLOOF33020.01558642rooted
812,608,840SetAuthority67a8423a…0aa6b09Jn9cG…Euiv2nXEb2…Gz24115,778.69SHIB014710.01964444rooted
812,608,839MintTo604c536e…d08569MR24AV…gHeURJC1Sj…Hff175.16TREAT17770.02114658rooted
812,608,838SPL transfer00550abc…df319dbVPGhS…4KAyPGGBmb…2ycw9,558.55TREAT29490.02195272rooted
812,608,837SPL transfere89a4031…b1521an7YPJo…sfxMjhf4g5…Fj95944,980.18TREAT32500.01634655rooted

A slot is marked rooted once four subsequent slots have voted on it and stake weight passes two thirds. Typical wall-clock time from broadcast to rooted is 1.6 seconds.

asset registry

Mints by holder count

A live mint authority means the issuer can still increase supply. It is not inherently malicious — plenty of legitimate projects keep it during a launch window — but it is the single most useful thing to know about a token, so it is in the second column rather than buried.

symbolmint authoritynamesupplyholdersage
WOWliveWOWCOIN1,000,000,000.0000004,1826 mo
SUCHrevokedSuch Token420,690,000.00000012,9046 mo
BORKrevokedBork Protocol88,888,888.0000003,1175 mo
FRENrevokedfrenscoin10,000,000,000.00000028,4405 mo
SNOOTliveSnoot Boop69,420,000.0000001,8844 mo
MUCHrevokedMuch Wow Finance21,000,000.0000009,0153 mo
TREATliveTreat500,000,000.0000007422 mo
ZOOMrevokedZoomies1,000,000.00000031811 d
validator set · epoch 1,482

Who is voting right now

operatorstakesharecomm.skip
shibe-one
iNuId3nT8wQ2eR7…
8,412,0007.1%5%0.21%
moonbase-eu
VaL1dAt0r9xPqZ…
6,980,5005.9%7%0.34%
wow-labs
N0d3Runn3rK4vB…
6,104,2205.1%0%0.18%
doge-staking-co
St4k3H0us3Qw2…
5,882,1404.9%8%0.62%
frenvalidator
Fr3nV4l1d4t0r7…
4,410,8803.7%5%0.29%
bork.node
B0rkN0d3Xy8pL…
3,998,0103.4%10%1.04%

1,204 validators total. The largest six hold 30.1% of stake between them; the Nakamoto coefficient for halting finality is 19.

merge-mining health

The number we watch most closely

Doge Inu's safety comes from the Scrypt work anchored beneath each vote, and that work is merge-mined against Litecoin. If Litecoin's hashrate fell far enough, rewriting our history would stop being expensive, and the finality guarantee would quietly become a stake-only guarantee.

litecoin hashrate
2.14 PH/s (30-day mean 2.09 PH/s)
merge-mined to us
1.41 PH/s — 65.9% participation
cost to rewrite 1 hour
≈ $412,000 in electricity and rented hashrate
alert threshold
participation below 40% for six consecutive epochs
last alert
none since fork activation

Read the reasoning in auxpow anchoring.

no api key

Query the same data yourself

This page calls the same RPC methods you can call. If our explorer is down, or you do not trust it, point these at your own node and get the identical answer.

curlsettlement tip and asset root
$ curl -s --user rpc:rpc \
    --data '{"method":"getblockchaininfo","params":[]}' \
    http://127.0.0.1:22555 | jq '{blocks, assetroot, assetcommitments}'
{
  "blocks": 5417392,
  "assetroot": "e70bd5c81f9a236470a3ef1288d5b4c9...44c1",
  "assetcommitments": 38114
}

$ curl -s --user rpc:rpc \
    --data '{"method":"getfinalitystatus","params":["4b8e1f60c3a2..."]}' \
    http://127.0.0.1:22555 | jq
{
  "slot": 812608912,
  "rooted": true,
  "stake_weight": 0.684,
  "elapsed_ms": 1610,
  "anchor_height": 5417392
}
solana-pyvia inu-rpc-proxy on :8899
// The proxy answers Solana JSON-RPC shapes from UTXO state, so any
// existing Solana client library works without a patch.
import { Connection, PublicKey } from "@solana/web3.js";

const conn = new Connection("https://rpc.dogeinu.example", "finalized");

const owner = new PublicKey("DRip3nWq5xAe2bK8vJ1cH6uT4mS9yZ7fL0gQpN3dXwEo");
const accounts = await conn.getTokenAccountsByOwner(owner, {
  programId: new PublicKey("iNuTokenProgram1111111111111111111111111111"),
});

for (const { pubkey, account } of accounts.value) {
  const parsed = decodeTokenAccount(account.data);
  console.log(pubkey.toBase58(), parsed.mint.toBase58(), parsed.amount);
}

// 7hQ2nR…  9xQeWv…  42000500000
// 4kLm8P…  3dFgHj…  1000000000