Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

736 transactions (0.26 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,040 000000000000000000022cb30000000000000000000000000000000000000000 0.26 vMB 728 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,039 (867,591 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
42,448 42,448 000000000e27a72dbb2e214029f5035937050493833f9655cc43aa67c10bea58 0.00 MB 1 0
42,447 42,447 0000000041f91f94dbb241dcf09da6ffe741989da33611143cd4b7085d30b8f8 0.00 MB 1 0
42,446 42,446 000000000dff4cebf76d373aed26608eeb6365bce5ab2bb1783854384c236b6f 0.00 MB 1 0
42,445 42,445 00000000425f4cf11965bc356df71bf3028013ba9ffb05735e578a9d53513ea3 0.00 MB 1 0
42,444 42,444 0000000030c318ca73a8a565c8e041c4dcc61f3dfb966e73fe1240d8ade1efb2 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 773.47 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.52 GB sent, 115.65 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.