Loading Tool

Explorer IconExplorer

Memory Pool

81,478 transactions
32.10 vMB
0.08519402 BTC
Random Selection Loading Transactions
Max Size: 192.62/200 MB

Candidate Block

Mining Attempt 8904a7fdc4e8b0d8cd10cb1127f02e5c4d4a8e00142ea0d20ce46ca562704454
Version 20000000
Previous Block 00000000000000000000eaf9c170601a8e1fa1829aa8e6facbf5081621bef8a4
Merkle Root da46f74b04d3a0ffbba966fbaa0f7be8708e2aed5a35b229fc356f9309a7ab10
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,258
Size: 1.00 vMB
Total Fees: 0.01395379 BTC
Feerates: 119.03 > 1.40 > 0.47 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,173 (514,879 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
400,294 400,294 000000000000000000811eb5cc50f87065c8a9d4f6b2c8f2c3c773b6e7580510 1,267 0.89/1.00 vMB 31
400,293 400,293 000000000000000002e89867d2e476beb06683436f9930b5266d589fd37ff9f3 545 0.64/1.00 vMB 18
400,292 400,292 00000000000000000538878656cf49a8614610c6b3ec9ab7f734d921b74fc2b3 1,746 0.95/1.00 vMB 35
400,291 400,291 000000000000000002155c018b67a86c07d50304fdac911e2118ea9493135138 1,431 0.93/1.00 vMB 29
400,290 400,290 000000000000000002dd8750770cf455fc48f930fd025a249bebd61709a50d2e 2,221 1.00/1.00 vMB 36
400,289 400,289 000000000000000002a77001faee81eb33d8f5911731495785a4ac9f4fcd3c93 3,030 1.00/1.00 vMB 66
400,288 400,288 000000000000000001f4b71d5b7e3c3f19d78d40c4c3880568d38386984bef22 1 0.00/1.00 vMB 0
400,287 400,287 000000000000000003629cedebb53aa3cc4b8760d89d0c0ed4237b4a764f56c4 1,765 0.79/1.00 vMB 42
400,286 400,286 000000000000000002a21797eae52593a2727778c98c75a88b833449d08a2c3f 918 0.47/1.00 vMB 37
400,285 400,285 0000000000000000030226f34838924c3f978f3516873f2b5b631793fabd3753 396 0.43/1.00 vMB 38
400,284 400,284 00000000000000000158f377ec0cf12bd2946d4e4cf492908dfc64b6fb21f7b2 668 0.40/1.00 vMB 38
400,283 400,283 0000000000000000050fc6a9160583a070f841a9c01b69a6f2de1cb76e8bc98d 1,186 1.00/1.00 vMB 22
400,282 400,282 0000000000000000022f6a4b9035d991807c26674cdb8db067a161e927783944 1,983 0.90/1.00 vMB 37
400,281 400,281 000000000000000003681dea5f2b2bbac2cd7c5d5ef889fb1db38188d73bfeaa 1 0.00/1.00 vMB 0
400,280 400,280 0000000000000000061ca861011b1b0880d941d11f0ba0c9b266100ecee7906a 1,239 0.81/1.00 vMB 26
400,279 400,279 000000000000000002d868c0cc994f1704ac00c273a77a7badeed91e8524b3bb 1,915 0.75/1.00 vMB 47
400,278 400,278 000000000000000003f4829d29925d8ec5cca602bec54d5772ae11bf65a5cb3f 2,689 1.00/1.00 vMB 55
400,277 400,277 000000000000000005727e6b64ddadb134ba9bdb0f922530c461a0622001dc51 17 0.01/1.00 vMB 65
400,276 400,276 00000000000000000165c0b0c324f91694ef57596758903dd475b76a47a03107 600 0.30/1.00 vMB 38
400,275 400,275 00000000000000000135ea2944d756fb5409d89dfa04ac2dde27ece31b268d7e 1 0.00/1.00 vMB 0
400,274 400,274 0000000000000000003de8e8f9fd4a5883171128353a6bbf6aa4f1fdc8c296c2 1,512 0.63/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.70 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 697.31 GB
    • Received: 16.55 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.