Loading Tool

Explorer IconExplorer

Memory Pool

44,945 transactions
26.54 vMB
0.05393361 BTC
Random Selection Loading Transactions
Max Size: 140.69/200 MB

Candidate Block

Mining Attempt eb6fc57633c913ebdc855d8a707eb5d5baecf7f3e08c33021e1b569263524b13
Version 20000000
Previous Block 00000000000000000001127a2e96d397c2be9f34cab3902b51cfac0ca622c96b
Merkle Root 682b82b9f51c2c476b6905ce157f1402b406f83b7bad5c3a2fd0debf97983073
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,269
Size: 1.00 vMB
Total Fees: 0.00527868 BTC
Feerates: 40.21 > 0.53 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,780 (912,279 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
2,501 2,501 00000000f11a02048994849fc2e785239b23de9bcfd7222d159188c52e7a98c5 1 0.00/1.00 vMB 0
2,500 2,500 00000000d84724559f1691d916b2ed63a44884d495d155197647ce7667116b16 1 0.00/1.00 vMB 0
2,499 2,499 0000000036dc2ce23cdd934eff4bae120155de8b8712de8489c8870b06e334ff 1 0.00/1.00 vMB 0
2,498 2,498 00000000234f5fb4707c5f8c21edf698f2f8dbab6342862367f395fc8ccfa602 1 0.00/1.00 vMB 0
2,497 2,497 000000000d88aca9f27de54dd924aa087356c5118204fc2e61715cea75b95c03 1 0.00/1.00 vMB 0
2,496 2,496 0000000070e67f9dfd07af69263b1f7d9e943c5665cd5f45ab187504d357f251 1 0.00/1.00 vMB 0
2,495 2,495 00000000bffb7cc82f9914185fbc5b7afe25f4282db8d3228fea67da7b23e3d1 1 0.00/1.00 vMB 0
2,494 2,494 00000000976ea48290f62762637a1c9a1d6abe361d9f96dfe72dfee44abde5e9 1 0.00/1.00 vMB 0
2,493 2,493 000000002f6bb1ffc918e4d12ab9cf0107fc3866ec09360efc5a67fa20494682 1 0.00/1.00 vMB 0
2,492 2,492 000000003cffb34ef7437f7c54b0e5c1e855b3b8a33520143a707d3a0a7103e8 1 0.00/1.00 vMB 0
2,491 2,491 000000003d33a4977de89989a8c707ec1e23be86445f394be0ce3f6d0a370292 1 0.00/1.00 vMB 0
2,490 2,490 000000002648680a92d9329bc70021fce9e9f02f20ddfc792fcf61482c41d7d7 1 0.00/1.00 vMB 0
2,489 2,489 0000000035276fa0d290d11aa5e1fccf6854496c1e9da22e9ff7e9704e7451a2 1 0.00/1.00 vMB 0
2,488 2,488 00000000a0044b90f7600f5f7f094113f213fe963638972d242a400db0d3911f 1 0.00/1.00 vMB 0
2,487 2,487 00000000bd6fa884554428530dd33f1a9aa593554cadda89f4cf8264e50ba3c9 1 0.00/1.00 vMB 0
2,486 2,486 000000005dee8df90bc9e65889739718ba4a62ee30aedf034d50404823a440e7 1 0.00/1.00 vMB 0
2,485 2,485 00000000500be0568fa9e2b97d88cdbe728f68c51228350bd4ee6deb10d563c1 1 0.00/1.00 vMB 0
2,484 2,484 00000000351e0c7b39324667b4e61689a023c202a23a868beb40f8fb75b32be5 1 0.00/1.00 vMB 0
2,483 2,483 000000008801d8554b3e7470ffb511ca0664ecf07098b14be09dd036664328d0 1 0.00/1.00 vMB 0
2,482 2,482 00000000471916db33ca96f0927d0c0cfaf7df62a88807f009a688db0bcfc132 1 0.00/1.00 vMB 0
2,481 2,481 0000000023681a59f33999c8d65be2ac85e9987641a79b02bc0531b4a22500bd 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.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: 648.78 GB
    • Received: 13.08 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.