Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

639 transactions (0.19 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
911,698 000000000000000000022b910000000000000000000000000000000000000000 0.19 vMB 633 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,697 (819,949 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,748 91,748 0000000000066ef7e72df6983c306226ff401098ab3ab22f11153a0ec07ff2a2 0.00 MB 2 0
91,747 91,747 00000000000297ad3534d0cd92b75cfdaaac1660430964471d0a49224ae93323 0.00 MB 1 0
91,746 91,746 00000000000ae80cde7faf3a49ec715869716038de9ac0ba8379ae0cdbd379b2 0.00 MB 1 0
91,745 91,745 000000000008abbaa305a2228993643700b2a5937267c9bf07f309d1f5bc426c 0.00 MB 2 0
91,744 91,744 00000000000ddaa20b4e0314a0477015b48fb026f336638e7bd6e6fe21687550 0.00 MB 1 0
91,743 91,743 00000000000338912e40d504a441e8464a6a43aacbf922ac9c35d649a8a9fdca 0.00 MB 1 0
91,742 91,742 000000000004b2afcb39902f8a176c42a3580abc1241a2863b3993832c432237 0.00 MB 1 0
91,741 91,741 0000000000042e8a1d533e423ad9e877c62987336c3662e32fd84bd0eb05aa26 0.00 MB 1 0
91,740 91,740 0000000000006efcc35e35fef21008b9c9a0d83af67eeafde0d5879c9e280953 0.00 MB 2 0
91,739 91,739 00000000000df063c3aa7bdce2106fea9ae8fff768b72b4b74f75ed16b37298d 0.00 MB 1 0
91,738 91,738 0000000000054afea088b0fdfc80b3ffc7cb29feee64ef269e97d3517021e928 0.00 MB 5 0
91,737 91,737 000000000004ef7a4f01ca5756fac5bc82910d5bf6cebf1d4dbcf9f2c42a38e5 0.00 MB 3 0
91,736 91,736 000000000007a1ef862b9f2db7e5cbf3beae498958a64b26063761c001671509 0.00 MB 1 0
91,735 91,735 00000000000971166bf306e362f31c91ab34e30f18283437fdc89cabb9c78ed2 0.00 MB 1 0
91,734 91,734 0000000000011dd8d38378c5e6e96bf0b2f190188ddd8b0c6fa01245319a742d 0.00 MB 2 0
91,733 91,733 000000000005387f293698c9d3b6c00b317397b8bb96d9caf3b0484d1c8fb392 0.00 MB 4 0
91,732 91,732 00000000000b75226584766d6200910e0e7156c13596a9307e3098b984958685 0.00 MB 3 0
91,731 91,731 000000000004a79646304846ffa72cb32c42bdbd6a6d3574ccf167cace596dc0 0.00 MB 2 0
91,730 91,730 000000000001e06274e67622e5615f103f07291184819b63c844827f59d49bfb 0.00 MB 1 0
91,729 91,729 00000000000554d4409fa3fe54b08cb8d272f0e7dfee4a2edb3bed72d82cbe3d 0.00 MB 3 0
91,728 91,728 000000000003b3113935687136f936c8ce66314c6e74fdccde353abe6043fa84 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.53 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,425.73 GB sent, 131.27 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.