Loading Tool

Explorer IconExplorer

Memory Pool

44,410 transactions
20.24 vMB
0.06383204 BTC
Random Selection Loading Transactions
Max Size: 114.47/200 MB

Candidate Block

Mining Attempt f42e1126af30ec7633e62c4f79ed775e683e6a5373b937f228b1e090866227aa
Version 20000000
Previous Block 00000000000000000002011e6ba772050866aa3f6b3ae07ef25ad216bee5a454
Merkle Root ca47f8c2ff82d6e351bfe7606c829409d47d9dc3bc520654a499f40e76827c8e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,827
Size: 1.00 vMB
Total Fees: 0.02391274 BTC
Feerates: 302.27 > 2.40 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,956 (883,567 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
30,389 30,389 000000009ccd59c9b2ebe1979a893a2a56fb28867ab90d2908820186353abf81 1 0.00/1.00 vMB 0
30,388 30,388 0000000018a8219ab7beb52323225d75772b12d47ee3f43f3d9ee687409cfd0e 1 0.00/1.00 vMB 0
30,387 30,387 00000000b1c133c0d32c566927492c10bce2de2a44add90c6341f6c41b0ea024 1 0.00/1.00 vMB 0
30,386 30,386 0000000061641fbb99fed0527c452b2510cf1c99cd4ac37158554f5d823592be 1 0.00/1.00 vMB 0
30,385 30,385 00000000f54b614f3ea64778a68257b79dafa4ebb909f143379f9324e0ebc371 1 0.00/1.00 vMB 0
30,384 30,384 000000000f2ef68ac14f32126b8444da583d15f98adac652fbb6c69552458869 1 0.00/1.00 vMB 0
30,383 30,383 00000000139320b6661824aad652a67b961e5aa92bf50980ec702f545a10aec3 1 0.00/1.00 vMB 0
30,382 30,382 00000000e59fa6e545c5f4e233326a6566d0adb7bb4215b91fa7e92fca637ef1 1 0.00/1.00 vMB 0
30,381 30,381 00000000ed2b37594b91aa69bdd75f3a4c4bee74a452c6984d85f178a1a54869 1 0.00/1.00 vMB 0
30,380 30,380 0000000063a98e6ae89d2f5f80fe38e3e85fccec2384acc047d8ab3331ada3bb 1 0.00/1.00 vMB 0
30,379 30,379 00000000e8c40caf81f3e4371229f3552389f957c2dace2f1ce3bdc704723dfe 1 0.00/1.00 vMB 0
30,378 30,378 00000000cabd731146ee37a00872ba76831e895f2a11ea7054a7eaf840e946f8 1 0.00/1.00 vMB 0
30,377 30,377 000000005f8ec4521c42da93fb59cdae932de1c06b22c658ba52d59906fc2b7d 1 0.00/1.00 vMB 0
30,376 30,376 00000000fb760dcb184fe20f07d80a35c09318ce0a457140c3529282f12bf190 1 0.00/1.00 vMB 0
30,375 30,375 00000000c56d67125a239596119fc7ca14e68fb478928b2afc93aa5680899f87 1 0.00/1.00 vMB 0
30,374 30,374 00000000d2b87072cb5d548c3f4e2a1a12a0abada2cce61efaf29ea84a28f3ba 1 0.00/1.00 vMB 0
30,373 30,373 00000000676415c46d2d1e2ebea63241f75eced26f96f4d4c3a79233f8f71c57 1 0.00/1.00 vMB 0
30,372 30,372 000000002b77d3169e679ebb861c49ca7dc8fa65e7fb4e459629b3926736918e 1 0.00/1.00 vMB 0
30,371 30,371 00000000c80bfa1caa045918da9f93ae3bfc695349dcaaddef97b77d51727d4d 1 0.00/1.00 vMB 0
30,370 30,370 00000000e60a6b340a85606b6a690936671b5d2d648ed12045a8ebd12dfc9c3d 1 0.00/1.00 vMB 0
30,369 30,369 000000005fabb278dfe3ffc7dd072d68374a297b95cc906426b6c9d197ad5aae 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.53 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: 535.47 GB
    • Received: 5.91 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.