Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

18,247 transactions (5.74 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,695 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,803 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,694 (885,338 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
24,356 24,356 0000000072ecd48fe5b991abd0cc61c274db56a014649ef1123a9f4faabf0993 0.00 MB 1 0
24,355 24,355 0000000045785c74daba7c7c445641316d1e93e3c351304b1fde2aed02b8eb41 0.00 MB 1 0
24,354 24,354 00000000c88a9be771d07a983e8208bc11083c6b00346624edcd197819c86b97 0.00 MB 1 0
24,353 24,353 00000000073debf5869e16be28a43628fbb16895092389bc2d977d41f2528bff 0.00 MB 1 0
24,352 24,352 00000000691b08a1b6e99656dcf69b47d22ab9da150fa21692c828a616d5d62f 0.00 MB 1 0
24,351 24,351 000000006f59384c81e14dcf3ec5c804c64eece0a4376df8afb9ff772aff2a9c 0.00 MB 1 0
24,350 24,350 00000000bf109d568fe217299883132676fdfb8e52e2b8f37c5d21be0607565f 0.00 MB 1 0
24,349 24,349 00000000454dac89a7da7728c2534a29383fbe4497e39ac0026e0e5bcbb8e2a3 0.00 MB 1 0
24,348 24,348 00000000171dcc74ed9e72dc59672db48920d88eaace555727d7ea1774e885f9 0.00 MB 1 0
24,347 24,347 00000000bb162a396781bb7b9eb25b7db1677d8ed8727477abfea5807a6fa879 0.00 MB 1 0
24,346 24,346 00000000d7b43851061a584421f6253b0f737fa12288f2cec494e6538b638b12 0.00 MB 1 0
24,345 24,345 0000000027cc86a434b2693c330a3cbd2a4ecc98611f6735c81a86eea1da1d25 0.00 MB 1 0
24,344 24,344 00000000664e34a1975068c4ba711fdb174e383a14086c40fd68275b753aba88 0.00 MB 1 0
24,343 24,343 00000000cc9c370760da0107e42ccad91e7768b133ea3ef5c62a242a51222e95 0.00 MB 1 0
24,342 24,342 00000000cab3eb05417eff857045b9e3f097d9b4cbad3035aa1df67d0ec21733 0.00 MB 1 0
24,341 24,341 000000004f877065753b0892c78599b91a8111ab48b1662d725be782b1681eeb 0.00 MB 1 0
24,340 24,340 00000000d742370deca5c619d3d174d62856b5dd6f14c9f3a2edb0a9732052f9 0.00 MB 1 0
24,339 24,339 00000000b7cc6572334f10b8898bc11300c2c5af08b8783c15b23ce85671f9cc 0.00 MB 1 0
24,338 24,338 000000007b1b62c76729429c316f332e734ac1e27f5de13d616114144b53bec7 0.00 MB 1 0
24,337 24,337 000000008be77fa6f9a80234aeb372d83ec9a6295836f93eb437bf4fcd098fc4 0.00 MB 1 0
24,336 24,336 000000003633873f78a84a5711b08954334d79059a435e68304a81c343489991 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.84 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,154.31 GB sent, 112.60 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.