Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,457 transactions (3.63 vMB)

Priority:

  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,564 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,575 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,563 (821,837 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
87,726 87,726 00000000000e03b3afb0ae78b452f6883b28c4494b75303f0c9d93fa9ea9de50 0.00 MB 2 0
87,725 87,725 00000000001109b647042038cd63e48410436782a0ceb0dfd29a5b15345d952e 0.00 MB 2 0
87,724 87,724 0000000000091efceb6d03e78bb3c9a8fed1bca44b634bfbd4de4f49b9e8cbf2 0.00 MB 1 0
87,723 87,723 000000000011f566f73da7b57678b842d2706f15513dcf23a661a45cf3566841 0.00 MB 3 0
87,722 87,722 0000000000165896485e1bdca4739bddfbebbf4ad2c375f1d6a90609d34ee03b 0.00 MB 1 0
87,721 87,721 000000000015139e4477c44b6c89aded9d40f81defdb24f0ccf5fe176696d788 0.00 MB 9 0
87,720 87,720 0000000000030a4ab471fea5c964d4ea414c85921567564e27a3e81c7c7d0c2b 0.00 MB 1 0
87,719 87,719 000000000010442f1601e853d1f27085ec40b686d4e0be67eef6842f2360ff28 0.00 MB 2 0
87,718 87,718 00000000000a0a57878b15094e5eec67070216baa53bf85043c728402fa99ac5 0.00 MB 1 0
87,717 87,717 0000000000109d3394a25a89a621483619a1aed905aafe73bb6d000e6d0837f1 0.00 MB 1 0
87,716 87,716 000000000014af85e96a19a6b4a815db765217abaaac9dd0dd45079629cb65fa 0.00 MB 1 0
87,715 87,715 000000000007c6707b87b8d84b8f54c7348d90597486e32b0dd17380cae1a783 0.00 MB 1 0
87,714 87,714 00000000000afeac2ad356248c9df20e27a5ad785231a7c802fb6fb547222711 0.00 MB 4 0
87,713 87,713 000000000016f6014b0571996cd0dfbb9ca9a31b2a147e6cb34be0092a9d378a 0.00 MB 1 0
87,712 87,712 0000000000015fe0e9314bac558694a6fafa2d7cb945013f2f8d84f50f46c203 0.00 MB 2 0
87,711 87,711 00000000001c332a4736b0be2cedf8d62713bb144a962f8a5e3e2169f2bb5acd 0.00 MB 1 0
87,710 87,710 000000000002806384d2be0ab2e30f4af546e41777722e2bf4624185d8010baa 0.00 MB 4 0
87,709 87,709 000000000016d282783b9cf8d4f83a6f1458ac1d9b6c15c2ea57c4f7beec379b 0.00 MB 3 0
87,708 87,708 000000000017771dd52e515a1d82c3331c83f6e1dc3f56086dc142c2ee040685 0.00 MB 1 0
87,707 87,707 000000000018e993b538098c99626146bb586207032ff8fcba40a5d94fcae3e8 0.00 MB 2 0
87,706 87,706 00000000001d53a5692d1cd19736609789923072bd762b25d6e5b518175a988e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.60 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,089.82 GB sent, 111.26 GB received

Notes

  • This page updates every 5 seconds.
  • 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.