Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,689 transactions (0.55 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,952 000000000000000000022b910000000000000000000000000000000000000000 0.54 vMB 1,684 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,951 (18,750 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
893,201 893,201 00000000000000000000fc349d864aa60e29435d50abf663eb430d28e7b6c63c 1.68 MB 4,430 6
893,200 893,200 00000000000000000001786e6c88ead8761daa55ed39d067259e4162dc8a61d7 1.54 MB 3,357 6
893,199 893,199 0000000000000000000054c175f56aec6480d725291399f33d74109c6f5eafd5 1.65 MB 3,999 10
893,198 893,198 00000000000000000000951a25542e8661be2786c7b99e6a86dfe82cea886914 1.54 MB 4,187 6
893,197 893,197 000000000000000000002334297eace709db2d599f64b4971643d0512e2cd50f 1.56 MB 3,788 6
893,196 893,196 000000000000000000006cc75c6661d9cd4cd476f18fe3b0881c9b24413fd6cd 1.83 MB 4,899 2
893,195 893,195 00000000000000000000e9a4ac05daf68817748d6009604a10152421bf450d22 1.65 MB 4,512 3
893,194 893,194 00000000000000000000dfe8a96f81699d4c1c53e133db4b3de273e47bb50870 1.50 MB 4,277 4
893,193 893,193 00000000000000000001a05671e33f21b0629bca9307ec134ad3b6734e41cbb0 1.50 MB 3,779 4
893,192 893,192 00000000000000000002461bc78e69af8fb17342564c47caf9011d08524279d3 1.65 MB 4,628 3
893,191 893,191 0000000000000000000225406ea4056d09d7b9e48ac2bdbd9ac70480ce81d803 1.82 MB 2,931 2
893,190 893,190 000000000000000000002f2eb9da31e8f2e1ef80075277b1bdd27957c6dc0c49 1.79 MB 4,515 2
893,189 893,189 000000000000000000009ca06d46a81c66ec8b22f0922df9d88d6197a858b70c 1.76 MB 4,839 2
893,188 893,188 000000000000000000008fd54d55ee09366b6bdbbc16fe77b0de21b4b03cafc4 1.63 MB 4,609 3
893,187 893,187 00000000000000000001b7043fb50b2662bf4472998f45f5ad4126c013328a50 1.75 MB 4,666 3
893,186 893,186 00000000000000000000dfec31cd7f7c4fbfaac857641ad962279d92a8226869 1.68 MB 4,482 3
893,185 893,185 000000000000000000004e65d43b30ebe9f729ec6f0596bc908d187f28665b34 1.70 MB 4,526 3
893,184 893,184 00000000000000000001005ac0a0b3a2ef170ea9f09c05fb85dc6455c342263f 1.75 MB 3,889 3
893,183 893,183 00000000000000000002376a848d155760a70016d84dcffc6a9f095fb34764aa 1.66 MB 4,800 4
893,182 893,182 000000000000000000011ade12db2f17e45f7d72df276b00aab7dae92853e318 1.64 MB 4,351 4
893,181 893,181 000000000000000000005c2a9bfdfd88dcf81ad39b7066cb2c1539ca556b0a86 1.59 MB 4,365 4
Previous 10 blocks ↓
Total Size: 776.99 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,494.82 GB sent, 133.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.