Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,571 transactions (2.65 vMB)

Priority:

  • 1 sats/vbyte = (3 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,291 000000000000000000022b910000000000000000000000000000000000000000 1.00 vMB 3,199 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,290 (883,605 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
27,685 27,685 0000000077156c302d5c26fe335538c6e7075500fb1882a114ac0f92221bf403 0.00 MB 1 0
27,684 27,684 000000003744876411f1e0c250e0bb25acdad73c41a57a9d35241f0718ba579a 0.00 MB 1 0
27,683 27,683 00000000936ffaf26a74161f9a2b7a2a08aea5e3768a158a9ce98fb891f7afce 0.00 MB 1 0
27,682 27,682 000000003590383d93634a85df972d5cda52cbd2629322f7c5f936db7a836333 0.00 MB 1 0
27,681 27,681 00000000304b3eedd0d2096ef2a223c9b819a567878f98bee8a6ea01132e111f 0.00 MB 1 0
27,680 27,680 00000000692e9fbc7c29716334b0360224908ac8fc0d7e8c6b706a1fa70f51f7 0.00 MB 1 0
27,679 27,679 0000000010e9d85d1abcc2f175b4acfde27061595fd3310ba8367649e91e580b 0.00 MB 1 0
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
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, 114 incoming
  • Data Transfer: 2,397.80 GB sent, 127.77 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.