Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,788 transactions (0.49 vMB)

Priority:

  • 1 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
910,518 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.48 vMB 1,764 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,517 (832,734 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
77,783 77,783 0000000000561ec165912c84836231681b280a20f9b5bb4ddab4b70334ab9592 0.00 MB 2 0
77,782 77,782 000000000003a00ebacc46b7ae454d0ae91a6e28787196ba3518db1f634af5a2 0.00 MB 1 0
77,781 77,781 00000000000aaaf9ac49e8c8b8fc8c2377a19bdd8211156c5f4c94596c9214ff 0.00 MB 1 0
77,780 77,780 000000000053460ab4911e236ddbc03704a0026f90585d6d205d58c82462c6c4 0.00 MB 1 0
77,779 77,779 0000000000382231f061a6285a1301495838ed60b118a87a9226df293c0702e6 0.00 MB 2 0
77,778 77,778 0000000000405bea488e6565c42a151f47840afe51c2d7e50e3c4ba7d93a1840 0.00 MB 1 0
77,777 77,777 00000000005f2ffd0a95ae6d0f96c82782093debe7118af13debfbf5d5e69b86 0.00 MB 1 0
77,776 77,776 00000000004728153fc4504f7d1ddcc1e554b0e963facecafa6ac0c5320050c4 0.00 MB 1 0
77,775 77,775 00000000004fd4fb8c7316e61c72e4b0f3bd3110c5515882a92dfc2b4731c1e9 0.00 MB 6 0
77,774 77,774 000000000059b9f8bcc234886f790c76eb8f8304d7453162440a9c730049e812 0.00 MB 2 0
77,773 77,773 0000000000278ace2afd620261630978f8b5ca34e805bc51ce40f4ba58813eb7 0.00 MB 8 0
77,772 77,772 00000000002bcaafd086e0800a9b2948ac61893c219adbb68d87631101d58f3c 0.00 MB 1 0
77,771 77,771 000000000053b99e53c951d7e7dd0afe4d133b112b9e12868508456cfd86f725 0.00 MB 1 0
77,770 77,770 00000000002631468bd9998194a664a6af43ff84897075b59020987f31a736c6 0.00 MB 1 0
77,769 77,769 00000000001ae20bd6f6209e9c8d2b2fa450cce25b160f2421349f021d59afc9 0.00 MB 1 0
77,768 77,768 000000000011dd75cd763547947bda54e97d323dd6fea3404c6b6f82c508fc8a 0.00 MB 1 0
77,767 77,767 000000000051368e1c38eb57a51d6d3785a971e92414f682d6480612aad735a2 0.00 MB 1 0
77,766 77,766 000000000054b82c3cd5aeff5e08274878fb487dea957b37c6b8015e296eb032 0.00 MB 2 0
77,765 77,765 00000000000ef3e43fa036a6fb076ece6694f9642f33a06167327cebda89c4cd 0.00 MB 2 0
77,764 77,764 00000000005ce5b03803b8788780c7bd52273d327f70b9370d2974c6d66ca58a 0.00 MB 2 0
77,763 77,763 00000000003dafc5fdddf7aa990763a6537fd40207d08447e757b5a9420f9089 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 774.34 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,244.98 GB sent, 120.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.