Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

445 transactions (0.11 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,387 000000000000000000022b910000000000000000000000000000000000000000 0.10 vMB 434 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,386 (617,990 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
293,396 293,396 000000000000000085b4cca06373e31a8cf4722bbca1eb7ecc87e9db967c54b9 0.35 MB 1,184 63
293,395 293,395 0000000000000000b929ab41faedbcc285df68bdf10e08aeef1180238e63216d 0.10 MB 153 19
293,394 293,394 000000000000000094592622b30855dd8fa306c93389671965f89206f894daf3 0.16 MB 248 26
293,393 293,393 00000000000000001fd3507f29efc3c3a88198401afac88b3722f715c6fb98f2 0.05 MB 17 4
293,392 293,392 0000000000000000b048df62572778191519e96d84ae715938fcced6b8541278 0.03 MB 81 35
293,391 293,391 000000000000000052641f28e2867ac7b2e0133c2822fde7580931a342a31e40 0.11 MB 191 31
293,390 293,390 00000000000000006a69288a59eac239121065b74f8acc11db1c3c829b5f452f 0.07 MB 87 16
293,389 293,389 0000000000000000abf1fe6182309f4b9ee8655a0d8107335abccc07df8f8fe9 0.33 MB 454 40
293,388 293,388 00000000000000002fb671f58917428b979447aa9ff73df83a83203fd243962d 0.43 MB 914 35
293,387 293,387 000000000000000092bf228b0cc9baf7dc9f20768cfdba26a9d95fc95b353d3e 0.05 MB 112 23
293,386 293,386 0000000000000000d7fbd84fb827560c094eab7f883a0fa03898ec656a0a274f 0.22 MB 277 42
293,385 293,385 000000000000000066f6523796e7e36ee5923518b32cde9269cf4aef50abda5f 0.41 MB 594 33
293,384 293,384 000000000000000017b9191c852a1cd36c11762bf0d2dd19623916987d84c1f0 0.35 MB 483 26
293,383 293,383 0000000000000000c320fba41bcc1f295e072e3ed25a1db12b01aa3237a73a32 0.01 MB 29 32
293,382 293,382 00000000000000002ecc31120045c1080d951384a50a1b0c0a551f687591f980 0.12 MB 232 33
293,381 293,381 00000000000000007861d6d8d73b6c31a5c8c0f41119adce3d6516e4d80e0f8e 0.08 MB 155 32
293,380 293,380 000000000000000036b7ebe5c9288946380836f61c83e8169e21ad11dc3c09d4 0.05 MB 128 30
293,379 293,379 000000000000000026fbfc3b9f432f294995b403d8fb8fef75f8052d5023d758 0.00 MB 1 0
293,378 293,378 000000000000000002b19641b82049708d6a2ee4a68e478a12952446e163fe51 0.28 MB 553 38
293,377 293,377 0000000000000000495a823b1d036c864390d9c3fee078add56ea6f4ee97b3f7 0.34 MB 603 35
293,376 293,376 00000000000000005b54edaa6b8bdd10d3efb91841626092be1c900d4378a8dd 0.03 MB 62 29
Previous 10 blocks ↓
Total Size: 775.96 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,403.01 GB sent, 128.59 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.