Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,804 transactions (1.38 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,055 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,235 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,054 (876,684 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
33,370 33,370 00000000b903393952414f2a4825a0d43a19d2bd699504eee65fcc981af035da 0.00 MB 1 0
33,369 33,369 000000009441f06241cb48836a2d811a67908dcaa4523ac1417d01253af23a2c 0.00 MB 1 0
33,368 33,368 000000009fc93fdf6c34feb2eb860e1254513f2236579f6d83019cf7aed3de81 0.00 MB 1 0
33,367 33,367 00000000b1a32dfebe1839d7fd59cd3f5f24b55f25b80d332f79cdb0e70193b6 0.00 MB 1 0
33,366 33,366 0000000094fc7e871a68b33d349276066198d09a191bd8091159a076a0b3f218 0.00 MB 1 0
33,365 33,365 000000002faadccd8bb857905c2975908afbce00a279d49bf92fc5a00489c118 0.00 MB 1 0
33,364 33,364 0000000047cc864701d913394ee268fedf1d3e00eddaa8d0953b472ca97258ed 0.00 MB 1 0
33,363 33,363 0000000083cc9c89d1cc452757b7d5ae88efdba2f89f42881f6712690d3db7ff 0.00 MB 1 0
33,362 33,362 00000000451cf6903303eb52add5175afe0ca6e71bb82f9d86d2749cfb771e9f 0.00 MB 1 0
33,361 33,361 00000000822c035b3898cf419f28f0e0560a0fd9eb05b91123e2fdd6f58f9696 0.00 MB 1 0
33,360 33,360 00000000a518bfcd59111c95dcf34a89995925ccbb572a341dfdf6686da6a631 0.00 MB 1 0
33,359 33,359 0000000090781702898087a9ced189593f6cfa4ec807db91ea09e992df1982f2 0.00 MB 1 0
33,358 33,358 00000000ba98c9c47b7d66d1d89f901a27dac4cfca27d0f637d3ac33dbdb60d0 0.00 MB 1 0
33,357 33,357 0000000042da959779b298572e193e32c4a39c89eb915ec7786cab0e3b2955b4 0.00 MB 1 0
33,356 33,356 000000004db8d9a674a3c61ed68801f70771a6a024f855d743814e7f32df25e1 0.00 MB 1 0
33,355 33,355 000000000ba83a945057e95a75d18ac1cea3ed85dc30b36560c878fe1ec720a3 0.00 MB 1 0
33,354 33,354 00000000aa05da263cf28e2919f225267afed22e7da8e6f36f305f97b91bd09c 0.00 MB 1 0
33,353 33,353 000000008c5d6bcff6ebd7ede9f8c4ee8ea91028228738aa0bd4351f003343c9 0.00 MB 1 0
33,352 33,352 000000002078edef9b95ad7393179d3d34854872822f44bd49e0dc25a8c3e689 0.00 MB 1 0
33,351 33,351 000000008c801b7f2a68297b27d090e90788c414a87092bbb9e7a37f5868cd06 0.00 MB 1 0
33,350 33,350 000000006b1de6331e584fffc3336b888be47c34370bd222c1a9186c1e90db11 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.50 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,186.16 GB sent, 115.85 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.