Loading Tool

Explorer IconExplorer

Memory Pool

21,725 transactions
16.90 vMB
0.04284546 BTC
Random Selection Loading Transactions
Max Size: 85.45/200 MB

Candidate Block

Mining Attempt cb8f161b5e9335b52410c7e719785493a75e3bccb4756536abdfe2de023dc2a3
Version 20000000
Previous Block 00000000000000000001e012a03a86db87de0c816312467afbfd511e206a6de7
Merkle Root 2681727f027e10f224c0006c80374f3da56dc39c28c140bca093dac5875b0b9c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,598
Size: 1.00 vMB
Total Fees: 0.01202337 BTC
Feerates: 77.35 > 1.20 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,137 (739,662 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
174,475 174,475 0000000000000960c56b266168dfed7d87e6fae32fa2fd75dfc45bb8063898d7 60 0.01/1.00 vMB 3
174,474 174,474 00000000000001c64b0047e2ef09b5660e9624adba5c7b602f24fe6f4bb3ae7c 138 0.05/1.00 vMB 169
174,473 174,473 000000000000090a60e05d0a0fc7427ab7170d4f7f5f8f907cee5b7e57bc7b7c 69 0.03/1.00 vMB 146
174,472 174,472 000000000000066ec643a4aaa1b9dc667cb11548c2b6aa57411b22bd198a1d40 69 0.02/1.00 vMB 2
174,471 174,471 000000000000087934bb01d84ed9069e0427549a5a89a245a12e8cc56716176a 62 0.04/1.00 vMB 181
174,470 174,470 00000000000000104492ea8f9b281846c203891e5515d4cd20ea87663c448247 117 0.05/1.00 vMB 66
174,469 174,469 0000000000000203f6598bd33e89365054684a0f5bf3a73b03d32b8d0a2d5c79 76 0.03/1.00 vMB 208
174,468 174,468 0000000000000698e58b87784bf8fffbd10ffebcef6f1e7975a0c08874338d88 19 0.01/1.00 vMB 51
174,467 174,467 000000000000001b968bde88dd861d37218d8b51649cbcf0de12bde50537223c 17 0.01/1.00 vMB 14
174,466 174,466 0000000000000089e08296736d8b6ec8d9f68e4f10d36ffc9d623eab9996a216 43 0.05/1.00 vMB 46
174,465 174,465 00000000000007efeb90a22bd4d16e61a37c212bb2af8b3a2442b3000fd470f1 76 0.03/1.00 vMB 63
174,464 174,464 000000000000014d1997c73968e8ef673917d4125d34e2f12a978d9993faf9c3 4 0.00/1.00 vMB 0
174,463 174,463 0000000000000395c33c7ada74d949a72d0d91ef6325e6239c4d48659fe6114b 19 0.01/1.00 vMB 131
174,462 174,462 00000000000006af5d8c0f010670ecb21b4c514df9af8b8f4db2f0a0759bb033 29 0.01/1.00 vMB 6
174,461 174,461 00000000000000d1381293e0673f5f5de88d82e4ad7ed60a5a9ac69c047c7534 42 0.03/1.00 vMB 24
174,460 174,460 000000000000065996b4e66d8d4622a6dd5d866b9b3a650464f7a979043ae634 29 0.07/1.00 vMB 68
174,459 174,459 00000000000006761e79b464bbdf46284a3f457b2f1978ad98dbd3221f77a446 127 0.04/1.00 vMB 25
174,458 174,458 0000000000000020f2192d858892d56e3ff6e1e179fce799208c8b860b0bcfee 141 0.05/1.00 vMB 28
174,457 174,457 000000000000089ccabc5b8b243d47323426294e6e20da33decf119e5f4e0186 25 0.01/1.00 vMB 288
174,456 174,456 000000000000077b63c2483b3b285b02489cff259ce044b527eb64a7e62fb691 4 0.00/1.00 vMB 0
174,455 174,455 00000000000001123d25f27fdcd25ee0fbeeb53b415af710116d6a617f825b87 36 0.02/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 780.84 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 562.45 GB
    • Received: 7.47 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.