Loading Tool

Explorer IconExplorer

Memory Pool

31,784 transactions (5.25 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 43.73/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,640 000000000000000000022b910000000000000000000000000000000000000000 772 0.00430232 BTC 0.32 vMB 1.00
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,639 (660,253 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
252,386 252,386 00000000000000259b6d64744c62c90443060acb4b1dc783d53b0f5ed0ca4e04 0.06 MB 158 86
252,385 252,385 000000000000000bb82a0a99082f85554fbdea0f4e8378f95bf5531bb59a45eb 0.10 MB 239 115
252,384 252,384 000000000000004adf422459ad4a10c7952f1abf2a6e5ae0610b586c2fb788e3 0.23 MB 362 105
252,383 252,383 0000000000000040e6773609ad8736f7d2d1dfb2ad72a4cefe4ab829c53a683d 0.03 MB 73 97
252,382 252,382 0000000000000014a69b4e607202e67f8342d95ceeded4b6495e06efc9dc3078 0.08 MB 172 102
252,381 252,381 0000000000000009d6e5f0edd7aacf14a4fc39c096882d42c88a63936d28ba49 0.15 MB 374 120
252,380 252,380 000000000000003186f6c4880ca28106d85646c11c94a8de4f12319ea2747ccb 0.18 MB 424 116
252,379 252,379 00000000000000073c92988e2fd3b6ea2b510f5684da9297005f86f53bb7145e 0.02 MB 60 92
252,378 252,378 000000000000001a1a8a9b0438a0b9bfffcbc504bdf105f74c4b8aa91cb764b7 0.09 MB 223 119
252,377 252,377 0000000000000012924b0b4e5f42c3994cc233fe33c9d8aa5bd58a6f66300b32 0.08 MB 176 123
252,376 252,376 000000000000003ebb574c6fc7136d5e97c1f894401485efb9fb07d703d6de26 0.03 MB 92 134
252,375 252,375 00000000000000498103e949fc010bccbb8987014ac8a1ee9642c6192da9736b 0.07 MB 125 93
252,374 252,374 000000000000003cc98284d5840d580ab20b995f0b84e4aa1291129674742acb 0.00 MB 1 0
252,373 252,373 0000000000000039356d58de0a10e7ef9c3deb96720f1d6049ddb4bed4c5cb28 0.03 MB 95 31
252,372 252,372 00000000000000130072aea65280a9dee4b4ce4ebb77c404c0f5653d0a2304ba 0.11 MB 116 37
252,371 252,371 000000000000002d88496ea829b6a7e382c1ad3fb4de89eef01786bb95e88f95 0.25 MB 480 109
252,370 252,370 000000000000003214522c135f00a3028cdb21fbeb3a2ef6fe17b2640aac6918 0.25 MB 558 108
252,369 252,369 0000000000000050c7cdad4b7fdf19b17a779be584403860f2abeb9e1bb55fec 0.21 MB 487 130
252,368 252,368 000000000000003cece0b67b49309a87db901b0aada51d783f3652c971ba0c13 0.11 MB 260 129
252,367 252,367 000000000000002fc0fe103d458fc074cdee6970138fba5fd4453ef51d1ea35d 0.12 MB 288 102
252,366 252,366 000000000000004444b7d77d5c9782b5fb8b7b36305e1ba854cb20cb0f55f809 0.12 MB 270 105
Previous 10 blocks ↓
Total Size: 778.19 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 63
    • Outgoing: 10
  • Data Transfer:
    • Sent: 70.55 GB
    • Received: 0.65 GB
  • Uptime:

Notes

  • 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.