Loading Tool

Explorer IconExplorer

Memory Pool

40,466 transactions
28.27 vMB
0.13763826 BTC
Random Selection Loading Transactions
Max Size: 144.35/200 MB

Candidate Block

Mining Attempt 22641b7718b95a236363c0c67ec972400ed4f258b575bc6886091e4faf3d6ffd
Version 20000000
Previous Block 0000000000000000000024b6183bd80aeb2c50feadbe74d837f0ef1fca0de972
Merkle Root e7c6d97dd2f358a4afb1f3b4ff27eb636843a8122d2ac2e343c6eb048d15b16d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,920
Size: 1.00 vMB
Total Fees: 0.08324233 BTC
Feerates: 102.90 > 8.34 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,632 (337,340 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
577,292 577,292 0000000000000000000ab0efaa92efd22b153a72ff7c96f0456fb965af8a87bb 2,031 1.00/1.00 vMB 69
577,291 577,291 0000000000000000002750a6cb858755bbf57f6be81eba30e41de8933448c56f 2,594 1.00/1.00 vMB 72
577,290 577,290 0000000000000000001992a577e3b4932fd78e60d20e87008fa83f6ce685af0c 1,122 0.37/1.00 vMB 160
577,289 577,289 000000000000000000279a5a9d2604f633498bcff2b84dbd8da2ec798d4f73ce 1,429 1.00/1.00 vMB 35
577,288 577,288 0000000000000000000659678303e11ee5bdb3c23c8eb2c988691f239c4cf9fc 2,921 1.00/1.00 vMB 59
577,287 577,287 0000000000000000001aaed13e1a88ef981becc1fd56d42bce21922124dd20a5 2,801 1.00/1.00 vMB 74
577,286 577,286 00000000000000000010a06d810273e704da9d6f308ffbf3be9dd75c970b0f47 2,661 1.00/1.00 vMB 46
577,285 577,285 0000000000000000001ed2c83a02eefc8cdf4788423024a48d1fb28d07a9cd94 3,036 1.00/1.00 vMB 108
577,284 577,284 00000000000000000013cbf1a867bd8a5bcc3debdee6848bc1a990cdd8ad51a1 2,862 1.00/1.00 vMB 150
577,283 577,283 0000000000000000001a5509a5512ca65e8214af21f8fe72282bb91ecfd9af15 2,939 1.00/1.00 vMB 147
577,282 577,282 00000000000000000021f9fa99adb1f6dd4ae6e0055afe50cc1c2c246344525c 1,911 1.00/1.00 vMB 69
577,281 577,281 0000000000000000001987e16d70cffd3dc0c71ac8de9bf48830159f89a2efdd 3,031 1.00/1.00 vMB 118
577,280 577,280 00000000000000000018beb108c21a12290c17e2d9df909edb9819d8f4a27880 3,385 1.00/1.00 vMB 140
577,279 577,279 000000000000000000272e85d8c97ca1fb1967854159cef7f926d5e457e8f7b4 2,477 1.00/1.00 vMB 131
577,278 577,278 0000000000000000000b9c20807fbfb5b414bfb1940efaf5b70db7cf607f78b3 3,000 1.00/1.00 vMB 181
577,277 577,277 00000000000000000028e51f278afe6846c22f62a5903a22bf2d47435b22f48f 2,119 1.00/1.00 vMB 49
577,276 577,276 000000000000000000269a0eba2d85f93deba76b07c0c4ff27bd2f3312c4610b 1,762 1.00/1.00 vMB 9
577,275 577,275 00000000000000000000d3ccd1f5e4333d7267688c7118d4d52377a91d58e61d 2,647 1.00/1.00 vMB 69
577,274 577,274 0000000000000000000459351b594d7808b30f620fdb51aac294528524a99429 1 0.00/1.00 vMB 0
577,273 577,273 0000000000000000002170bc04bf6e233114d3c1073b2e893737b576863f0113 1,183 1.00/1.00 vMB 42
577,272 577,272 0000000000000000000fcb045a3e48d3f3fe53fe72030eaa5cc7dfa181af4ad7 2,344 1.00/1.00 vMB 97
Previous 10 blocks ↓
Total Size: 781.74 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: 630.38 GB
    • Received: 12.03 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.