Loading Tool

Explorer IconExplorer

Memory Pool

81,762 transactions
30.09 vMB
0.09548468 BTC
Random Selection Loading Transactions
Max Size: 181.63/200 MB

Candidate Block

Mining Attempt 3e629587f4a6d7345798f0184000fbeb7bda44dcb9eb99caf00d1282b6be2d53
Version 20000000
Previous Block 000000000000000000014edc16f735012cfd6c99b298f4296e1026fc6bd193bb
Merkle Root ab9c3e6e617dc662a4156d90bcf8f2d117d0ee29e6e28f0ce09438489eb53796
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,971
Size: 1.00 vMB
Total Fees: 0.03395299 BTC
Feerates: 526.32 > 3.40 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,967 (492,612 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
422,355 422,355 0000000000000000014fb9bfedd3fb880bc5fc8aec44547e54553b15b9b52552 2,531 1.00/1.00 vMB 67
422,354 422,354 00000000000000000409c93bd3ebf53d25233be7edc0ea541183365d6430cecb 2,483 1.00/1.00 vMB 92
422,353 422,353 00000000000000000037783fd9dbf063e3ec7f1c8b2516ecad56234f35f2b19c 2,432 1.00/1.00 vMB 63
422,352 422,352 0000000000000000026dd964de1693f43a75f242c4e8ae78f6f3eafeb314ec7f 2,580 1.00/1.00 vMB 95
422,351 422,351 000000000000000001156e4d7174c853bd3f456d4a05856db71914d508d03c72 2,671 1.00/1.00 vMB 102
422,350 422,350 00000000000000000384d530f7c5258cf999b2389ee6bd567ddb3d114909b556 2,199 1.00/1.00 vMB 49
422,349 422,349 0000000000000000029daea9f33c92e2bfb4de7cd9763d93624e110dc170aa98 2,338 0.92/1.00 vMB 62
422,348 422,348 0000000000000000014fd312577ee2ca539abc27923831f4b5ceb1609fbd1484 2,065 1.00/1.00 vMB 61
422,347 422,347 000000000000000003f837cc0d1166e481b1079669abcedc970258822accbfbf 1,426 0.71/1.00 vMB 49
422,346 422,346 0000000000000000017e931f9d2b8b4b22159f3ba357845ad47b6f160cea8ad3 1,301 1.00/1.00 vMB 31
422,345 422,345 000000000000000003ef4555a821c47f9c2f65fb6e6a576195e082e2bf6a9067 1,047 0.46/1.00 vMB 96
422,344 422,344 000000000000000000f9c80bf32ce2de20162db1af08d82da36fa53d2b1e9e7e 698 0.99/1.00 vMB 17
422,343 422,343 000000000000000002d878fc6ee4bc2ab35262bca7708b254f71f467c2eb5c1a 369 0.14/1.00 vMB 73
422,342 422,342 00000000000000000420317e9fdf861a0718ab352279547cdbd5f14d4099fbaa 1,316 0.99/1.00 vMB 23
422,341 422,341 000000000000000004acd56df81c5eb79f7d1cd1a1ebab27ab772846e32ffc76 1,693 1.00/1.00 vMB 73
422,340 422,340 0000000000000000025eac17dab259143c4ad6d2e620b193929d71b50ad187bb 2,253 1.00/1.00 vMB 60
422,339 422,339 000000000000000004b51c56928760c4faa0e94171371d7d20b9a399b9448870 2,577 1.00/1.00 vMB 55
422,338 422,338 0000000000000000004c0c6e43f1e0b3991a90da6fb00e75c7880fb97db6b47a 2,873 1.00/1.00 vMB 89
422,337 422,337 000000000000000000a362b6bd1319be677a160609c197334ffd9f389f4c0414 2,105 1.00/1.00 vMB 70
422,336 422,336 0000000000000000032cb2316e06b7962f28600c03aa742ad3223c13bce2fcdd 472 0.67/1.00 vMB 17
422,335 422,335 0000000000000000046fc1bd7d40f790e41a58267c2a4c59cf3c8d34f497375b 552 0.20/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 782.33 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 660.41 GB
    • Received: 14.72 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.