Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,612 transactions (0.97 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,661 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.96 vMB 2,600 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,660 (896,478 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
13,182 13,182 00000000a8fc2663c8c13a5ad34e3dac9e028dc8d1e2ac0b37942cde4684c965 0.00 MB 1 0
13,181 13,181 00000000e1e27513f04cf66fe0c02024edcbc3f25e84129dae61e4ea8ba2224a 0.00 MB 1 0
13,180 13,180 0000000091901adff0f4d22eb1fbed97cd065eb770aeeb069feffb23f878515c 0.00 MB 1 0
13,179 13,179 00000000ac2b93a3fd6042278b95580ff2263393bd300478276ac2a6ec0144a3 0.00 MB 1 0
13,178 13,178 0000000087f9c4a8a8828c9c93f371ca863b3185863acce234f69a8227b95e8a 0.00 MB 1 0
13,177 13,177 000000006e7aac6b20801bbccdf98cbd209c23fe65b72ba789a8fdd20265aa59 0.00 MB 1 0
13,176 13,176 000000002e2fb83d99c25cc433833a3812922172808b9a4325a0a68837185b5b 0.00 MB 1 0
13,175 13,175 00000000712bcf48c796bd4fb485910002e165614a93e48bfb7608953f5c8c37 0.00 MB 1 0
13,174 13,174 00000000c67b802b0e6ced24048903a1bd21ecdb8c1364134198face2a30f2f0 0.00 MB 3 0
13,173 13,173 0000000082f17f0b1285631b00e0dcc5c660b7e7db1945e5c5ac52cd16ad3a24 0.00 MB 1 0
13,172 13,172 00000000f1c6e71ba53031d43ce53f5dbccaa6c68f85a6e7551496384abb6734 0.00 MB 1 0
13,171 13,171 000000007afc75b16c3aabacfaa07391e1908e23e922b41d5a7e39523ab9aa84 0.00 MB 2 0
13,170 13,170 0000000085e96edf621dd30f925fdaa7718286fed2104ebf1ac906ea6f560319 0.00 MB 1 0
13,169 13,169 00000000bac9ecbbba18df29af5582c97cf3cc331e2c0e05a72c46a95a6df7d0 0.00 MB 1 0
13,168 13,168 0000000060177f27aacb4e5edf6e84b330651227af4b952d9d092d426a13ead3 0.00 MB 1 0
13,167 13,167 00000000d46dfd75a072254b50a928760717fff28c664214c2f0e5ce7ab7cc03 0.00 MB 1 0
13,166 13,166 00000000951df4923d876c9329199bd8f2b28da4a8c55ada16ba57b918add3a5 0.00 MB 1 0
13,165 13,165 00000000f0a48981399a78d80e9dda94bb3df20a25fef08a019f0e7a339e09cd 0.00 MB 1 0
13,164 13,164 00000000c74f0037262908e996f1d43f1c4ee14209c0b5dedcfac18b359fb814 0.00 MB 1 0
13,163 13,163 00000000071e30a9fe7ada1d900d859a3bd7c4353e2dd69c51ba48352f144682 0.00 MB 1 0
13,162 13,162 00000000f15a030338862319499592e649e274f5c0388a3dd0cd41019e422aff 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.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,132.16 GB sent, 112.22 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.