Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,606 transactions (0.93 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 2 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,386 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.93 vMB 2,595 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,385 (824,187 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
85,198 85,198 00000000001c6d5d6b4d06a54e2671be76bf53bc2da5304c093d2cb2810d42dc 0.00 MB 1 0
85,197 85,197 00000000000a42035b531412cbb67a22b4b50847ea1e7a66981bf6c354b92d00 0.00 MB 1 0
85,196 85,196 00000000000404bde15345554892285a5568fac9da0afc0418141faf59c201fa 0.00 MB 2 0
85,195 85,195 00000000002c9a38aafed2cda62d70bef0bdcda597cd676fecce1a2116318667 0.00 MB 1 0
85,194 85,194 00000000000a06008893c7b1dc56d0ce22482a2ab65e9e19e01d5274dacda8df 0.00 MB 1 0
85,193 85,193 0000000000177157adee6a7bd3b7c07a5ecbd9e6bed75ed85c0033c0f749c869 0.00 MB 1 0
85,192 85,192 000000000004df466343ebd22e484872c20e76de1491ce7e7a2aeb8c143f6cf6 0.00 MB 3 0
85,191 85,191 00000000000b59afd60d7adcb8025e9970bdad631598527c8a5ee2d4fd9f3377 0.00 MB 3 0
85,190 85,190 00000000001c9497c4dc1303dde75e3e80d35873ef319875a71273d240fe1afd 0.00 MB 2 0
85,189 85,189 000000000000614a0a4866b1e909e62f92096eb5589a8368fe288728c62450c0 0.00 MB 1 0
85,188 85,188 000000000003f7fa01de410eae1fa367ace2c9d3eea22a4695f8cba902d1f6f6 0.00 MB 4 0
85,187 85,187 000000000014749d6cd6de44822c93b33bf056a7e786631da703e3c4564f838d 0.00 MB 1 0
85,186 85,186 00000000002cadf41d858eb72bacdb4ac9753ad24b5c515390d30587e2a2fe66 0.00 MB 1 0
85,185 85,185 000000000010d049714c02cd54274a0d1f7c5a0448072aaf94d3a511add6e1e1 0.00 MB 2 0
85,184 85,184 000000000010d354c5b67a119a200e231ef26323b746c92800272439f9611f45 0.00 MB 1 0
85,183 85,183 0000000000227c606309d7ebe5ba20f0c5c13c5b0dccb4644528cdb14e3b5f65 0.00 MB 3 0
85,182 85,182 000000000027d541c16132ecedeb2a82eb21196c5586e57ecbf45ddff6479116 0.00 MB 1 0
85,181 85,181 000000000009691b98ccf92d99a8c15793e2577169c4a725703e7ad4046d3d96 0.00 MB 2 0
85,180 85,180 00000000000ecdfe6dc626ab8ae17aff4ed5e3a5bd746d633be4d51f61fa81dd 0.00 MB 2 0
85,179 85,179 00000000000b4d5d499235c99eaa5bc11ff5a839646cf95ada236740111e160c 0.00 MB 2 0
85,178 85,178 00000000001213eb9a817af6a0693e5a743092ea90634ac28066641d839489a2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.25 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,069.44 GB sent, 109.42 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.