Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

559 transactions (0.18 vMB)

Priority:

  • 1 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,933 000000000000000000022cb30000000000000000000000000000000000000000 0.18 vMB 550 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,932 (839,257 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
71,675 71,675 0000000000ebf052e4b8632aec29f18eaeccd949be6f35c06556cb2fc20d21b9 0.00 MB 1 0
71,674 71,674 000000000011d6d6ffadc28331f2cea4db7b6725fee89e3df5e1b1005b414461 0.00 MB 1 0
71,673 71,673 0000000000b409d10526c6e907db4db76326f043b366648b0d04541f82865835 0.00 MB 1 0
71,672 71,672 00000000003e44cfe0df7c7368f870dd09b764f4f1e438fbf1cccf91f1ce0075 0.00 MB 1 0
71,671 71,671 00000000005e0b7397c77672879d9660564e747e2b5cbfbf3d00cd5ed39d8d0b 0.00 MB 1 0
71,670 71,670 0000000000a343e5f6eb379df7998c69ed17974bffc0c4a583d6346c2dbd9dd1 0.00 MB 1 0
71,669 71,669 0000000000ec9a61ebc1393d55b9619a28f2b1fb7855a50fd1b76112a4587e39 0.00 MB 1 0
71,668 71,668 0000000000db96634657d52de598546105034a2de83cf15501a16a9c63ca80c1 0.00 MB 1 0
71,667 71,667 0000000000a2fda4bb64b328e31f4e32a7c62be921ae84c5a779deb0a212461c 0.00 MB 1 0
71,666 71,666 00000000010bb52e24e2d222719b49cf348782dd5a3f50ce2983599718b213ce 0.00 MB 1 0
71,665 71,665 0000000000d056e6569661e9e80faac77f577f8c0df66bc9b244f4a07786ba09 0.00 MB 1 0
71,664 71,664 0000000000f6f424170152071f6b31ba77dc9fc6b210605c0cd2d746e77ccf4f 0.00 MB 1 0
71,663 71,663 00000000008c464bd32c3b04649357cf95596373ab6546f2512861a69eb269b3 0.00 MB 1 0
71,662 71,662 000000000054ea96940e4e039576c0ad152139b706c71ddd561dca3cd4462958 0.00 MB 1 0
71,661 71,661 000000000003e72fb24a548a8a0413dd6214445817c742809ffad83e2ef75310 0.00 MB 1 0
71,660 71,660 0000000000df9e0ad3b6b5dbc33c7235320d2036d116ae1348b196ccc6ebe3e9 0.00 MB 1 0
71,659 71,659 000000000039484d9640ea58abce220bc9acafd2455814a073bc37f51dacfb88 0.00 MB 1 0
71,658 71,658 0000000000ed3681bcad4741a1f5ce3ae893847b4214b9e2412a1a3a0f559de5 0.00 MB 1 0
71,657 71,657 000000000031935baea2bce662d548bca78e88c9755995526521c684bd05c796 0.00 MB 1 0
71,656 71,656 000000000032a25d4812b3697a95a44e788679a46171f949793c9d712eb5ef62 0.00 MB 1 0
71,655 71,655 0000000000f637c5197c22a071f719c73066293d28eb6f2f5f9bdc443a3ae817 0.00 MB 8 0
Previous 10 blocks ↓
Total Size: 775.12 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,346.88 GB sent, 124.28 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.