$0
$0
0
0
The Dorkcoin (DORK) Explorer API provides public, read-only endpoints for balances, blocks, transactions, and network stats. All endpoints are GET and return JSON or plain text.
(this site)
/api/v1/balance/{address}
Return the current balance (in DORK) for the given address.
/api/v1/balance/DORK1FAKEADDRESS0000000000000000000001
3013262.41250152
/api/v1/address/{address}
List transactions for the given address (direction, amount, timestamp).
/api/v1/address/DORK1FAKEADDRESS0000000000000000000002
[
{
"txid": "8b1e8ef824b20f90ea816f4d0f39ee1a3df88d36321b1c8e8f400e99f25dfc00",
"amount": "9826026.2001792",
"direction": "received",
"timestamp": "20-12-2024 05:52:45"
}
]
/api/v1/address/{address}/utxo
Get the list of unspent transaction outputs (UTXO) for an address.
Returns txid, vout, value (sats), and status.
/api/v1/address/DORK1FAKEADDRESS0000000000000000000002/utxo
[
{
"txid": "12f96289f8f9cd51ccfe390879a46d7eeb0435d9e0af9297776e6bdf249414ff",
"vout": 0,
"status": {
"confirmed": true,
"block_height": 698642,
"block_hash": "000000000000000000007839f42e0e86fd53c797b64b7135fcad385158c9cafb",
"block_time": 1630561459
},
"value": 644951084
}
]
/api/v1/txid/{txid}
Get transaction details (inputs, outputs, totals, fee, timestamp).
/api/v1/txid/c8684f73b09e01dae03d122500b2dc17977725c880ca3ef23cd41e2e5277aa11
[
{
"txid": "c8684f73b09e01dae03d122500b2dc17977725c880ca3ef23cd41e2e5277aa11",
"inputs": [{"address": "DORK1...", "amount": 24497466.14272493}],
"outputs": [{"address": "DORK1...", "amount": 21202714.06776493}],
"fee": 0.00226,
"timestamp": "02-01-2025 20:22:19"
}
]
/api/v1/block/{hash}
Returns details about a block by block hash.
/api/v1/block/000000000000000015dc777b3ff2611091336355d3f0ee9766a2cf3be8e4b1ce
{
"extras": {
"reward": 638307429,
"coinbaseTx": {
"vin": [{ "scriptsig": "03ad..." }],
"vout": [{ "scriptpubkey_address": "DORK1...", "value": 638307429 }]
},
"coinbaseRaw": "03ad...",
"medianFee": 10,
"feeRange": [1, 8, 9, 10, 15],
"totalFees": 13307429,
"avgFee": 5591,
"avgFeeRate": 13,
"pool": { "id": null, "name": "ExamplePool", "slug": "examplepool" },
"matchRate": null
},
"id": "00000000000000000007566f8f035a1dc38b351e6f54778b311fe6dbabd79b46",
"height": 736941,
"version": 536870916,
"timestamp": 1652891466,
"bits": "1706f53a",
"nonce": 3514220842,
"difficulty": 31251101365711.12,
"merkle_root": "4a3072f98f60cbb639bb7f46180b8843d17c7502627ffb633db0ed86610cdd71",
"tx_count": 2381,
"size": 1709571,
"weight": 3997770,
"previousblockhash": "00000000000000000005ef14db0b4befcbbe1e9b8676eec67fcf810a899c4d5e"
}
/api/v1/live-diff
Current network difficulty with exact source block and source type (rpc/sql).
{
"difficulty": 38017052330.22743,
"diff_block": 49356,
"source": "rpc",
"source_detail": "gbt/target"
}
/api/v1/lastpriceLatest DORK price in USD (plain number).
0.00026452/api/v1/coinsupplyTotal circulating coin supply (DORK).
87997562500.0/api/v1/blocktimeAverage block time (seconds per block).
60/api/v1/hashrateCurrent network hashrate (H/s as a number).
1342000728748918