Loading Tool

Explorer IconExplorer

Memory Pool

92,815 transactions
25.58 vMB
0.11101604 BTC
Random Selection Loading Transactions
Max Size: 169.01/200 MB

Candidate Block

Mining Attempt b29a422022edaa376db0a454269239496736796a8c42badb18f0675d1bd3d191
Version 20000000
Previous Block 00000000000000000000b16f7eabd48b7b47f8b12a4f6330ae3008dcf0db4b75
Merkle Root 83719d16cf33cabcc29bd9d422cf9a1f18920bdfa07083eab75e66955fd86535
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,426
Size: 1.00 vMB
Total Fees: 0.03892506 BTC
Feerates: 261.10 > 3.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,852 (882,381 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
33,471 33,471 00000000b9c1588e861c48104dd9188573731bc356ccbab46dbf10b18b551146 1 0.00/1.00 vMB 0
33,470 33,470 0000000078ee87854da951d246be6a31cad87992f828b9db6b35f867228c8540 1 0.00/1.00 vMB 0
33,469 33,469 000000006a712f5524ae83e2ede3b4b76fde66452c692f569079e75a12bbb441 1 0.00/1.00 vMB 0
33,468 33,468 00000000bef8e3c27619ebaa25769f77fadd3eaf77df0b9b4cd2493334a23555 1 0.00/1.00 vMB 0
33,467 33,467 00000000236f656304fcbd0a48ff195d9dcfc58937ed9312e98efd620f88edb9 1 0.00/1.00 vMB 0
33,466 33,466 000000000d9e7bc64758ba1a003dbf6ae8e506ac79eccb518811f10e1c1e5d49 1 0.00/1.00 vMB 0
33,465 33,465 0000000070cda265bcc2b6148b61f954285beb2104be1accb41b371d48481932 1 0.00/1.00 vMB 0
33,464 33,464 00000000b826931073881a19b5f56c9525d8671f790c0cdaffca90ad81715ea3 1 0.00/1.00 vMB 0
33,463 33,463 000000008cc1a2878e6e6376db85e10f1c6044b6f152fa9be9db7e5b2d85703d 1 0.00/1.00 vMB 0
33,462 33,462 00000000ac996cbc5167d8d0d87238c61634b61b4330080496bb53493b910b8c 1 0.00/1.00 vMB 0
33,461 33,461 00000000cd8a1cc11244c7db6e849cabc5c89e09049f505cc47ecd869d2d6c62 1 0.00/1.00 vMB 0
33,460 33,460 000000008f0923eacfb18cd8411a4562726cba6964093c1d0796308037208023 1 0.00/1.00 vMB 0
33,459 33,459 00000000bd4f91dca8a22435c2cd3a7ec580edb627baa429e2a141d688454d61 1 0.00/1.00 vMB 0
33,458 33,458 0000000012a13e556b1778b515f7495739fdce568c86fc584a9b3daa6c55ef18 1 0.00/1.00 vMB 0
33,457 33,457 000000002fa9fe8373e5e033e56025d222c4713b039b2642b7419735c9027b4f 1 0.00/1.00 vMB 0
33,456 33,456 00000000acafda48231fa4cc48f401b02ac08267f22acbe35a5c0c0be46b7422 1 0.00/1.00 vMB 0
33,455 33,455 00000000cebe2156b87615f83cd6514ffd7ff8a088612eb5e5250805a6994008 1 0.00/1.00 vMB 0
33,454 33,454 00000000b4ad213300e60012f3c65c760357f7e17ecd98d3155f0b1bfd0b06cf 1 0.00/1.00 vMB 0
33,453 33,453 0000000004cc60768e0fb60af3c6c818d299866a2cb5929791315e15bc2bd151 1 0.00/1.00 vMB 0
33,452 33,452 00000000cdc6b2015e79a32290536b65f9fc230102974669cee3cb0b2fc76729 1 0.00/1.00 vMB 0
33,451 33,451 000000001d414673496a6bf7303fbee0bd1ee39265591f5e1c76d7b8db9c60c8 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.85 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: 793.68 GB
    • Received: 21.98 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.