Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,784 transactions (4.19 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 909,573 (878,903 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
30,670 30,670 00000000f0815724e15d9f69ea6450dd53e1e72365d402baad37e4a6a7231351 0.00 MB 1 0
30,669 30,669 000000000c7babea1a1dc1a95c606fd4966a5fb80f140e4557de8c1ad2f92b80 0.00 MB 1 0
30,668 30,668 0000000098c183acaab3b8c3e11f2a77dea3ecd6cce710113508a5dc93cd8189 0.00 MB 1 0
30,667 30,667 0000000025d172983010a16f173fb453ca923baf036e783a461137debcb9d989 0.00 MB 1 0
30,666 30,666 00000000f7947cffba0bf4347118e94406f459336032fc160584d81d7d33b193 0.00 MB 1 0
30,665 30,665 000000003ea06e396c82624d9857c91413d91ac8f08c25e2f8b82ead009b6f5a 0.00 MB 1 0
30,664 30,664 00000000606c53f2c9a98c3ef19a3c7ad6736a9df71015a34458e25ef16b579f 0.00 MB 1 0
30,663 30,663 00000000711b33645d7e833da1fdb5c011f3345150a572ae0ea059aa6fc0ee7f 0.00 MB 1 0
30,662 30,662 00000000e1549b3150ea1ec9cbcaeb967824d70d9cf2a5458562efaf636fece2 0.00 MB 1 0
30,661 30,661 000000009c1a977932740df5d47b73e7afb44ec67894af5ff5f1b48322d51506 0.00 MB 1 0
30,660 30,660 000000008052f1e6b329e8d0d6ef9b18b0a93fcf04778efff29b778c78612729 0.00 MB 1 0
30,659 30,659 00000000325dcbbcfb11282f57b6ff80d6c32c1029824a56a78fad3912601a68 0.00 MB 1 0
30,658 30,658 000000009dcdb8aead186bb9b5b975a89561e9e28a44f3524cf8b25172c4face 0.00 MB 1 0
30,657 30,657 000000000d28b410897fc3a9c4fe07cd899a1f03e93f21cc1b165a1dc092d1de 0.00 MB 1 0
30,656 30,656 000000007d929173d6935c51425a11af2742dd58dfc8694da1184b9f1662e95f 0.00 MB 1 0
30,655 30,655 00000000f12bc6f88ee0a649d8765e199162c26fd56ec97a27ea6052225bbe24 0.00 MB 1 0
30,654 30,654 00000000f6c937bf24a2cc46b3ed1cde5dc60dfd471a61b6a93b9bb8129cdd06 0.00 MB 1 0
30,653 30,653 000000004e6821c75e4ad3a9f8af52f60f6d62f50f853b47da1cd4f97589d342 0.00 MB 1 0
30,652 30,652 00000000625ef2760aa2db07986c1a9ac2fc57d276f77babfd92d60342eddc5a 0.00 MB 1 0
30,651 30,651 000000006fea3087150f31b598427b3f634627e721a578cf51059d8252bacad2 0.00 MB 1 0
30,650 30,650 00000000a03d32b36f176fb9b9dbad294527c09f7b582e0cb190c5323a300566 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.61 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,091.81 GB sent, 111.38 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.