Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,171 transactions (0.70 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,344 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.70 vMB 2,167 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,343 (866,439 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
42,904 42,904 000000000c32ca386dc2fc57e648486482092c92d5d45d26d1aeaa1d9188dc8a 0.00 MB 1 0
42,903 42,903 0000000037abc9ebdb2d8775acf01f26a7286c7611f265fbb08468c08a8773e8 0.00 MB 1 0
42,902 42,902 0000000010813ff43584da0041ebceb1adc13a1afc57c06c29dccc293549706b 0.00 MB 1 0
42,901 42,901 0000000016bb64e95550a31f18f8bcd7bc4b5b3b032cfa1ed657163393f9c97e 0.00 MB 1 0
42,900 42,900 0000000003dd99665c63a69a199b767f673d9b1964e197995d4438a381a4c572 0.00 MB 1 0
42,899 42,899 0000000024d8fb0691ffc912d943a790d291c50b2deeee84e6c981227a3e5a63 0.00 MB 1 0
42,898 42,898 00000000280c54a09c94695a141fb0be0345ae0d2649d9359de76da1c45d5180 0.00 MB 1 0
42,897 42,897 00000000086abc1e4a3f1056ec7d920da2c36d47e05e1488cbb251fe4b2003c9 0.00 MB 1 0
42,896 42,896 000000000054721c401da4432cba0717df154e8a249a1e27d136b3333a8d7d71 0.00 MB 1 0
42,895 42,895 00000000174be328516819c9ffd7a8146ec428825a757bb8e6e5cb70d46b0e60 0.00 MB 1 0
42,894 42,894 000000000d303594edb1591be7741141101eb5cbf6430ffd5c31d8064e97c86c 0.00 MB 1 0
42,893 42,893 000000002e0f45e5cdf0baad7b55b612dd494dcb04b30beb63300a8bb12136d2 0.00 MB 1 0
42,892 42,892 00000000030f5c897aea873445e014da3c9c7e25bb376a78679d3dc00d5ef901 0.00 MB 1 0
42,891 42,891 000000003e59b2404570534a2f342dca98ab113ec8e5b603ef45f1784ee1e6bf 0.00 MB 1 0
42,890 42,890 0000000043a465b85b21eb3a19f74c5394bcf13caacaf9e1d5f07cbc5af44647 0.00 MB 1 0
42,889 42,889 00000000199258858f094dd2aa41df4a761fe9fba5b79b3c32df651e7ce78d97 0.00 MB 1 0
42,888 42,888 000000003fbafa1483c6a6f3570d1fcdb6fe797df9a115718d093f7dcd6430e3 0.00 MB 1 0
42,887 42,887 000000001f7d820d61aef63c4f6cd4f814d1e5115def1b0e231a76b618af71ea 0.00 MB 1 0
42,886 42,886 00000000108d0b637c15c097d5bba8658edaf57bab28086db8755c4bb0be83a4 0.00 MB 1 0
42,885 42,885 0000000003fe9378cc41651a28d9fc3743cb106a69f658be4678ea83b8a84721 0.00 MB 1 0
42,884 42,884 0000000019725ec416ef2926af13036b77f95c0e1132a220bef5716b4181f380 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.18 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,066.99 GB sent, 109.03 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.