Loading Tool

Explorer IconExplorer

Memory Pool

83,327 transactions
30.94 vMB
0.08345888 BTC
Random Selection Loading Transactions
Max Size: 189.78/200 MB

Candidate Block

Mining Attempt fb21a31fd8d145b34c9acf693aad43969298b4257f8ffa093717d732d3a13b53
Version 20000000
Previous Block 00000000000000000000d458498d88f256390ba991d916d90569548e7a257dd4
Merkle Root d50bd4e3654940326cb6f0c101a4f1661ae525bb815017a6473349c7fcb7b4cc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,863
Size: 1.00 vMB
Total Fees: 0.01378382 BTC
Feerates: 216.89 > 1.38 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,345 (434,930 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
480,415 480,415 000000000000000000201783a6097ed3b3e50b6347c51006e5e1bf0e89eeff2f 1,786 1.00/1.00 vMB 60
480,414 480,414 000000000000000000b6d4c84898af6f9ba180736a8dfbcf9acb83aa4db6c882 2,265 1.00/1.00 vMB 151
480,413 480,413 000000000000000000cf35325491b5fde2f933eb70f6b8ccbc27cebf05c7d63f 2,626 0.99/1.00 vMB 209
480,412 480,412 0000000000000000004162b1583473fbb7bf0c7967e5720a8fab28ed3c797e28 1,319 1.00/1.00 vMB 70
480,411 480,411 0000000000000000004ed01d48a88413e591368f43a820d6dc69c2153b7adfe8 1,281 1.00/1.00 vMB 107
480,410 480,410 0000000000000000002afe0c4ed84c63cabbe8786a360acedc793f4ebc3793fc 349 1.00/1.00 vMB 23
480,409 480,409 000000000000000000fb1ff11ed8973e1ce8becb5dc0b502f315c7bbf622b440 915 1.00/1.00 vMB 18
480,408 480,408 000000000000000001226c78ed831792fad51a0d5bc5c2b6c131ccf24099a751 2,084 1.00/1.00 vMB 60
480,407 480,407 00000000000000000054a4f31d7e668f10049c23e5d964340be187ce7290a47b 1,825 1.00/1.00 vMB 107
480,406 480,406 000000000000000000da9e29bd0b4a945ea40f31bae7e6c5bc112ab078af5875 2,310 0.99/1.00 vMB 102
480,405 480,405 0000000000000000001fbaf6c5a9dcd582167be266e0e05f91a921dfbdd64058 2,286 1.00/1.00 vMB 164
480,404 480,404 00000000000000000092d9c3aea74a589403505a571a24dde431b3932d9ab8df 2,016 0.99/1.00 vMB 51
480,403 480,403 000000000000000001292bab35bcd3c09d6b34f22ca82c97f5e5d8603e284e06 1,893 0.80/1.00 vMB 209
480,402 480,402 0000000000000000005e21322e80403c9c4372db0268fb0ff10e7695655bfe04 2,262 1.00/1.00 vMB 118
480,401 480,401 0000000000000000008772e02b32d713ec16228be754bb7d230114d01cd106c3 2,160 1.00/1.00 vMB 39
480,400 480,400 0000000000000000006e4b61825f7ce508587935c444e65c1e0e4c89086df777 1,869 1.00/1.00 vMB 66
480,399 480,399 000000000000000000bc621d415ab2bb99a926788afa58e7407aa98f221a90b0 2,344 1.00/1.00 vMB 79
480,398 480,398 0000000000000000006f07bbcb643fba52a37969cde7a966efe60fc430772d17 2,124 1.00/1.00 vMB 177
480,397 480,397 0000000000000000004febb334e5b3dbf91f7522732947d3b3ddd1450fdca20f 2,717 1.00/1.00 vMB 217
480,396 480,396 0000000000000000006266527b9a474ffb4d389a92d24027b4bd906d3f5f4f6a 2,297 1.00/1.00 vMB 110
480,395 480,395 0000000000000000005e69e17932e70233cc2b6e702427b8524340cea592ee3b 1,751 0.99/1.00 vMB 128
Previous 10 blocks ↓
Total Size: 782.99 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: 717.23 GB
    • Received: 17.84 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.