Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,771 transactions (0.63 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,992 000000000000000000022cb30000000000000000000000000000000000000000 0.63 vMB 1,752 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,991 (703 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
909,288 909,288 000000000000000000000a3afa933752d8d09d8afc7e280b7384fd4a49602d6c 1.72 MB 3,143 4
909,287 909,287 00000000000000000000908879e50a6f42cf6424afd609f5ab32c354eaa3b233 1.58 MB 4,245 4
909,286 909,286 0000000000000000000132480d3d17ae04ca04f1d21120b384b61fcb492651d4 1.55 MB 4,246 6
909,285 909,285 0000000000000000000164351de88dd07144a38af88e01c5bcaa78fab109c7dc 1.80 MB 2,033 1
909,284 909,284 000000000000000000000b73bd539d86907960db12112b3e4910788477ef4dc0 1.57 MB 3,884 5
909,283 909,283 00000000000000000001ccc8efeacd06af984282df3762fdcfd8a548619d116e 1.60 MB 2,687 3
909,282 909,282 00000000000000000001b51ee821fe4dd609c4860ab407790572ae257c4404af 1.66 MB 3,450 2
909,281 909,281 000000000000000000002bd997ffb970adc3edb824f336c2a7df99a80b5d76d1 1.53 MB 3,706 5
909,280 909,280 00000000000000000000c2c9b7da6382a0be0a716296acc37cef803f458fe59e 1.83 MB 892 2
909,279 909,279 00000000000000000001647d51ba3a994b26f5aa5a0054efa8c4ad4a1acf0a6c 1.61 MB 3,263 4
909,278 909,278 000000000000000000009d243d6a454ab17d8d1c95f39da68f9ad3761b6049d4 1.40 MB 2,024 3
909,277 909,277 000000000000000000004736389982d68658015ef3d09ce8bdaaa25aef0f501b 1.60 MB 4,062 6
909,276 909,276 000000000000000000011f57c88e81884a03af5d8e75e42d39d65037c2fc807a 1.62 MB 4,533 4
909,275 909,275 00000000000000000000e7e64b0c10e289a446bc20b8cd81c9161ad1b68651de 1.62 MB 3,662 6
909,274 909,274 000000000000000000013d75ecef0d3204e52d4d0dd92d92df751ada8b05e3c4 1.62 MB 3,825 6
909,273 909,273 0000000000000000000213096a69a9e691863e923602855d1aa66be0876ab583 1.54 MB 4,369 8
909,272 909,272 00000000000000000001544f8ff93c7cddcd652e7cbc75e9a4a0732bac61ca61 1.61 MB 3,701 8
909,271 909,271 00000000000000000001b90c6b4671adf2360b95daf8c5c4852ff98d3dbc98d3 1.66 MB 2,610 2
909,270 909,270 000000000000000000007a1b111aafe9996934dda47e72a9a1a1422059378ad9 1.42 MB 2,358 3
909,269 909,269 0000000000000000000215c3bdffa529c2f41b5c80ca8982970b4f5997c19fc1 1.72 MB 1,623 2
909,268 909,268 0000000000000000000133170232048284876884698cf99e6571eab07bf5eb9d 2.07 MB 1,879 3
Previous 10 blocks ↓
Total Size: 773.38 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,181.23 GB sent, 115.16 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.