Loading Tool

Explorer IconExplorer

Memory Pool

81,088 transactions
30.31 vMB
0.07708083 BTC
Random Selection Loading Transactions
Max Size: 185.88/200 MB

Candidate Block

Mining Attempt 594dc927c80b4b906ce0673f8456b322620dd92f5f0a1b7f80224f999b6110eb
Version 20000000
Previous Block 0000000000000000000116eb891d68bf2fdad711435d1f341894a942ec650942
Merkle Root 0d3a512a7b22b8e4afa1c1863b615070b6fcd856a8a189f96a4f2de762524605
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,616
Size: 1.00 vMB
Total Fees: 0.00938196 BTC
Feerates: 60.11 > 0.94 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,360 (467,887 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
447,473 447,473 000000000000000000f41d1c497899761e548dbdbdb7a239ee365770214bf0fe 2,077 1.00/1.00 vMB 80
447,472 447,472 00000000000000000239f4e7265c151aaa8d647c0a48722c76469adff7b672cb 1,840 1.00/1.00 vMB 80
447,471 447,471 00000000000000000228894195560d1707d16ac8aa472e4aa5f8e08321cbacad 2,856 1.00/1.00 vMB 103
447,470 447,470 0000000000000000003d3a71367e90cb2aa33e823761ebce81b7fed0b23ef8d1 875 1.00/1.00 vMB 53
447,469 447,469 00000000000000000340be50d34e3ca618f461275e259c0d05aea479e21d0a16 2,227 1.00/1.00 vMB 78
447,468 447,468 0000000000000000007729773574fff1235e4255bf9996a92e6b9bb4603038c7 2,359 1.00/1.00 vMB 79
447,467 447,467 0000000000000000018e9bb6702c001e92b62904039502ed3c8aeaf8dfc20a58 1,815 1.00/1.00 vMB 55
447,466 447,466 0000000000000000026ce38f78e550c2a75f48a7f2b411c25bdf4f9f9e8ff5da 2,261 1.00/1.00 vMB 78
447,465 447,465 0000000000000000036574272694005e46d2a9714227359334d64c2eb0cd846c 2,334 1.00/1.00 vMB 90
447,464 447,464 00000000000000000127eccaa6b6b2d60e564414931fa3bc060bf73089d084b4 2,494 1.00/1.00 vMB 89
447,463 447,463 0000000000000000032f3a4f4cfd36b860c19eb251b3f98c13142a19a005939b 2,693 1.00/1.00 vMB 78
447,462 447,462 00000000000000000083c87e8ca763f3a8cbd58c3474da6248d6d610facf2790 2,167 1.00/1.00 vMB 78
447,461 447,461 000000000000000002f2adad818cb9aaf6248170a0c26ad143e5a1feb2a533a8 2,424 1.00/1.00 vMB 100
447,460 447,460 000000000000000000c20c1e5c1cbb39a6dd8148f692272e23c47762a4143a75 2,348 1.00/1.00 vMB 94
447,459 447,459 0000000000000000032d3d96bb5566a4299f1c2480038050f8960236198a504d 1,888 1.00/1.00 vMB 73
447,458 447,458 000000000000000000c833e3c8a11ef8a3e5783ff4b3bf3f54f9cc438d29c078 1,936 1.00/1.00 vMB 66
447,457 447,457 0000000000000000016d776ab8d31a3a80f71b1002544d8b4a76414df5b62652 2,579 1.00/1.00 vMB 100
447,456 447,456 00000000000000000139290ef6b17887b06dfab86f4d1ab5da915e02357f54ee 1,980 1.00/1.00 vMB 59
447,455 447,455 00000000000000000097697f216d6239e30c408b241ac59df96b26bd11944b54 2,269 1.00/1.00 vMB 95
447,454 447,454 000000000000000000b39c3d7487ac46e956ffbdbf8de5c6e27690ad9119cf7d 1,213 1.00/1.00 vMB 52
447,453 447,453 000000000000000001323091e679157127ea4d6efdc6e674147706fe793c922d 2,753 1.00/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 783.01 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: 718.94 GB
    • Received: 18.00 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.