Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,636 transactions (2.65 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,691 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,318 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,690 (885,962 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
23,728 23,728 0000000093eeb9fa6c69e3a5674c70955d591c724dded93bcf9d7c4eae660e55 0.00 MB 1 0
23,727 23,727 0000000072d2393f7ee85513f4137bdc03e16496d930b167664ecf3eb90f6166 0.00 MB 1 0
23,726 23,726 000000004bf283267d48055fec4fd96aa0bb66a610a9aa07a81435313865951c 0.00 MB 1 0
23,725 23,725 00000000b5d20d82410a7272dd27cf9d20d71a09a4e17785b1cbd75ebfad963c 0.00 MB 1 0
23,724 23,724 00000000d531016d8c1412b241411015d30c4107eb5da21207022d5d0c80785d 0.00 MB 1 0
23,723 23,723 00000000f9973df2a55c2a4db12a2dd8f005852f09ba7348557eb77fcfaeff01 0.00 MB 1 0
23,722 23,722 00000000d1fc7f9d4d708210b55071f7f84b486b82ccffcddb6daa6e3047bc10 0.00 MB 1 0
23,721 23,721 00000000dfaaeeac4c8057152bd98db3993a5856ad3291a41964e6cc0d93cfa2 0.00 MB 1 0
23,720 23,720 0000000003896fd9e87c6b5b64b236594574edba785b8506e93448b35ca31137 0.00 MB 1 0
23,719 23,719 00000000f59ade5bf17fb1129a34dfe1fbb08c3b527bd654e5c57267e849235e 0.00 MB 1 0
23,718 23,718 000000001100b6e5b9abce230a1826ee3a615aff3e34f829e19d3e801e85504d 0.00 MB 1 0
23,717 23,717 00000000ce1d2ae9e598450bbb8dd753d9f3001cbc5909cf46df6f2f32895f72 0.00 MB 1 0
23,716 23,716 000000007b19fc77b7a31893726b4c2c829f26e9a9530485abba3b24a2863f05 0.00 MB 1 0
23,715 23,715 00000000bca118ec04f252a1fc72c90c9b751770d3a5d0b9754a8c0880bb103d 0.00 MB 1 0
23,714 23,714 0000000062bb1ac28eae6447177107b95b75e17a7ad1b4977147d6c61068e3f7 0.00 MB 1 0
23,713 23,713 00000000833798d3d1d61584a16e38b6478859df3358416968e5d3ba37539c3e 0.00 MB 1 0
23,712 23,712 0000000087530fe46c30f498c4f792bc51fc7ede048cf76e2bfafbe1e1b654d1 0.00 MB 1 0
23,711 23,711 00000000a639a9efae6bb1686081c4827c4b0f023cbbd7e86a8ca0b58d52cd8d 0.00 MB 1 0
23,710 23,710 000000007bb88545139e709cedf23b0f6e6502a9189e6abe797856ef36bef30a 0.00 MB 1 0
23,709 23,709 00000000c96ff0959e557700e3f4b4a76325874d4d7d8dab6ce1c917937c0f54 0.00 MB 1 0
23,708 23,708 000000004d2a92dbde6730f32a451b381e87575d054352082798142ec8d8ed17 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.83 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,150.42 GB sent, 112.50 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.