Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,773 transactions (0.57 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,761 000000000000000000022b910000000000000000000000000000000000000000 0.57 vMB 1,754 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,760 (882,368 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
29,392 29,392 00000000c495631b192fa71d56515954eecbe7c2b20c2146fa43e315b9c43377 0.00 MB 1 0
29,391 29,391 00000000024a8fcce9447c871e2fff256c1cc0ea496ea6c586ce7fee72ef418d 0.00 MB 1 0
29,390 29,390 00000000f62d25973eabd307e112a2c622c285f4c872efb9c0406635eba6ba65 0.00 MB 1 0
29,389 29,389 000000009a9e735dd016ad6f2f053093e92e70b03f4f714c223447e56fb374b1 0.00 MB 1 0
29,388 29,388 0000000022237802d9ba012d5481f8c8d9a9d62af096f88a956ffcf3e1fdf5c4 0.00 MB 1 0
29,387 29,387 000000005f3be5cd52979d81fe3a2de712caa17b8d072763526ac23c54720a3a 0.00 MB 1 0
29,386 29,386 00000000f04a7b0d989555a33d2c91cc57f35bc78d8c8d60194301f23854fa15 0.00 MB 1 0
29,385 29,385 0000000004d1f2bd47c33dd8c8931fa402f9a9cef5520ce1d31253de27198b57 0.00 MB 1 0
29,384 29,384 000000003698d674e3cf234fcdb1ada400667839df3d77ba729ba8b71d21fd9d 0.00 MB 1 0
29,383 29,383 00000000b07aa49fb24639fc6c56c0ac6ef2c10dc505d7aebe0e0114b01122fe 0.00 MB 1 0
29,382 29,382 0000000060239faa263327e6487a22d5e914c73abd04cb7e059dadc11d71c5ea 0.00 MB 1 0
29,381 29,381 00000000e63a051baee3f694365db52d371d23f50a020ba8f7d727696863887f 0.00 MB 1 0
29,380 29,380 000000004a8b5678d66ce498344becaadc74a11b26a87c838fdb7916ad973554 0.00 MB 1 0
29,379 29,379 00000000973c9fd33585dfeed089e0fae39b254d75422e8f4540132f188ae472 0.00 MB 1 0
29,378 29,378 000000009d63c4ce3973629dd3fece93c3e669e96491404978f9a85c3cfae7f3 0.00 MB 1 0
29,377 29,377 000000002f33e9b1035573e351176d44515584b5549e6c934b15ac094d57f90f 0.00 MB 1 0
29,376 29,376 00000000ad72269ef451442078b598384a8b865285580865049368d8078d97c2 0.00 MB 1 0
29,375 29,375 00000000bc6b1d282e6974556a835fc8b0bc3f4b2cdd633b8f961832f13e413c 0.00 MB 1 0
29,374 29,374 0000000081490ab513bd5434c843170e10e070741dd38026f9ba78fe47704170 0.00 MB 1 0
29,373 29,373 0000000070fcf9736770a2ee4c7ec6e5d6c64d06cd37c9ca1080594f8a2c20b6 0.00 MB 1 0
29,372 29,372 0000000072d424b5365cd6c1a4c4bcd467c158ca3e0b396cfa2bf9e2dff8dca9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.64 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,429.19 GB sent, 131.77 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.