Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,808 transactions (1.15 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,196 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,373 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,195 (819,745 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
90,450 90,450 0000000000114be1c332afad5417fc18cc916fb79cd4bdd3e1d4d3043fc07de3 0.00 MB 1 0
90,449 90,449 0000000000037e21aad9aca75c128b09e53adbb1fed4f59a98b8205d3d414d97 0.00 MB 1 0
90,448 90,448 00000000000f414d2a9f7da4c16264282cdea405ccc1b85f4126944df7d1685f 0.00 MB 1 0
90,447 90,447 000000000006d31571cc7933d826d234e8ecddfa50fd53c110ec30a0823abcdf 0.00 MB 2 0
90,446 90,446 00000000000de0c9510f49c3a668915487ad2e3a65056fb1d36aa8deba07724c 0.00 MB 1 0
90,445 90,445 000000000013d4598bcfadb70e24498c14a060e191b2ba6ff148144b6d1ab12c 0.00 MB 3 0
90,444 90,444 0000000000108ce9a352e150eaf527e511b5db4e53556959d66bb73220834e02 0.00 MB 1 0
90,443 90,443 00000000001354af2a99d9e583dbc14572efc346701545908d760144b6c9d640 0.00 MB 2 0
90,442 90,442 0000000000032c04bba7a7cea369871eda96e1e28816209efca7b83f1f2a14a4 0.00 MB 5 0
90,441 90,441 0000000000089dbd97615d834a4a4b8f17854bc44559722e2a590811f1e8ecad 0.00 MB 1 0
90,440 90,440 000000000008cb3da6b50667029cce9febb9e965387d93425232cd71e5ac1794 0.00 MB 3 0
90,439 90,439 000000000006800e752aa0969ee6acbf37654d1bb70852d386f4a8aa4d99ec27 0.00 MB 1 0
90,438 90,438 000000000008a159e3147294571133ecd299496a0556c78b579e385a847408f3 0.00 MB 2 0
90,437 90,437 00000000000115fcf678c6f6413bde908bc4b1bb488bbf08414842361bc3edac 0.00 MB 4 0
90,436 90,436 0000000000015c634e6bd451583fddc41569d6100ab7470b44ead290dd1c1900 0.00 MB 1 0
90,435 90,435 000000000004949958b00e3a9e16727f9c0cc2282061dec091da224b83f950f3 0.00 MB 3 0
90,434 90,434 00000000000c53e2c17b8946dd15a5162a98cfe82401bc03de17085ead5fc894 0.00 MB 2 0
90,433 90,433 00000000001211a6feb187bb82aff4a2e79863f509ff056419061fb10d878e0d 0.00 MB 3 0
90,432 90,432 000000000001e3cca07285ab3f9aab1d1fe514f2a86b2946566a68e17dd21a96 0.01 MB 7 0
90,431 90,431 000000000008d7d2523d312b89fe1b3ef4738f48f7f80373067739adddff38d4 0.00 MB 5 0
90,430 90,430 00000000000a1378397c4ca9757678c42e4bafa10bd4cc5b6886be36cee18a00 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 773.75 GB

Node Information

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