Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

911 transactions (0.30 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,924 000000000000000000022b910000000000000000000000000000000000000000 0.30 vMB 911 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,923 (376,573 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
535,350 535,350 00000000000000000005f0b2024867a89441c11133f37a0c92817c665fe19580 1.11 MB 2,420 22
535,349 535,349 0000000000000000001134b306e0f106cac391a5055984c9cf4fc68b6384bf67 0.84 MB 1,583 10
535,348 535,348 00000000000000000013bcbf82046767910e845220fdf0a2261741f3f109fce1 1.07 MB 1,871 8
535,347 535,347 0000000000000000000e068e2ef52c1c9aa96961655f074e34a3e059a0c70209 1.08 MB 1,355 21
535,346 535,346 000000000000000000151c9490725c70172ed24c4c5207e2428a27635583bc5b 1.01 MB 557 38
535,345 535,345 0000000000000000001a5f73bab18d86dc5100162977251cce2b292dd540fdb6 1.01 MB 543 55
535,344 535,344 0000000000000000000a13afa9ead4bdafa11a2a8e36c030aebaa49a2e6f1d93 0.54 MB 1,201 22
535,343 535,343 0000000000000000002a4c0d3ecc503a4455e245d5461e5b10e92568d75af785 0.06 MB 163 17
535,342 535,342 0000000000000000001a9a7c319209cf1e18ec7aa168fc450a5c07f6cf79f468 0.28 MB 663 13
535,341 535,341 0000000000000000001d2f80db3f716822bf61b5b872d69397f7a2a695780b56 0.11 MB 202 30
535,340 535,340 0000000000000000001ebc1416a7130662c9e7374d449d56504195987761b776 1.02 MB 1,005 6
535,339 535,339 00000000000000000023afc45918898fa09e203882ac91d290f119c6f096a636 0.02 MB 73 23
535,338 535,338 0000000000000000002f3e3754f9f0e65bad29d3a8068293cd9c0e3a0fd53741 0.17 MB 376 8
535,337 535,337 0000000000000000000a6e1fb20f7dc9404d14206166619b1f5f36c6a549c178 0.47 MB 922 15
535,336 535,336 0000000000000000001dc5c36260719a12153f8f06860b50b0bd29f267f55164 0.77 MB 1,454 14
535,335 535,335 00000000000000000003d1f42a499fae0e349e4ad2e28be510f287af96a1a860 1.16 MB 2,316 13
535,334 535,334 00000000000000000027c4b001d75202b44fb28d31488ab62057a0b9feeb1bd3 1.15 MB 2,126 24
535,333 535,333 0000000000000000001486195baad8e52dafb1a8a86ffee5cc57b737266971b9 0.60 MB 1,454 23
535,332 535,332 00000000000000000002b4d8c9edc2eeda97b728881d443cc0ae81d8c0e87ce1 0.59 MB 1,295 18
535,331 535,331 0000000000000000002daaa936b6eef6e423e008ede2f81eec627248842df08a 0.51 MB 1,206 15
535,330 535,330 000000000000000000063b30701687a17edef9ac8527316d3c2bf2b0dc182201 0.92 MB 1,742 17
Previous 10 blocks ↓
Total Size: 776.95 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,487.06 GB sent, 133.18 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.