Loading Tool

Explorer IconExplorer

Memory Pool

83,153 transactions
32.00 vMB
0.10675262 BTC
Random Selection Loading Transactions
Max Size: 192.32/200 MB

Candidate Block

Mining Attempt 4e79fc2f48747065ed22e71a562b1ded7e6d451d9f106733939d737602912d5d
Version 20000000
Previous Block 000000000000000000019edd1a56b4f361ecb598479f8049a106a5401578635e
Merkle Root 58ebc682e56019d034d94a5d47150f96cca0635eb515c29a1fbc57b92cba8522
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,313
Size: 1.00 vMB
Total Fees: 0.02569210 BTC
Feerates: 353.36 > 2.57 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,231 (346,793 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
568,438 568,438 00000000000000000019b88eca09999762f82a15048b656b3155819673c83a20 2,293 0.88/1.00 vMB 17
568,437 568,437 00000000000000000026d6849fbfb877ce2694169bd04f6be2e33e78e7b929f1 1,217 0.48/1.00 vMB 20
568,436 568,436 00000000000000000004273a451521127d8cb7849ab4113f17f15fbf6b83224e 1,311 0.70/1.00 vMB 21
568,435 568,435 0000000000000000001259586c2feb4690edfcd2ac3d08f8e6dd10c303148491 1,617 0.82/1.00 vMB 6
568,434 568,434 0000000000000000001ea2c9a91aa2adc82d3e4965d9f8d361e2594e21919f03 2,132 1.00/1.00 vMB 21
568,433 568,433 000000000000000000183cee3b702734d7a4e6e87d614fd712d43cf5b876bf65 2,456 0.93/1.00 vMB 19
568,432 568,432 000000000000000000052d06e8c2107baa4725d555df3c08cbfd3dbe62d2fd63 150 0.06/1.00 vMB 19
568,431 568,431 0000000000000000001931a33b0757fb700e11a8e2037a4c66dbfa4efa28f8b3 1,837 0.65/1.00 vMB 19
568,430 568,430 000000000000000000189b7e5bff4de409b5f357e470881ed78ffb6c040a1ee7 153 0.07/1.00 vMB 20
568,429 568,429 000000000000000000121ec096543518aa8ae64a9f3863120ed5af2354a3d8fb 1,128 0.56/1.00 vMB 13
568,428 568,428 000000000000000000017236009355c22aef197a95c647d7d0102e356fcc3d62 1,959 0.72/1.00 vMB 17
568,427 568,427 0000000000000000002e32c40779172ffa5c6f43631dc89ea07607595d3f0749 2,160 0.97/1.00 vMB 6
568,426 568,426 00000000000000000000e053c6f7fe1012485ac6c9783f5561dca041c61ae010 2,981 1.00/1.00 vMB 7
568,425 568,425 000000000000000000055ffba6aae473b31acce64193d8a44c7ddfbc31eb82d4 2,583 1.00/1.00 vMB 34
568,424 568,424 000000000000000000009bc5c92957e5408c45ccfb03fe3e318b795b0ab0a408 2,956 1.00/1.00 vMB 20
568,423 568,423 00000000000000000019eb4a6930d5929fc77e75c7e05cad4293850e01d418f8 2,835 1.00/1.00 vMB 21
568,422 568,422 000000000000000000002c7bab32881dedd83fc9f1c9d41d7005150fd20dff90 2,774 1.00/1.00 vMB 18
568,421 568,421 00000000000000000000c2d02d33376aca7a57d2aafdc2b5c06baf729f559034 441 0.14/1.00 vMB 20
568,420 568,420 000000000000000000071b40b11a32c58d0510d338b5662d291593118d0c20e4 1,677 0.54/1.00 vMB 21
568,419 568,419 00000000000000000023411d6c81ae70286e2aeec590f0861596222dd5fbf14f 815 0.30/1.00 vMB 19
568,418 568,418 000000000000000000101d424c0fa7c56dc38f0a3bf1d39acf9eb87e9dabb6c9 565 0.18/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.79 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: 709.82 GB
    • Received: 17.00 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.