Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,679 transactions (0.50 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
911,844 000000000000000000022b910000000000000000000000000000000000000000 0.50 vMB 1,663 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,843 (306,115 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
605,728 605,728 000000000000000000094e6dfb1452672231d4bdbfcc0030d10c5253e8508e44 1.42 MB 2,274 12
605,727 605,727 000000000000000000085788000955eb3042aeec19f31244fbac41b0464360c3 1.21 MB 3,304 44
605,726 605,726 0000000000000000000835f7bb2359d56644bc0e486ca36a9ea65580feb70f5c 0.46 MB 1,292 18
605,725 605,725 0000000000000000000b4422425a304390c380be8ff15058ef18ae18fd45b821 0.47 MB 1,147 13
605,724 605,724 0000000000000000000bdc103fdec24dc14945ba1cfbe20b307d150901733898 1.25 MB 2,745 25
605,723 605,723 0000000000000000000933ecb7a44213512ec0985c45d54379c1754278110cbe 1.13 MB 2,821 23
605,722 605,722 000000000000000000024e060c7d74f0d2c9779b2adfb0c4c2f3e50b737013d1 0.74 MB 1,575 10
605,721 605,721 00000000000000000011b66ce6a4792eafdfc3d78624e5409eede3a061a68a56 1.27 MB 2,352 3
605,720 605,720 00000000000000000002ac6a8eb8cedd1a3138a7d3e78322be161eb7bb237198 1.17 MB 2,726 18
605,719 605,719 000000000000000000087e03045bae1fd44c9e22baa33cf1d0363250ad8f240e 1.20 MB 2,818 22
605,718 605,718 00000000000000000005d4969a899c18e47986e544f904037bd7d53e3bae1efe 1.20 MB 2,677 26
605,717 605,717 00000000000000000002688446ee4bd8284d7a45b455cc4013316f35908cdf33 1.22 MB 2,754 14
605,716 605,716 00000000000000000012e180ccc0fe31318a2d662a5730d135d5f1de6b6ec289 1.33 MB 3,270 36
605,715 605,715 0000000000000000000834c18554047fda64982f8261579316d3aacb66641dab 1.27 MB 3,042 33
605,714 605,714 0000000000000000001080ff68483971a73fcaf52980b3f2d9c99c0be70927b7 1.24 MB 2,212 20
605,713 605,713 000000000000000000073e9c9eb79b179fd25e0df1ae8103fbac11399f77262a 1.20 MB 2,917 36
605,712 605,712 000000000000000000022cd78f1ed7a55a5c734cce23f27bfbab23394e659f7d 0.88 MB 2,118 23
605,711 605,711 0000000000000000000fe5342b7c01f2bc43c5f4f7be48f9e29b4bb8f50afdd4 0.27 MB 757 23
605,710 605,710 0000000000000000000a9d353cb0d0d576c0b6887b1b750b3e2a9488355cb29a 0.65 MB 1,645 24
605,709 605,709 0000000000000000000f95e0dd10ae1feff7e989bf551c353c449fcb09d095d9 0.96 MB 2,236 19
605,708 605,708 00000000000000000010336cdc25924cef4aa34fc73caf63274cf9a80d48bebd 0.55 MB 1,372 23
Previous 10 blocks ↓
Total Size: 776.80 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,468.82 GB sent, 132.55 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.