Loading Tool

Explorer IconExplorer

Memory Pool

44,043 transactions
26.83 vMB
0.05553055 BTC
Random Selection Loading Transactions
Max Size: 142.09/200 MB

Candidate Block

Mining Attempt 931633cec0b9772abedcceef9f15c284fa79adbfbb9858f5511906d9f1befadb
Version 20000000
Previous Block 00000000000000000001e207b85481c514ee58b8f5cc662a27ea9fe543726df7
Merkle Root bcb35951ea8103178e65d926174ebfa2598fd864fe593d93d713336bb86ac5d6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,540
Size: 1.00 vMB
Total Fees: 0.00592266 BTC
Feerates: 100.52 > 0.59 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,798 (337,430 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
577,368 577,368 0000000000000000000395defb843498e276da91ee3d76f89ec0b97d1955aef6 2,808 1.00/1.00 vMB 81
577,367 577,367 0000000000000000000fc7f958784534f49b5d322cb548914cc580f8a9f5e8d5 2,850 1.00/1.00 vMB 133
577,366 577,366 0000000000000000002749874d94d98b9618c7d79e07a7804c42f861d8381041 1,697 1.00/1.00 vMB 18
577,365 577,365 00000000000000000005cb2d5cb9ecc26548204d11d64a79d4a02b3d4f63cc95 2,260 1.00/1.00 vMB 73
577,364 577,364 00000000000000000019fef1f24b999a48522680c6b6375901545b6ada39e91d 2,712 1.00/1.00 vMB 66
577,363 577,363 00000000000000000003b313f0b69f86aa10e3d4269548516d47e49c311cd469 3,091 1.00/1.00 vMB 138
577,362 577,362 000000000000000000228be924720943684331142fe5e8e19dc30eaddd0b7623 2,341 1.00/1.00 vMB 149
577,361 577,361 0000000000000000002780cf6850a456073c6b23264d0319c231305cacfe3432 2,591 1.00/1.00 vMB 87
577,360 577,360 0000000000000000001f0022d6e3c5c1570f62fac76a7436a6b652c76d6d453c 2,766 1.00/1.00 vMB 49
577,359 577,359 0000000000000000001acf38afaa68687b3f59b40d42f47acf9151e65bda40de 3,125 1.00/1.00 vMB 139
577,358 577,358 000000000000000000052802acfe6d8c2c20fe9a588b4f93cc8b241cc13e8a6f 2,914 1.00/1.00 vMB 88
577,357 577,357 00000000000000000025f28dc66f196d8591f4cb6a28bd0d64ed9c4281d66802 2,056 1.00/1.00 vMB 27
577,356 577,356 000000000000000000296e09d6c0a825c88c3a0868f6bc86333922925e5fc449 2,560 1.00/1.00 vMB 67
577,355 577,355 0000000000000000001fab52ecd0e73fe94c97ed4d2f1b644b4a3bc602683723 1,801 1.00/1.00 vMB 99
577,354 577,354 0000000000000000001fa683d3808614c27b64d0ac82f7ca8539a11d0ebd3810 2,439 1.00/1.00 vMB 142
577,353 577,353 00000000000000000001f60c42595687be4648849483b47c2178a368fbae86e0 492 1.00/1.00 vMB 4
577,352 577,352 0000000000000000001df74b1c16ba9bad690ce97882b08d6d30a3c963ed9eab 2,735 1.00/1.00 vMB 63
577,351 577,351 0000000000000000001b7679283f6980090353d73cef88ae5cad40c1c990e2d0 2,134 1.00/1.00 vMB 71
577,350 577,350 0000000000000000002894988ae3460720bd9a6560435945714d6d710cf1baad 2,797 1.00/1.00 vMB 20
577,349 577,349 0000000000000000000e80b3349d8066a8df6595bfd309c0e918e3b76f2633f0 2,555 1.00/1.00 vMB 76
577,348 577,348 00000000000000000025eb46711c7c44a2beda20fc30cc1fcffab586eed9e8ca 1,503 1.00/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 782.03 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: 650.21 GB
    • Received: 13.25 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.