Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

16,803 transactions (5.26 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,627 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,204 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,626 (881,332 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
29,294 29,294 000000003141a73195c314f1eef9db7475a25678ec7de5aee9431f61d95f9d2e 0.00 MB 1 0
29,293 29,293 000000008ba9c2e413fe44526f5f069abe588259d163c640b16cd1f7f1a47971 0.00 MB 1 0
29,292 29,292 000000001b6d2960daa93b0f4e3766b8203a47b1b40e7e7398526e8e2f21c0be 0.00 MB 1 0
29,291 29,291 00000000c96064183287c5bca89330bad1515372860ed518c8626bc550787268 0.00 MB 1 0
29,290 29,290 0000000084e689f1beaf576421a3cf02594eb788f2945f02bf7381c129316df3 0.00 MB 1 0
29,289 29,289 000000009ebb3b6f97878399443fa4d745eb625322148ea6e5e958623b831e5b 0.00 MB 1 0
29,288 29,288 00000000f33caab69b60ef860d93cb9b8951534f68f41940e2521c00aa9ff593 0.00 MB 1 0
29,287 29,287 000000005d5f509b8b71ca04785b7615adf64f2fbce03b22f43e85cdceea5106 0.00 MB 1 0
29,286 29,286 00000000974c361f85e79ce6749d0501f12aa361b02f40cc38e6992528bf4ebe 0.00 MB 1 0
29,285 29,285 00000000c56d7de04ff34ff18bd64320ccfeb523c156c67d89c898cb50e9b21e 0.00 MB 1 0
29,284 29,284 00000000322332d011a162a151a87a599510dec5b8c9252dcaca7a399ebac7b8 0.00 MB 1 0
29,283 29,283 00000000655399dd81041c9dc759a4b5903c05fc3c1b57a598a1c5fc894fef4a 0.00 MB 1 0
29,282 29,282 00000000e4d17d6eb581672ca7f1f45cea970ebbd484bc99c317db469c7069da 0.00 MB 1 0
29,281 29,281 0000000040f0b47bb40eed5b456c407dac141e065c2f044985ec8bef15c3ec4e 0.00 MB 1 0
29,280 29,280 000000008685251e23d616c2c81873fe3c856dad2c96a088d91a64e7e58a8a76 0.00 MB 1 0
29,279 29,279 000000004b4d1401b45497be011ce04af78c61a075aadfb443a45fd17560d33f 0.00 MB 1 0
29,278 29,278 0000000007223c56870ed0bd8ecee6604b67b903376cdf6275b8f97a9c73e7df 0.00 MB 1 0
29,277 29,277 000000000a399a2e5964906159eff16e7cdb045202cedf60f855db996c8ca7f5 0.00 MB 1 0
29,276 29,276 00000000b73bde1e6132f06bdca97c2b03980ec27a411963ffb3a2d0253ce253 0.00 MB 1 0
29,275 29,275 000000001ebfaee67f0f705cbdd31634ddd706ab1db408076a5a31b38aa96d22 0.00 MB 1 0
29,274 29,274 00000000207076bb7c89ce2b390e4ea724ab7feeb42114e402b77fb2170d8d09 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.54 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,262.26 GB sent, 121.28 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.