Loading Tool

Explorer IconExplorer

Memory Pool

74,732 transactions
30.67 vMB
0.08999474 BTC
Random Selection Loading Transactions
Max Size: 180.05/200 MB

Candidate Block

Mining Attempt 949a3f7f82e133dff31a9cd66e32b891fec1c4a389653abdc47b9b7d3b50c613
Version 20000000
Previous Block 00000000000000000001b6bcfed7daef6070e84e65a71f9eb69c8b48ca4d4960
Merkle Root 76314452786cc9afe5ac79e621f2809d474d0189f5966a246c793cba1adb1eba
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 426
Size: 1.00 vMB
Total Fees: 0.01304435 BTC
Feerates: 150.93 > 1.31 > 1.06 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,425 (734,543 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
180,882 180,882 0000000000000351d6249085958dd07eed61c8baac7b2e1a52544e512b9ad835 430 0.24/1.00 vMB 104
180,881 180,881 0000000000000415bff92282e8de92da694424576ff57531f456a257aabf24b2 180 0.08/1.00 vMB 136
180,880 180,880 000000000000008e6dd8888aeee87b58dc8a5372168c9ef58a813b46d632bada 127 0.06/1.00 vMB 128
180,879 180,879 00000000000008ed7bfc013b1528959ad320b3f4d7a8b88c11b8d8df38c89c6f 471 0.21/1.00 vMB 175
180,878 180,878 00000000000008922aff24b1dcb6e2dc062f8b43c66c519417a9c45d4c6fed66 648 0.24/1.00 vMB 148
180,877 180,877 00000000000001c3b3fd56f8a7292c2f778da7e36e7c64ff7ff77bc811f18fe8 317 0.13/1.00 vMB 132
180,876 180,876 000000000000088f1da09d14bf60c45f2c6a410cd6a07e96c5f6f6489227e600 46 0.01/1.00 vMB 121
180,875 180,875 00000000000006846396a3791f73e755d91a2fa4b43ed1dc7bede8a2f73c820d 359 0.17/1.00 vMB 120
180,874 180,874 0000000000000224c09711a71088d24521d311dea32a0640ce237fbb61591fdc 492 0.22/1.00 vMB 123
180,873 180,873 000000000000081d0ae4fd266082173bc4a71dbe62f026662441f4f0b2dd2870 126 0.05/1.00 vMB 103
180,872 180,872 0000000000000905c0f3fe5b70fd02ff23bdaac163f02e88e2e6b38d6539f57a 602 0.25/1.00 vMB 139
180,871 180,871 0000000000000900d21c380ae16958ead239eb4c7e05a3fa81b6a49f9066b485 167 0.06/1.00 vMB 142
180,870 180,870 0000000000000916f1dd8700f68c6ffbe1cdb7a8e82646b692bb9dfcbf7baadd 251 0.10/1.00 vMB 116
180,869 180,869 00000000000004ff993862159a6b1f86a30709c7e6882a1e061afd59264107b4 669 0.25/1.00 vMB 148
180,868 180,868 00000000000000b55750e6921826d3cc2a405001854a1452d4435e28d25478df 256 0.15/1.00 vMB 85
180,867 180,867 000000000000073f54740d804fa54555bee4384078e3f73239e456eac6d4117d 27 0.01/1.00 vMB 131
180,866 180,866 000000000000069bfb4a191b8fd3a8ffd2234c18a3ff5408de45e89bdb44b1fb 373 0.17/1.00 vMB 137
180,865 180,865 000000000000026f52e276738055151f07db04c49ab9732746073cd80b8d9efb 686 0.25/1.00 vMB 144
180,864 180,864 000000000000099d66067d26e7e9aaf9177713e553ce4c25c9fca07f30799738 573 0.25/1.00 vMB 150
180,863 180,863 000000000000054f6a52a6845cbb8aca0e9f98e582357392434fce62bb1bcfec 81 0.03/1.00 vMB 226
180,862 180,862 000000000000007176e563848f4a88dd3d880e25ed1c476ad884a9587502691d 610 0.25/1.00 vMB 159
Previous 10 blocks ↓
Total Size: 783.12 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: 738.99 GB
    • Received: 18.61 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.