Loading Tool

Explorer IconExplorer

Memory Pool

81,978 transactions
31.08 vMB
0.07634686 BTC
Random Selection Loading Transactions
Max Size: 189.09/200 MB

Candidate Block

Mining Attempt 2b77d2cc78e707c1c0f813c57746975f03995d6b23c28da02e37349e0f117c3f
Version 20000000
Previous Block 00000000000000000000f9ed58f50ea3395fea3cc5910c6adbea9d34000d3f9f
Merkle Root 737872fb1e7047fc0796819f7a24b3cce8064470a384c02bff7355036c1f0f98
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,896
Size: 1.00 vMB
Total Fees: 0.00933823 BTC
Feerates: 73.20 > 0.94 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,186 (419,789 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
495,397 495,397 0000000000000000004e041ddb50d291ba4467bd63a43df3f7eacbcc11a49910 2,668 1.00/1.00 vMB 223
495,396 495,396 00000000000000000085b371a1ea7f2316aa954918c42b4290f4e262dadf20b6 2,103 1.00/1.00 vMB 272
495,395 495,395 00000000000000000043e7ff163058e3637dbf4a45bca843f1788a93d3f05e9e 2,032 1.00/1.00 vMB 471
495,394 495,394 0000000000000000000baf4de666d47722c4e0f9cb65e7b8c35a5d3f5e4b4e0a 2,527 1.00/1.00 vMB 233
495,393 495,393 000000000000000000a2eff111c3f9bc50539bfe11d08cc5b33bb7cff807fad3 1,539 1.00/1.00 vMB 427
495,392 495,392 00000000000000000016a5eadfd22a019f6d04c96f731435a03a9933f016fb79 3,376 1.00/1.00 vMB 106
495,391 495,391 000000000000000000a79bb3344db00adec762d80189e465749efa081f2f4882 2,319 1.00/1.00 vMB 149
495,390 495,390 0000000000000000002c56458778ab32a114d8d96d9d3312df24846ce6fe4a33 2,507 1.00/1.00 vMB 136
495,389 495,389 000000000000000000a6564a344e40defa3f919fa50ca624451965bae8b1064f 1,929 1.00/1.00 vMB 302
495,388 495,388 00000000000000000080e525cbdded5452da02aaf8a1831fab33d472e115796e 2,468 1.00/1.00 vMB 265
495,387 495,387 000000000000000000709033a803959fe993468d5655d305324d0e279c02940f 3,229 1.00/1.00 vMB 42
495,386 495,386 0000000000000000003ce83f4ba48c6905ab67f359dd57229b0e6ce3233dffac 3,009 1.00/1.00 vMB 169
495,385 495,385 0000000000000000001c1029eaec281a3f36b182557bc3c2f64e9c704158f6a7 2,857 1.00/1.00 vMB 172
495,384 495,384 00000000000000000033e5fd37be576c9cce30491d191536ab6a010e78e412ba 3,994 1.00/1.00 vMB 72
495,383 495,383 000000000000000000c553d45083b4edad0385948866fa1a9ac62a7d74c877e4 3,020 1.00/1.00 vMB 115
495,382 495,382 000000000000000000588f6c6cbf3a68d2d9597a97462f431600b71982479416 2,032 1.00/1.00 vMB 209
495,381 495,381 00000000000000000094012df2a3bd41c89a19041eb50cbf0c48347a2aa7e681 2,806 1.00/1.00 vMB 114
495,380 495,380 0000000000000000000bea66a85780ef05df410ce1e78df5dda01b6602ea2d63 1,892 1.00/1.00 vMB 79
495,379 495,379 00000000000000000081a309b40c263176ec7fa1f8e637c28dfa4573c34d64ba 2,231 1.00/1.00 vMB 149
495,378 495,378 00000000000000000004f04de967d1e2f8251b8171ff69e1fa80f7d1e13a1635 2,234 1.00/1.00 vMB 261
495,377 495,377 000000000000000000c18647401583534f95a794ef5e0a19ede8350292d301a7 2,535 1.00/1.00 vMB 117
Previous 10 blocks ↓
Total Size: 782.72 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: 705.26 GB
    • Received: 16.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.