Loading Tool

Explorer IconExplorer

Memory Pool

82,964 transactions
30.73 vMB
0.08135941 BTC
Random Selection Loading Transactions
Max Size: 188.53/200 MB

Candidate Block

Mining Attempt 732a82aeefccf8ff70a1dc8f19bffbb6a7d320e3ca8340a8c7338b8031ab3122
Version 20000000
Previous Block 00000000000000000000599ffa7594ca7b7c93921a5215018868e1d83bfecfed
Merkle Root 30604926e1ca0c93f7d1808bee1f8288a1aef300d3cc408c78e63333939f3276
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,522
Size: 1.00 vMB
Total Fees: 0.01169013 BTC
Feerates: 40.21 > 1.17 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,367 (488,586 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
426,781 426,781 0000000000000000039519d8bb99f0c32a76318e291252f164af0b9cee15e3fb 2,257 1.00/1.00 vMB 79
426,780 426,780 0000000000000000026f79ec6fec4e795b2b9c121b5f3f3a2089df40c2cab5d2 1,875 1.00/1.00 vMB 69
426,779 426,779 000000000000000001a90c813ba3125152be1124c40c47d329844f45ca5a41f4 3,144 1.00/1.00 vMB 99
426,778 426,778 00000000000000000256d84e6d3fccd5b8422630d2f59c923b33e608067f7c95 460 0.85/1.00 vMB 22
426,777 426,777 0000000000000000042e76e25bbdc7f250ca30ae1c5c649a92c7e0cbc707edd3 301 0.98/1.00 vMB 13
426,776 426,776 000000000000000001be31cf5693f7783d36491f4305b0b9935a2ce008bb1d8f 2,292 0.97/1.00 vMB 62
426,775 426,775 00000000000000000440d5ae859b6634fb88c6733f18b958e6b4748367711658 1,398 0.67/1.00 vMB 58
426,774 426,774 00000000000000000183dc5de898b92ab5c9438d8f74d131a826765ea0bc98ce 422 0.99/1.00 vMB 11
426,773 426,773 0000000000000000037c91eac27619ee840cf43069e559e9e88877ce93547c62 1,468 0.61/1.00 vMB 64
426,772 426,772 0000000000000000049176780fec5bcef8763d79b1f1cdb627d48ff3c83d62a3 1,871 1.00/1.00 vMB 63
426,771 426,771 000000000000000003c31fe95d333c93cbb61f499fa24e697e1d933003d18459 245 0.11/1.00 vMB 26
426,770 426,770 0000000000000000031615d4f33be372673970c3cbb51ea663bf804bbd8a856b 724 0.30/1.00 vMB 61
426,769 426,769 0000000000000000031ab96b09e9508b432cf16fa71632351a0c8ba6cc229e57 907 0.39/1.00 vMB 58
426,768 426,768 000000000000000000630f98ab3adfb69c70c131e9eb7d9f5c60215b16680465 1,963 0.79/1.00 vMB 58
426,767 426,767 00000000000000000310119ecff017001ceeb83748c044428e73daa48923440f 524 0.21/1.00 vMB 60
426,766 426,766 0000000000000000031e2c6a7e3e81cba65f50398ec20b9beb87c375ab497b5f 1,943 0.98/1.00 vMB 47
426,765 426,765 0000000000000000047342ffa934e310c59314e4559cc2c06e98cf13d49f1adb 1,002 0.41/1.00 vMB 62
426,764 426,764 000000000000000000fa70957ede53449ba78e22e0072c6b64bae8be5e3339c5 1,089 0.67/1.00 vMB 45
426,763 426,763 000000000000000003c2e33cdaec48793f8aa6866f9b8a9d415d2ae9ce1f1113 2,645 1.00/1.00 vMB 69
426,762 426,762 00000000000000000112cc1bf5d22c7ed2f19c1b0ac1d7fa477f598865726f1b 1,817 0.82/1.00 vMB 61
426,761 426,761 000000000000000001d8598c36c9a339d333dc89613016c42c335511a6d9eab9 90 0.03/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 783.03 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: 719.52 GB
    • Received: 18.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.