Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,650 transactions (2.67 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,559 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,461 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,558 (849,784 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
59,774 59,774 00000000057e4d7545bb5948b5a4090a51734990950b0a96294652f45bd9d344 0.00 MB 2 0
59,773 59,773 000000000e65b2bcfc9f8a2eebf270b3e94ffb79d4aa243a4b3584ccfec05040 0.00 MB 2 0
59,772 59,772 000000000128d8a10d95d8d9390394c50d4eb7529036546ad20964efb824d08c 0.00 MB 3 0
59,771 59,771 000000000c9d80ec3d430f36d6529109a59ff8e880bd897d106273faa845227c 0.00 MB 1 0
59,770 59,770 0000000002e9d2c2d2ca8c643e48e27310a7752128ea7328f3f8326ea3140a48 0.00 MB 1 0
59,769 59,769 00000000075b60ada2739758eb0f54c7a53fd7d7beefc942d9e71ceb0464695c 0.00 MB 1 0
59,768 59,768 0000000009eb30f8d59442eed46d3d02d6b4e5b4d7cab80cf8113da77ca18e70 0.00 MB 1 0
59,767 59,767 00000000017597d829eca257d412f72e73d5a49c3efaf8f89e408bd4145311a9 0.00 MB 1 0
59,766 59,766 00000000013a3a7a4e50ba910a4692ba0fc4fb19b6808216a6669366040abe4d 0.00 MB 1 0
59,765 59,765 000000000b5ad9230ca9801805ea60b51ffaa851bd08306fd269e2f3246df686 0.00 MB 1 0
59,764 59,764 00000000073ca15ef60e4ce5a267b015e20935cec08ba491215f83e7a04a4d2f 0.00 MB 3 0
59,763 59,763 000000000be4c364782c37a24f95fae72c41d5066ef04f4ac1447b6fee019817 0.00 MB 3 0
59,762 59,762 000000000366dfd2623df3d41406a8dc998915d5bfe3e8bfe3a945ecc94e77e1 0.00 MB 1 0
59,761 59,761 000000000772abc96bfe3c85d87534603785b6ad4b63c123afe6d9cbed57846a 0.00 MB 1 0
59,760 59,760 000000000b7fe49d2de1d4347b406ef16c72b4998f7d6f7e72e9b3dcd78c5e05 0.00 MB 1 0
59,759 59,759 0000000004ed7a6a90d253d5fcb440ae620136a5cc166eddbef48d85dc6a7cd3 0.00 MB 1 0
59,758 59,758 0000000002032108284508a4fc63ee868b85b46b22fa2afb92da32fb478973b9 0.00 MB 1 0
59,757 59,757 0000000001cfa309f902be31e2689b9d724fb82224da91b8baf22b848161899f 0.00 MB 1 0
59,756 59,756 00000000012480398a514c01991510e67c086c86f6e545fdbb2f497458c8e558 0.01 MB 8 0
59,755 59,755 00000000014d778cbe52734c88ca8a1b803a3bff1c2083e35d09eca5577bbd76 0.00 MB 1 0
59,754 59,754 0000000001c26e8aa62965812b32aede75b7fc488de81ea79e5ac040a319747e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.59 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.60 GB sent, 111.19 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.