Loading Tool

Explorer IconExplorer

Memory Pool

45,690 transactions
30.70 vMB
0.12295737 BTC
Random Selection Loading Transactions
Max Size: 156.30/200 MB

Candidate Block

Mining Attempt 0f7be38c9244f85c215eae6652c7bee2c7717bda392b485eb12ffaa7d2e31c7f
Version 20000000
Previous Block 000000000000000000020406347aaf6e4d01835962e34f5aebaf3a79a389541a
Merkle Root 32665d71875ea643a3905551deb5dc0ec1f9bfe7bc9860b3bbc4a676b41e94b5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,705
Size: 1.00 vMB
Total Fees: 0.05127664 BTC
Feerates: 150.97 > 5.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,578 (811,379 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
103,199 103,199 0000000000012a8c2cd55605f03b001b8cd5366586abbf0bb7a28bbe08880f1a 2 0.00/1.00 vMB 0
103,198 103,198 000000000000959f367b4c0b34604fd381b8c9d39410f2558b21b46a1ba0b468 1 0.00/1.00 vMB 0
103,197 103,197 00000000000252503289ef47df9eb6a9af3356075a146859184f3aea8f782aa5 4 0.00/1.00 vMB 0
103,196 103,196 000000000000fe2d62ab7498d3ecbead0a4e73eca41ce9f10a3baa4caece27a3 3 0.00/1.00 vMB 0
103,195 103,195 000000000001bf82cfb2d73158ce5cc69fd4267209e630a33d00bb0b5cd05726 2 0.00/1.00 vMB 0
103,194 103,194 00000000000322da17265ac00fb7f1c355fca57fd69581660d9f02078a38041b 4 0.00/1.00 vMB 0
103,193 103,193 000000000000fc966b3bc0efebc9cc3ce8b391b66f49ca75db057190759326b0 1 0.00/1.00 vMB 0
103,192 103,192 00000000000365d4514cdd83a80c3cddf0eff625a1d43f033abea9a6b105a705 1 0.00/1.00 vMB 0
103,191 103,191 0000000000010954732dc486408dd9b92b3831657c2e0d9450ee6ed1d915a0cf 1 0.00/1.00 vMB 0
103,190 103,190 00000000000261d224a7e3367dcd709edaab47826a861913e036490822c715e8 1 0.00/1.00 vMB 0
103,189 103,189 000000000000168ffb56e88da77f535407d2eabf9fcfba3b9a918de815240cd8 7 0.00/1.00 vMB 0
103,188 103,188 00000000000140fa05d6bccdafc0b2358cba343da4630dfcb0c6f53d6cb04659 7 0.00/1.00 vMB 646
103,187 103,187 0000000000030182406c817cb20dbd44a6a5d02d192f81a2c5797ab639ab8aa9 3 0.00/1.00 vMB 0
103,186 103,186 000000000000adf2fafbe67be14a97eeef3227b248693d51aff3c858e07367c1 2 0.00/1.00 vMB 0
103,185 103,185 0000000000020ccd89dfe9975dbea47f3ecf69c77a030f5f134201e80d58f9ed 11 0.00/1.00 vMB 0
103,184 103,184 000000000002e262f36fd9dd95c843bf0b5709c4fc884d3a2e5c806fd16c7775 24 0.01/1.00 vMB 0
103,183 103,183 0000000000012ef1730ed4d2c1cf9b565f5c2afee415d1765afd212c918c1c36 1 0.00/1.00 vMB 0
103,182 103,182 000000000002766270169ee12dbf602cb15cc1a233a9bd1d1400f2ac1e5c84be 1 0.00/1.00 vMB 0
103,181 103,181 000000000001b7eb37d029385871bef7b969aa0185d7dc01f4930fd024765439 1 0.00/1.00 vMB 0
103,180 103,180 00000000000183025dbb2f10486f3bfeedebe1cdf08366868bfcbd5ef2e29f58 3 0.00/1.00 vMB 0
103,179 103,179 000000000000bcf52077664afc061d449b3031f8893bb93b92eb89e2f5d2bcfd 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.64 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: 626.57 GB
    • Received: 11.67 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.