Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,306 transactions (1.70 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,018 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,550 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,017 (884,344 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
25,673 25,673 000000004accf8f17f524e393064240e0c136304dbdee7f67385e02915e5232f 0.00 MB 1 0
25,672 25,672 00000000f8c113a0386ebcb97240d13f6ccc646dd5d5cc8cef1a44173da864af 0.00 MB 1 0
25,671 25,671 000000009cd4a5ad950697f04908305ff5cd380163b00257a2577d82b35dd264 0.00 MB 1 0
25,670 25,670 00000000bd69343617842d761576db2e3f67ac6421add0a98bc1006c56accc6d 0.00 MB 1 0
25,669 25,669 0000000061f880999a9abbd95158286c96976dd48187f45de3a9412e71fc9d68 0.00 MB 1 0
25,668 25,668 00000000b9e4a665f80183704f2aa91a206ea327141497faddc6b8be46f62414 0.00 MB 1 0
25,667 25,667 000000001970f25781d470b130651859a8fe0350b70bbb1eab0273b6db816e41 0.00 MB 1 0
25,666 25,666 000000000c225751f844a53e8b0ab6e4df67aa19d1c7a68ec12392f14e944891 0.00 MB 1 0
25,665 25,665 0000000090542a07b9835fae54435c20c93dd23df5c5f931665dee6211f0297b 0.00 MB 1 0
25,664 25,664 00000000a83a4e7daa52c293fb96b8326cd27c7660f5efd141fd202f9f568291 0.00 MB 1 0
25,663 25,663 00000000ab24f275e3b3f1269a617b7510c88b3c3e3a63a902c841bf64c5a472 0.00 MB 1 0
25,662 25,662 000000005317fe579f56858d3365ae85a1f7f28268b9995988933f4b78aa2ecd 0.00 MB 1 0
25,661 25,661 00000000406b2c797655144d8b6a0d598ac027864423ca933e3994a238a88fc5 0.00 MB 1 0
25,660 25,660 000000000127b4acd79e8fe72fad2e331e3bef20551b2e638eb5e07aaac89c34 0.00 MB 1 0
25,659 25,659 000000001f8d27f8a1b1d6f10b97254767b5983a829b0ea3dc3dee6b1b9987aa 0.00 MB 1 0
25,658 25,658 0000000023c53a1543f1326e3539dee994099185c571ab8b6c8f985c0f743e64 0.00 MB 1 0
25,657 25,657 00000000ea5e714ac2d5e472f291bce4f0030378d353f80870c1f18dfea8b57e 0.00 MB 1 0
25,656 25,656 000000001b49299cd6faccca557c8e75c7d44a13e4e8e6f7811f7b8ab66086bf 0.00 MB 1 0
25,655 25,655 000000007e6a48c697916eb7c08b94c4582c2d542e70dcc1eaa565d4854f0786 0.00 MB 1 0
25,654 25,654 000000005c07bd5e37fd3cabec946c585c3e032e759fac9f03b8f3ebb206a361 0.00 MB 1 0
25,653 25,653 00000000dac2749c0c9d3da07d5f2175c1b08ce9c5051d90efd163a41fecad76 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.43 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,185.08 GB sent, 115.43 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.