Loading Tool

Explorer IconExplorer

Memory Pool

77,204 transactions
28.68 vMB
0.06621562 BTC
Random Selection Loading Transactions
Max Size: 174.02/200 MB

Candidate Block

Mining Attempt 575cc814a8d0692d663b537bcf677e85774de8333dbe6db92f2a3f0f1129b942
Version 20000000
Previous Block 0000000000000000000047dfc430ec3ea755e869eaa3ed01b8a4b83beba66d58
Merkle Root f42346831c83bed7d7f9ef161e8fd848c37215ff45ce15238b598bdfcfb28b6f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,553
Size: 1.00 vMB
Total Fees: 0.00658257 BTC
Feerates: 20.01 > 0.66 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,102 (532,291 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
382,811 382,811 00000000000000000a582385cef61d724064a1b57d6bc448e232233d89c7d5f5 81 0.33/1.00 vMB 5
382,810 382,810 00000000000000000b6be601aafe836d0630237e6d15a0937ec8188cbe3e0a98 118 0.07/1.00 vMB 12
382,809 382,809 00000000000000000ee626055a82add0ed6e6a1d98520b81def04add129d6dd9 1,433 1.00/1.00 vMB 28
382,808 382,808 0000000000000000068b8d867dd39c50300ed97ecb9d4eba4632a4193c63deab 507 0.30/1.00 vMB 25
382,807 382,807 000000000000000003a46c41cfb87ab5a6b5e4c68ac2d956e94c161b02de87fc 1,664 1.00/1.00 vMB 27
382,806 382,806 000000000000000006bf3ce91f7735cebbd63efcb345a8d1ba0ec126781ed6f1 2,425 0.93/1.00 vMB 43
382,805 382,805 000000000000000006e3f2de4bc229c9aba74832cfd4a0d25902a03b5989c6e0 2 0.00/1.00 vMB 0
382,804 382,804 00000000000000000acbe578497a9a2ace0c36d2ca425ba6ccce0d825b8367d3 1,130 0.53/1.00 vMB 41
382,803 382,803 00000000000000000bb5d64a56adfa6710607de325d5f52fab4aded53032cac6 1,493 0.96/1.00 vMB 29
382,802 382,802 0000000000000000014f576e90ed0571a59fdb4b233e98743c11817e35e84048 737 0.35/1.00 vMB 86
382,801 382,801 000000000000000007530ec600bf178553010b707efae1c83e77ab9fdabad896 539 0.75/1.00 vMB 22
382,800 382,800 00000000000000000183f0c2cd8ab1f7ce9e2d8d43eda732460328397c1d857b 223 0.12/1.00 vMB 23
382,799 382,799 0000000000000000044a85d4c95b6e9276b2d552e80225496b2a0162da69df3f 1,165 0.95/1.00 vMB 20
382,798 382,798 00000000000000000d053b8cc8c94232ae7894049b8e88a6565f033a8afcade0 2,038 0.75/1.00 vMB 45
382,797 382,797 000000000000000002f44da1e8a47ddcdf9d7f4d7987bb5cd7a9f128a7df8365 1,485 0.99/1.00 vMB 23
382,796 382,796 00000000000000000292f62fdbf2d5dcddbd56387af8d5a9b79a3dc68d923452 2,187 1.00/1.00 vMB 33
382,795 382,795 0000000000000000069b9e7a1d0f18a4cc3335c122eaa4b156e785b8302ec4b0 1,188 0.61/1.00 vMB 34
382,794 382,794 000000000000000006769e8dbe693356c7c1edc20c273e95254394b8b8a6fd3a 554 0.29/1.00 vMB 31
382,793 382,793 0000000000000000083cdc89b4c9bca009fa45d23dd811376922966be8d7c97f 174 0.11/1.00 vMB 18
382,792 382,792 00000000000000000cd5c16a3746e3c522894d7046b714d95d44fabfebc47a62 2,155 1.00/1.00 vMB 35
382,791 382,791 000000000000000006888e6a96b0fff23c4e2b3c85a2375bbaee2574469c30b0 174 0.11/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.57 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: 670.86 GB
    • Received: 15.85 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.