Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,099 transactions (2.68 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,298 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 2,470 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,297 (872,448 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
38,849 38,849 000000004bdef5fc538fb1642b3d70ba2c767431d46ef573198628e5fa2a06d8 0.00 MB 1 0
38,848 38,848 000000007636e217646e714ae6a7ab930903c2b9b9a6e88f1d98bc2a7dd72e52 0.00 MB 1 0
38,847 38,847 00000000107358f8cf823fa31da4d7b02ebebdd2b0f2eecc600e439c80611203 0.00 MB 1 0
38,846 38,846 0000000074142ebfff3f7e2fc67126dfaa4bce7039641eda73af5bc4bf24918b 0.00 MB 1 0
38,845 38,845 0000000072d575b1f26db73e9571beeb0daeafee9bf9b88409dc0e9ac153c148 0.00 MB 1 0
38,844 38,844 000000000ec409ed423ea98a5b37f0c93439ad74cc59e3554bcd2594aa81987e 0.00 MB 1 0
38,843 38,843 000000003c9ee471ffb4094739c6cf0e5dc201f388269f3f34a29f4082af35eb 0.00 MB 1 0
38,842 38,842 000000002b0bc8f3e4637bf29c5f5c5898770a5ff1d184972cf6c4737ddc58e4 0.00 MB 1 0
38,841 38,841 00000000397c797a3181b8c8cd2c0c228b6c59313c9810954d320710c0b9647e 0.00 MB 1 0
38,840 38,840 0000000014277a937580cb04defac4bcc5cc6d5374e0d5b15ec212ca2b18669b 0.00 MB 1 0
38,839 38,839 000000002a9ca3f287cb1b4c3be88b77b9e807403daf48ee8094dffdc4df76e0 0.00 MB 1 0
38,838 38,838 0000000089fc6f63b9a655aded5c093f4dcb1ddc952cc618028e92a3d1c15dbf 0.00 MB 1 0
38,837 38,837 00000000511f33dddb32eb9c0accc1fc8384f9015408e03e9695e568b72ce823 0.00 MB 1 0
38,836 38,836 000000000516f8f91f81ada03f149a7c51798b1c52666498f8ae703987e5f220 0.00 MB 1 0
38,835 38,835 0000000014b343f8dbb9ee30d432514b85b58fc3f752d500b37464adab42ecf4 0.00 MB 1 0
38,834 38,834 00000000108a44c004f9ca424ef1c446d5d98c619bd5f110fbd509bf4542a20d 0.00 MB 1 0
38,833 38,833 000000007ec9c7bc5cc6695708006ae24e00c258597d4797724246d1c8ee67ea 0.00 MB 1 0
38,832 38,832 0000000088add134abdf16c0c384e01bbf010ad671139c1db1b51c191e13c30d 0.00 MB 1 0
38,831 38,831 0000000034648d85397e6a9481c33e35af0a217ce9b0b6a5f791dd22a7429c87 0.00 MB 1 0
38,830 38,830 0000000064ebee26e110f57d27561b3577d5ef29c13b41d3244d256bf05bfa6c 0.00 MB 1 0
38,829 38,829 000000004eb79ae45534478547a39da0fd4296f9f41cdea76aa340537fa441cb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.79 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,398.66 GB sent, 127.83 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.