Loading Tool

Explorer IconExplorer

Memory Pool

80,016 transactions
29.36 vMB
0.13003000 BTC
Random Selection Loading Transactions
Max Size: 177.69/200 MB

Candidate Block

Mining Attempt bfe54818efdf3332a4af1f30e22093ad8bba5b8e3ed3cad35865802693ec4eec
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 14b7f1bf7693547d1ec17ebdd10fe0b276654c84e21ed7e1448d29b9075c64a7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,469
Size: 1.00 vMB
Total Fees: 0.04862799 BTC
Feerates: 602.26 > 4.87 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (71,549 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
843,756 843,756 0000000000000000000049055669f7d22f90eb2961f89879f4469c0e4db1cc6d 3,446 1.00/1.00 vMB 15
843,755 843,755 00000000000000000000201c6fe53184f0317751669f14f6358ab3987a91ecdf 3,895 1.00/1.00 vMB 10
843,754 843,754 00000000000000000001955fef1cbb90e9be2f3032ffc0771b048687fbed50e7 2,169 1.00/1.00 vMB 15
843,753 843,753 000000000000000000028daedf7e7c2b711c606dd939f056cdc2d4e65c4e2c3f 2,274 1.00/1.00 vMB 18
843,752 843,752 0000000000000000000267aeea2f1f1c584a4cd7f4d8236f964ef38bf01f6326 2,989 1.00/1.00 vMB 17
843,751 843,751 0000000000000000000157f74546dba8178edf0183204270f780c8a881a2b171 4,112 1.00/1.00 vMB 12
843,750 843,750 0000000000000000000230bf5ecccfd4a279fd960dd73215916adb6b58d606d7 4,708 1.00/1.00 vMB 9
843,749 843,749 000000000000000000011274fd7cb748fa1fc056f29ec7e9b9e2d6f6e3166681 4,305 1.00/1.00 vMB 13
843,748 843,748 000000000000000000016e0c9f15c0cbc29d08d27e65a89e44ebf8fb474792d6 2,434 1.00/1.00 vMB 11
843,747 843,747 00000000000000000002c363be6f60c920b06716cee9e59ce4e2d92422401d80 2,897 1.00/1.00 vMB 46
843,746 843,746 00000000000000000001b12bfcf09ce2b914ef27f3c006356964f28ace662f1f 7,570 1.00/1.00 vMB 9
843,745 843,745 000000000000000000033dfde7f3bb2f2685697bd90e19b32a1a77646ffd52e8 7,751 1.00/1.00 vMB 9
843,744 843,744 0000000000000000000353a62ed7e20746378acc3bc6dc0b6a4a7a45e1e17bc8 2,419 1.00/1.00 vMB 15
843,743 843,743 00000000000000000002eff303c89bd3e5b47a9c7272f9ee900526e0b228b8c0 6,573 1.00/1.00 vMB 11
843,742 843,742 0000000000000000000014c2b943de6983dc19f4f0ea6b63d57448bfc8de5038 5,631 1.00/1.00 vMB 10
843,741 843,741 00000000000000000003483012d42cbcd1ebe486364e46a56b8800fadfd43b74 717 1.00/1.00 vMB 12
843,740 843,740 00000000000000000002005053384beadca048d5e1d1492e8211975ff5cf15a7 2,251 1.00/1.00 vMB 16
843,739 843,739 000000000000000000028ff51ed957509ad00a745d92621c3347cf74e3dbf23b 2,555 1.00/1.00 vMB 22
843,738 843,738 000000000000000000028dce2bdd35a6a1f0a1a6702544ab283865837b334ed0 7,837 1.00/1.00 vMB 9
843,737 843,737 00000000000000000002e5cd7a943c73a17a4ea3fa7b549235b38d3202990d4f 4,784 1.00/1.00 vMB 11
843,736 843,736 000000000000000000001390615dd418a1f1cc2ea721e6c32511d591a6bb1159 2,656 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.92 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: 714.46 GB
    • Received: 17.54 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.