Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

248 transactions (0.06 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,612 000000000000000000022cb30000000000000000000000000000000000000000 0.06 vMB 248 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,611 (821,899 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
87,705 87,705 00000000000f38ac8c47242101172e6460c86240288123ee5bb9f30bf9d01829 0.00 MB 2 0
87,704 87,704 000000000015131222a6d858aff295e559b1529629086ce9c749ebc0b6021958 0.00 MB 2 0
87,703 87,703 0000000000025b9ff92c6e24683ac0b772135eb6b9d837775b4120a73b0db330 0.00 MB 3 0
87,702 87,702 00000000001a8a74d66c162d02397ebe336d4d4093292215bacf63a4f55d0143 0.00 MB 1 0
87,701 87,701 000000000007c781c543bfcb609a7954f7d8a63d6cae16844fbc9f0333653377 0.00 MB 2 0
87,700 87,700 00000000000a4e76f88562305f1b68f5e8565564f4c402a7f64fc8e6ade23447 0.00 MB 1 0
87,699 87,699 0000000000017354f688c0504d1c01e5fdfc0b40e8e066ac95f1bfdd19a12c0d 0.00 MB 2 0
87,698 87,698 000000000003a43a684a18c33ec58f06cdfcbc1cce9b6e2ed00d1e41afec356b 0.00 MB 5 0
87,697 87,697 00000000001730c7934cdd98a716e9c5b05ae0203306aa6661bb139e6584e548 0.01 MB 6 0
87,696 87,696 0000000000094132f41c0c009679a9776177583aeeddf15f78a40113a29af024 0.00 MB 5 0
87,695 87,695 00000000001cb9878ee830b0c5c493b888127b1b859b3a25479d956cdc38c13c 0.00 MB 2 0
87,694 87,694 0000000000111cfa8579673090ba6af98e090c5281ce98b95485eb91b8b982ec 0.00 MB 2 0
87,693 87,693 0000000000195e0f5221a17d7a342672e6078550ef99b2aee63a7693424078ee 0.00 MB 1 0
87,692 87,692 000000000012399aa8e5fff69464c5faeba46f8663b7dcbecad83e37beb3ec63 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.69 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,101.33 GB sent, 111.73 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.