Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,783 transactions (2.18 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,031 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,283 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,030 (867,587 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
42,443 42,443 0000000007297e85e55ec3a98d107d7ab88d64c9d71eb8f15a55dcd94639e526 0.00 MB 1 0
42,442 42,442 00000000147f715abc9fc6920a919d2cf0a8e18620508897d57e2084152dec51 0.00 MB 1 0
42,441 42,441 00000000331bb31c307961d6c1f35520a95d5aa61d6ce4f2ba163ffe397dcb66 0.00 MB 1 0
42,440 42,440 000000003a748b92d38ab612c7655d411eedbe8a1a094c6cbf4f9378c6d472df 0.00 MB 1 0
42,439 42,439 0000000012111453327f3d05efcf9831a9cf36cc8a8c486933651575fcec001d 0.00 MB 1 0
42,438 42,438 00000000004587e9f8f507abe4f3597eb3fbb579b898b7b5edb2c33c0b13a0a6 0.00 MB 1 0
42,437 42,437 000000000d8f9c3ac06d5d6d4b3991e0a548597f1aa383f066db6f7c0f865d4f 0.00 MB 1 0
42,436 42,436 0000000025f2df5d8d3322bf3274976b7a8bffb6900f4bb3a9ba941366af49a4 0.00 MB 1 0
42,435 42,435 000000000369a36b431c2010c9a5b49a55de6651618660473df5ebe0f2014de6 0.00 MB 1 0
42,434 42,434 000000000bbd9ce9f3fed2726a9c3c03a307b06faa752a50755110fad2e5d8ab 0.00 MB 1 0
42,433 42,433 0000000013ad97b012ecfc8f002f48aa97537ff96bdf5f55da9848bd1b502969 0.00 MB 1 0
42,432 42,432 000000003a6714a2d36b056ac1a77eec6417143d78889bbcdb89ac3032159ab9 0.00 MB 1 0
42,431 42,431 000000001590def8ea15a1ff15f46103d8989c5668ee9c6028e4b8ad8da6a1b0 0.00 MB 1 0
42,430 42,430 0000000024d19ef4fd8dbc2d7e2ef13ac36e875c88bffc07a2263b15add99cef 0.00 MB 1 0
42,429 42,429 00000000163049340138199828f1f364d36c02a8f932d7edc6f0873d140d2f8d 0.00 MB 1 0
42,428 42,428 0000000010e6912029c5485337cee5d722f63776d05ebed431a07aafc5f90d3b 0.00 MB 1 0
42,427 42,427 00000000302a5695352dd67263349c9eb437a0277892151d3395e25063bafeb5 0.00 MB 1 0
42,426 42,426 0000000035d3ecfa1ef14409a8958ffb321eb7c562893acd68e51b12a17c9359 0.00 MB 1 0
42,425 42,425 000000002231679b3228534995063bd78067f0bcbaaa9ec5787389f13dbb77a2 0.00 MB 1 0
42,424 42,424 000000001e2339a1b01c943bfedcdbec203276c0c4de63f60c3b1a33a8340778 0.00 MB 1 0
42,423 42,423 0000000008b730b7a659676fd8b836675913ecad44ade76ac860d4a51c06bf24 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.45 GB

Node Information

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