Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

824 transactions (0.33 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,141 000000000000000000022cb30000000000000000000000000000000000000000 0.32 vMB 813 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,140 (870,335 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
40,805 40,805 000000003e88fab09844c057df52715ebc676cd0000c8ea5e6d829180fc0215f 0.00 MB 1 0
40,804 40,804 000000004febbb22a7faf144f3d3b34fc1102ba962051d871d3e48799e39a4f3 0.00 MB 1 0
40,803 40,803 0000000054f5b16272418835da7a70c89e121e6f3c10aa055e9df543413451b7 0.00 MB 1 0
40,802 40,802 000000002a085b2155fa6913a4300040273617cad2bda604ea63be8f3fca4e47 0.00 MB 1 0
40,801 40,801 000000005928d1d8f8a3e4f99b5b23806abd468a1cab2b0fc268361ea6ce8e70 0.00 MB 1 0
40,800 40,800 0000000010f16d1f25d6999534a83b47713f117c2f320a3522d0c28afcddb4fa 0.00 MB 1 0
40,799 40,799 000000001820faf2534c041a14cfa570868d1d204e3292ff2e873af90139ef25 0.00 MB 1 0
40,798 40,798 000000004c44ceee92033771e658f925938cd647e0d042c00d60a0e9c7d58b16 0.00 MB 1 0
40,797 40,797 000000000dfee96488659d594ea25bac4b2e3f926e3fdec73474be555ecbb552 0.00 MB 1 0
40,796 40,796 0000000030798357368c3784df557496d538b6388d39b17013f883ae5ee2417c 0.00 MB 1 0
40,795 40,795 000000002619888261a77fb855491a857c51a624157b342741cd371aa6544a38 0.00 MB 1 0
40,794 40,794 000000001f779bd8ccd0a41df009d157f7fec71d34f19dde31ee308ceb4ece0e 0.00 MB 1 0
40,793 40,793 000000001b613ee26ffa468baf186bde9ba6c74e47eaa7efe9fd479a9c9ef1e7 0.00 MB 1 0
40,792 40,792 0000000036e5b91566a47c567e1d5bf373aae2be09dacd7283140bbd8f5bcfeb 0.00 MB 1 0
40,791 40,791 00000000245bf6c672278eb165acb1e34e0bd7583c47e2b3f14fdbaada32f696 0.00 MB 1 0
40,790 40,790 0000000021fefc59ed905fd7eb5f3767b65a66e14d6c443e68c284324fbc9cdd 0.00 MB 1 0
40,789 40,789 000000002589fe6ed6ab1ed6b0b597dd8cbad1cb09eedda502d614801ebd30a0 0.00 MB 1 0
40,788 40,788 0000000054b2b7de13c9f6dcb8042b757c6d2c6ba33ad4059ab8b304e1f5b2a6 0.00 MB 1 0
40,787 40,787 0000000056d2da5171208a2896a8c86d9876ead832cb76ef8f7c6237e9e0b25e 0.00 MB 1 0
40,786 40,786 000000001c3578e9b0055c4db3215caa80de292bf135e554afa8cb5c5e2ba7b8 0.00 MB 1 0
40,785 40,785 0000000033d2aec7fc5158b61127cca347dfc39a733c443114ef9d00c2530142 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.50 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,374.08 GB sent, 126.29 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.