Loading Tool

Explorer IconExplorer

Memory Pool

79,266 transactions
30.09 vMB
0.12572152 BTC
Random Selection Loading Transactions
Max Size: 180.52/200 MB

Candidate Block

Mining Attempt 8d44e09768165fa8baa18ab777b759aba4ce7bdfa09449e0197446e3d78ab3c6
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root d2d5849ccd1a7382f9b4803df5d183071836f2ad9d6ed532c82a9ec34e24194f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,052
Size: 1.00 vMB
Total Fees: 0.03925990 BTC
Feerates: 673.02 > 3.93 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (899,714 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
15,559 15,559 00000000d1b77fbb966a4a9fc9ee1b5b00230c337e59d9aff4dd8b320d255b30 1 0.00/1.00 vMB 0
15,558 15,558 00000000f7bb1beedb56db3cb07f7ad812d2db3e8840a3c0940133da6fc02dd2 1 0.00/1.00 vMB 0
15,557 15,557 00000000a3f437e6a74a7e7eda7fff77c295dab2b364cccc518a72606dc06112 1 0.00/1.00 vMB 0
15,556 15,556 00000000ab3a7d2ad7044357cb53d299f4b41b54943bc19f014e459a07305afd 1 0.00/1.00 vMB 0
15,555 15,555 0000000076e55f08aeab78be2d94217020c373a79224874f6460ad3325f26c37 1 0.00/1.00 vMB 0
15,554 15,554 000000003fffe5eccdba848451551ceab75e11e53e04d4df7cb6c6279c600df5 1 0.00/1.00 vMB 0
15,553 15,553 0000000034cffcf7e07465230e927b17c1f71d25ab29773a657cca163dc02486 1 0.00/1.00 vMB 0
15,552 15,552 0000000042f30755abd96a961c88c098f6b613ca97a5e0471267dc1ab4e2654f 1 0.00/1.00 vMB 0
15,551 15,551 0000000037ad604d5091b12efba660b29b81eae0ad77680f606ac6b353d89d89 1 0.00/1.00 vMB 0
15,550 15,550 000000008dba3a997e314b095300e0d74769ffec5b06289e84443a82ebe48bbe 1 0.00/1.00 vMB 0
15,549 15,549 0000000019f39600b9ab5b3efbe08f67021070beb7f8bece71389a73cc771d05 1 0.00/1.00 vMB 0
15,548 15,548 00000000f88d79b5ce779122c49d4e88a41e6b07fa3472dcfb7f42bc78781494 1 0.00/1.00 vMB 0
15,547 15,547 00000000069917fd0dec2d2fdcc96c78cc2fd10eb325236d97909b28664dfda1 1 0.00/1.00 vMB 0
15,546 15,546 0000000071e3e79790f06722ecdc862d11de28b10a6a2e4822a4b78f2dae1a19 1 0.00/1.00 vMB 0
15,545 15,545 000000004976dbd1030dd550a89981fd61f6df009fa4a5dbc315f47dd7ae2895 1 0.00/1.00 vMB 0
15,544 15,544 000000008ae96fbcec0958448837bbdb0892c952aa9e16eb050f1f71b34fb969 1 0.00/1.00 vMB 0
15,543 15,543 0000000034f9342d6925fe83f0ad5c7bc802a3b19ef1132ef18e47e1c7742c66 1 0.00/1.00 vMB 0
15,542 15,542 0000000068381b33044e604700d4fe79d74ee019765bec749b366a4fc21da80c 1 0.00/1.00 vMB 0
15,541 15,541 00000000b856b752df28a43d1f782addc63685892163d027e69aadd68805e3ed 1 0.00/1.00 vMB 0
15,540 15,540 00000000892629f6e0cc3eb2f1dbf2e92b4cc13a1063bf00fbb9d8b0cfa494c5 1 0.00/1.00 vMB 0
15,539 15,539 000000005d60270037c559974b32251ffeb3b4c55afd518caf9ca0feb9e4781a 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.86 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: 713.05 GB
    • Received: 17.28 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.