Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

30 transactions (0.01 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,673 000000000000000000022cb30000000000000000000000000000000000000000 0.00 vMB 27 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,672 (885,326 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
24,335 24,335 0000000045637bb7b97e4953fca53a0bfdbb8a9d0af4886aa63121fc3d6605b8 0.00 MB 1 0
24,334 24,334 00000000e9c06b32caa623e2bd62b8756fb01a10168b05fefe04059e3c05b22f 0.00 MB 1 0
24,333 24,333 00000000477b95698eda87fc02994865e855a4c12e3c512c89e5838626b5e76f 0.00 MB 1 0
24,332 24,332 000000009682aeba8d006265ebd2551991878c4be13f28cbb4a9735facde55c8 0.00 MB 1 0
24,331 24,331 00000000a57f49e0a823690f3021a088a1ab2f2aea7e64de84bf86774190ffd5 0.00 MB 1 0
24,330 24,330 00000000892d8ebb0277b052ce7feacad2eeab0163dff2d00419b67d0c0f8bbb 0.00 MB 1 0
24,329 24,329 00000000c7e01745f9f3f46ac82b97518b4769f81dfe3439024e00b55ae79c8b 0.00 MB 1 0
24,328 24,328 00000000d76cb7f5501bdc4cfc671be2ffc7e283e6e680a4b14aa571fca5769d 0.00 MB 1 0
24,327 24,327 00000000dc09b77c51f0c4347e9aa68e80977949907faaef399806d7f3b97bd0 0.00 MB 1 0
24,326 24,326 000000008dd27acc55780d88c39f2629867885ef09eb16bf0b2ef5ace5ab1206 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.80 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,137.68 GB sent, 112.32 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.