Loading Tool

Explorer IconExplorer

Memory Pool

40,063 transactions
27.13 vMB
0.12049156 BTC
Random Selection Loading Transactions
Max Size: 140.18/200 MB

Candidate Block

Mining Attempt ed5055e405cd87edbea1ecfd4bc37d3db8167133d3d0ab78019e1c75355667bd
Version 20000000
Previous Block 000000000000000000011aac3f8356d41d0f3b59beeb05aaa2207d77b5b56f75
Merkle Root a12fa317a19bd9961d1f66bf2931c157022f43cca1c15177a83cffe517634048
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,285
Size: 1.00 vMB
Total Fees: 0.06498572 BTC
Feerates: 285.90 > 6.51 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,680 (458,241 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
456,439 456,439 000000000000000001079c50ca37e1eeb8a297f1a1d850c61cd563836635209f 1,862 1.00/1.00 vMB 163
456,438 456,438 000000000000000002493933939763e874d4b93f59a801ba8c70edc28195f835 1,628 1.00/1.00 vMB 119
456,437 456,437 0000000000000000012293919158abe2d44882ae557dd0482c6e52a955dc7e21 1,453 1.00/1.00 vMB 110
456,436 456,436 0000000000000000025350dd6b5f078df59213a477f036258997895ebc1413ce 1,825 1.00/1.00 vMB 113
456,435 456,435 00000000000000000001c30874147fa749615d79d25f0066b266f84022f6c12a 2,263 1.00/1.00 vMB 203
456,434 456,434 00000000000000000077136b4dddfd23a8b7319603db915d8b74dd50c7d95a44 2,163 1.00/1.00 vMB 213
456,433 456,433 00000000000000000217cd2e6406ba0089e249f0fa1e47cdb1da74bf67d7cdb3 1,434 1.00/1.00 vMB 90
456,432 456,432 00000000000000000008e1c9d8e87e4394d8cc8b5be43c613966dfd0177e1f58 1,743 1.00/1.00 vMB 160
456,431 456,431 000000000000000001af67706e5df03c2fe30b8ceb7c31898892eb426f3cdab7 1,611 1.00/1.00 vMB 126
456,430 456,430 0000000000000000025fb89f4a7ca669fca26ea77d2a3925d9e16eacabd75219 1,024 1.00/1.00 vMB 93
456,429 456,429 000000000000000000be1704d10ebc28a621bff6dc534c8db94f0543f7561e68 1,909 1.00/1.00 vMB 67
456,428 456,428 0000000000000000001ebc8d19940a78ec0a8f476da5100b0b5de8d3bf386aa4 2,324 1.00/1.00 vMB 65
456,427 456,427 00000000000000000053b97218b42da02b70d169ac7b646751e61359ba205a44 1,261 1.00/1.00 vMB 93
456,426 456,426 000000000000000000af45702fdc3196afcbe8a24106995e0823d388917a1281 1,885 1.00/1.00 vMB 191
456,425 456,425 000000000000000000980d82476df081ef7fc2a066ee9bf2bfb630b9810b0ac4 1,755 1.00/1.00 vMB 125
456,424 456,424 000000000000000001f737406b476205e1eb65d6ac943ef12e6f32593fc06b74 2,010 1.00/1.00 vMB 154
456,423 456,423 000000000000000001b36e829c55278ed5ab6f166519d15b39ffd60d9fc46514 3,102 1.00/1.00 vMB 114
456,422 456,422 00000000000000000090a5a00141d230ec35b897273a676801585fb66e797b0e 1,595 1.00/1.00 vMB 130
456,421 456,421 000000000000000001b45f5d6b130e0c1da7be0a5c828e2ac74478732a8ed666 2,152 1.00/1.00 vMB 190
456,420 456,420 0000000000000000017e7dcc3a1c9cf81cfe1b40ddb083b966be4d0c437dfdd7 3,031 1.00/1.00 vMB 149
456,419 456,419 00000000000000000237a0e3e667b4edce887051ec7b08f8265045596aad5741 1,641 1.00/1.00 vMB 140
Previous 10 blocks ↓
Total Size: 781.82 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: 636.38 GB
    • Received: 12.36 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.