Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,924 transactions (0.77 vMB)

Priority:

  • 1 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
911,790 000000000000000000022b910000000000000000000000000000000000000000 0.76 vMB 1,905 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,789 (882,388 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
29,401 29,401 000000000653faa0fd905140e73e227dd644076e252715eccffc80c076a80f6d 0.00 MB 1 0
29,400 29,400 00000000d0c0573887502a1521453c7fc51cbc653e18737236963dadd8034958 0.00 MB 1 0
29,399 29,399 0000000082ab5ed7518692e04540ecca52d0e7f558aa1675ce6c9d1d05f6af83 0.00 MB 1 0
29,398 29,398 00000000a3a72b86f8a8365a3425f4743e8a7e42d62eb79ea71dc65bd15ae40a 0.00 MB 1 0
29,397 29,397 000000005b84a282816c262084ef96852f7ddfbc88173d596e37f091a94e0506 0.00 MB 1 0
29,396 29,396 0000000064a257b7294c4bcd78497447b6672050be462503b3c90550eedaa0d0 0.00 MB 1 0
29,395 29,395 00000000647a43f99a24ecefee5e3ffb05a5be8cb6976ebd35e0e15102cd8320 0.00 MB 1 0
29,394 29,394 00000000a8a4036da829443e11262c656c09a6efce4b4a251ad48c68fe1be53e 0.00 MB 1 0
29,393 29,393 000000001ce4a89812af5054047c7351ab1d3f43621b2952713d9a7e9fa7789f 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 776.70 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,442.68 GB sent, 132.04 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.