Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

12,427 transactions (4.22 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,870 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,268 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,869 (884,204 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
25,652 25,652 00000000edc8b8af608e235e4440b38a63771d528b488de09dd0b94ce893cdee 0.00 MB 1 0
25,651 25,651 000000008d6c0364d42df00e086aa51c6e63547dd9062894f172705931081869 0.00 MB 1 0
25,650 25,650 000000000caf714f221b299f0aa4c3d3e68abfbc5e9c421076ff9cfe2a6b8c92 0.00 MB 1 0
25,649 25,649 000000002f69f5946115470dabc7d15b0afd9bcb1c65e2889bdb929eb286a4fd 0.00 MB 1 0
25,648 25,648 000000000503d71e5fa5d90c1817fff79617936f27d31ec66242c85e5bab2ca5 0.00 MB 1 0
25,647 25,647 00000000172aef8e8f63589e7f0ae34b4b5c8d58b478341ff15cf36eebe459aa 0.00 MB 1 0
25,646 25,646 00000000ff52f34c330f65c0b5b850fac5c5a3e7eb687761a3f55e0ba8db263d 0.00 MB 1 0
25,645 25,645 00000000b645edf7507e6dadc1d85a83bea5d3772c4e1fcdcd2d7ffa92d255ca 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.15 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,167.98 GB sent, 114.15 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.