Loading Tool

Explorer IconExplorer

Memory Pool

44,802 transactions
26.90 vMB
0.06620329 BTC
Random Selection Loading Transactions
Max Size: 141.76/200 MB

Candidate Block

Mining Attempt cd65d1bbbc0d53fb33a663830956f2b469546f4e6e84141d792384f98b8dc645
Version 20000000
Previous Block 00000000000000000000facfaa62459f98f3b2a139e8179039060bf314a7e923
Merkle Root 94eed32fecb08b9e86ea38a2754036c90bf53388a4a7fa3a973eee7eb7789d59
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,391
Size: 1.00 vMB
Total Fees: 0.01643859 BTC
Feerates: 251.72 > 1.65 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,747 (331,274 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
583,473 583,473 000000000000000000216f76eb854ab01e8545a2c891d800ab6c3b6339251a3b 1,484 1.00/1.00 vMB 97
583,472 583,472 0000000000000000000753db9756b7b930c59a4f5f6ac4f5a3b3520a7e49fd92 991 1.00/1.00 vMB 55
583,471 583,471 0000000000000000001778c8ea138767dc0aa4e146e89b328608ecca0ee525a8 1,126 1.00/1.00 vMB 57
583,470 583,470 0000000000000000001ed9165d9ffa974a198b60920e6fcad1097bb15e74343d 2,540 1.00/1.00 vMB 74
583,469 583,469 0000000000000000000d356678d7f58969e8c8e0a704b309d186d0dc16aa5440 2,994 1.00/1.00 vMB 113
583,468 583,468 0000000000000000001672463d5c52fdfeb934f4f45dd480224db1c6f73a433b 2,582 1.00/1.00 vMB 71
583,467 583,467 000000000000000000068cc4511a5847e5743b8a5ab9f74493d1feaa82a211b4 3,262 1.00/1.00 vMB 117
583,466 583,466 0000000000000000000a1352b94879db5374be1fcedb834d9808a73d80c21941 1,218 1.00/1.00 vMB 62
583,465 583,465 0000000000000000000373fbdba2920dfe275b2567f3cb134e4e57291293e64a 2,911 1.00/1.00 vMB 89
583,464 583,464 00000000000000000017f9cb51a4526e799a7340b3a817ca1eb330d81d2de5ec 3,315 1.00/1.00 vMB 104
583,463 583,463 00000000000000000021bc1a0af8d813d6cf62618ef3d4fbc4607a6db35d6a09 2,740 1.00/1.00 vMB 92
583,462 583,462 0000000000000000001eadd8fdb5e010f8ae21fb32c62b6409a484050f17f921 1,397 1.00/1.00 vMB 87
583,461 583,461 0000000000000000000378e7ba73f51c049b9fd45bae3d975ec0e34a9b69f7ae 1,975 1.00/1.00 vMB 60
583,460 583,460 00000000000000000003d6bd61979069da8ee7ed15273c5fc13614fdb8c75b71 3,127 1.00/1.00 vMB 71
583,459 583,459 000000000000000000155fe87ae221884a442ac59f36e9348742489b3d6e8fb6 2,134 1.00/1.00 vMB 80
583,458 583,458 00000000000000000003eb2337edd397133234ddab320f47113e17344b8123c8 2,792 1.00/1.00 vMB 88
583,457 583,457 00000000000000000021324553253f209d90e059d84ec48dbcf988d12b9e91ac 2,338 1.00/1.00 vMB 90
583,456 583,456 00000000000000000008ffb465af01aead9ff04dd363f13503b04c1b7219c56d 1,955 1.00/1.00 vMB 102
583,455 583,455 0000000000000000001ff976dbad3745876f3391788a286b75c580dc5b40de0d 3,129 1.00/1.00 vMB 147
583,454 583,454 00000000000000000020347221eab352d82a9261140bc059dbb6b5ee01e79d80 2,680 1.00/1.00 vMB 115
583,453 583,453 00000000000000000002f0c77817f4a6c29b03e17d97608e2b78fa6a8406aea4 2,967 1.00/1.00 vMB 116
Previous 10 blocks ↓
Total Size: 781.94 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 646.70 GB
    • Received: 12.88 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.