Loading Tool

Explorer IconExplorer

Memory Pool

77,114 transactions
28.42 vMB
0.08825406 BTC
Random Selection Loading Transactions
Max Size: 173.00/200 MB

Candidate Block

Mining Attempt 0183050fdf6dae062404e4cd5249177a5e28376653e938e291614c3a9d1ecc34
Version 20000000
Previous Block 0000000000000000000174c235c16ca840a29564c027ae89bfbd419301388a0c
Merkle Root 6480f84ea23bd2ad25af86de3c530a084eb473c5ab4b0f5f5035258b8eddde93
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,611
Size: 1.00 vMB
Total Fees: 0.02465022 BTC
Feerates: 477.45 > 2.47 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,299 (54,105 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
861,194 861,194 00000000000000000000b5f0a94ecf96f37bd471c270b25c36e65f0753e2272c 2,529 1.00/1.00 vMB 5
861,193 861,193 00000000000000000000177a0ea46efc505f308ac2cb187f51d1cba5ac85276c 2,730 1.00/1.00 vMB 4
861,192 861,192 00000000000000000000b6ecd60407471f9b045ec48145a17a1287f516728e9c 2,640 1.00/1.00 vMB 5
861,191 861,191 00000000000000000001143a038583972a72981bf8a0d93c2ba2d81fc13f0c94 3,442 1.00/1.00 vMB 7
861,190 861,190 000000000000000000029993451478b500fc31ebc0be34c7c43859662b9a862d 3,284 1.00/1.00 vMB 7
861,189 861,189 00000000000000000000a1ce1bf0245d3ce9c67511b741cd43883bffa99ecc43 2,612 1.00/1.00 vMB 6
861,188 861,188 00000000000000000000122b336ecafb68e2d76bedbec260c2519114b2e4b0bd 3,331 1.00/1.00 vMB 7
861,187 861,187 000000000000000000029c01a5247e45e85b5d27497641fde5cd7e9737bf4a95 2,281 1.00/1.00 vMB 9
861,186 861,186 000000000000000000015c96812efb8f5f6c235be5f4a3751a62377495432293 3,021 1.00/1.00 vMB 16
861,185 861,185 000000000000000000013c07a123281251ee8bcc8d4bfff6820fe3f2fcc5f4a6 2,316 1.00/1.00 vMB 4
861,184 861,184 00000000000000000001a3d7dcb98a1c56baf9a9c6f1401045909054b6055d48 3,203 1.00/1.00 vMB 7
861,183 861,183 0000000000000000000015b34cbac19a8af9d61d0dc4cf4ab667e73c3646b598 3,363 1.00/1.00 vMB 7
861,182 861,182 0000000000000000000219c3c90ecbfaeaa6f097a9ef824ac72f5232dff4063a 2,755 1.00/1.00 vMB 7
861,181 861,181 00000000000000000000f7ca9a9cfa56d1587afe193201b14c0c17459ead22e0 1,181 1.00/1.00 vMB 3
861,180 861,180 00000000000000000000b277bfed681bffe40b558f06c1d6babdc8dcf6e65258 2,839 1.00/1.00 vMB 4
861,179 861,179 00000000000000000000eda018ef6ddd98dd536b9affc45ad267a01faee027a6 2,190 1.00/1.00 vMB 5
861,178 861,178 000000000000000000012e3629d50cecf095aa1b70f824d4533e0aa032ddd01a 2,469 1.00/1.00 vMB 7
861,177 861,177 00000000000000000001cf838cc3340eb5b3bbd699c714f575c5a30b2d71e825 4,202 1.00/1.00 vMB 7
861,176 861,176 000000000000000000001334ce5775a194c064a252787ad48a30e451d37de057 2,978 1.00/1.00 vMB 14
861,175 861,175 0000000000000000000293ff530a8e56eb4f34c900ce70fb1dbcdc8197dc6458 2,433 1.00/1.00 vMB 13
861,174 861,174 00000000000000000001d360a18ff498bab49d2c357b353c930c4db9e055e04f 3,089 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.91 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 713.77 GB
    • Received: 17.47 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.