Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,770 transactions (1.90 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,289 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,007 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,288 (883,610 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
27,678 27,678 00000000fa08ba2a207373986b58cee568d36d471aedd590bc5b826bff7980b1 0.00 MB 1 0
27,677 27,677 00000000e90071836a055d72cda262d73564064929812292d8c5ef70093d4ac8 0.00 MB 1 0
27,676 27,676 00000000509d88a69b62abbc328940cd6954633a1f02a5f5a6d7e60f9777ce3b 0.00 MB 1 0
27,675 27,675 000000000d00d84d17fae20e50a1e705356ee474b8b6a3bd3d4fbd704a3a5138 0.00 MB 1 0
27,674 27,674 00000000c2e826d36b4bc51664506e36fd881d629cd446c10d375989841e9219 0.00 MB 1 0
27,673 27,673 000000006e217f50916e800fcf0599251876fb550bd1f2732897f54849a3ae29 0.00 MB 1 0
27,672 27,672 000000002169e71572c05fe012f03dd5b69a9efb146e780b43b6b569a692472b 0.00 MB 1 0
27,671 27,671 00000000e8a8c3e9491b8316ed208ee511928013a269bbab77dfa734ada26ed2 0.00 MB 1 0
27,670 27,670 00000000d05717c28a4cd7c10254ba752ea9729e0a255b8a86e3846364919f7d 0.00 MB 1 0
27,669 27,669 00000000db2d1f2a3d256f3efb6da56f612c24541f7ddeefb74c0961446ed2e5 0.00 MB 1 0
27,668 27,668 00000000eb62026b5b4244c1dc3fe7910689bba19d12da6c4f35cb85eb98c796 0.00 MB 1 0
27,667 27,667 00000000b4ddbb943efeb3b9b530203aaa8a22a59b0fb81d06f98ec58f90b2b8 0.00 MB 1 0
27,666 27,666 000000008adab7053abf727a226579a2e2d1d6fd46b0d78a06fafc1fa083f260 0.00 MB 1 0
27,665 27,665 00000000e10bc2833f6a7864aa70a7d47c08414c0fea534242005e4822287142 0.00 MB 1 0
27,664 27,664 00000000be25375042435a8aa828285e49090b7c58d14e592a4233d8aa1f3201 0.00 MB 1 0
27,663 27,663 00000000a45868d131bff779f004e749cbd66fade368a0dafe45b4ef114b62ea 0.00 MB 1 0
27,662 27,662 0000000002f7f65e151092b411f6296252b98f265c5b2d7970e252690e111aaf 0.00 MB 1 0
27,661 27,661 000000005bd763a11ae4dd2f77eae6a441086437ac89b5d4a895c62837e98d90 0.00 MB 1 0
27,660 27,660 00000000c6fe25d7ce8e52b09186fd1fb2fea9914f9d160546a037a2122e4d0c 0.00 MB 1 0
27,659 27,659 00000000705fbf2fa7f338654a45ea0f40b2fad9e9d9456ad069d9bb1c99e221 0.00 MB 1 0
27,658 27,658 000000000d077b25bb9be5dfe15988afa04fa5798ed5e13ddedc956e36cc9b64 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.78 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,396.45 GB sent, 127.74 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.