Loading Tool

Explorer IconExplorer

Memory Pool

57,040 transactions
18.75 vMB
0.05029514 BTC
Random Selection Loading Transactions
Max Size: 118.32/200 MB

Candidate Block

Mining Attempt e5b9f6a5facc4608ed8f5d55aaafd20ad6c9e85c682c7e2befaa1e52859e11c6
Version 20000000
Previous Block 000000000000000000009baff5c56dcf5237a76df7903e86489a8c2a8cd9fc90
Merkle Root 51903bc96a742ab7f83a850ac37f07b24c53a3f8b59a6ad281b206218eec046c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 859
Size: 1.00 vMB
Total Fees: 0.00810391 BTC
Feerates: 20.41 > 0.81 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,707 (850,201 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
65,506 65,506 000000000a34ef784cf373e4fcaf7a4640db40218eae2b3ca7d6ff53bc0a143e 1 0.00/1.00 vMB 0
65,505 65,505 0000000007377a27d97b3adfe6a9df0a62be69b40b98b41f0fd4677e814def19 1 0.00/1.00 vMB 0
65,504 65,504 0000000005232f4b7908f6c9538ba5199db461e45a4f4044e65bb5006d5c7d58 1 0.00/1.00 vMB 0
65,503 65,503 00000000011e94622cbda65762e7a5831c115cc337043800c8a76faaf31ab9ef 1 0.00/1.00 vMB 0
65,502 65,502 0000000000713f54eeb8128b1efed37b971566eec656d5a3d94e1f2c69198b12 1 0.00/1.00 vMB 0
65,501 65,501 00000000029c9d2d49c220ac04dc2d8a1c3e0bd1d64ef39b4f7dafbc78718676 1 0.00/1.00 vMB 0
65,500 65,500 00000000038166ab207a4340cac0c1a1fe983ebe28217af9315aa2c4e6745c2a 2 0.00/1.00 vMB 0
65,499 65,499 00000000081cc436e72b53b3f5f1dfba5577fb480459be470fd598a0a9e52b11 3 0.00/1.00 vMB 0
65,498 65,498 00000000022143e8638369084936f621dc7a8f0926d681b0dfe692a9de54acae 1 0.00/1.00 vMB 0
65,497 65,497 00000000065a20d6d222fdf26ab3cc5dd06534ad970a5541cfba5dc483f4f5fe 1 0.00/1.00 vMB 0
65,496 65,496 00000000065424f253286d080ad7cd3cbee18b8f95d560e88a9fafbea6a10e2b 1 0.00/1.00 vMB 0
65,495 65,495 000000000326dfef91a8f4272ba32dec79e598c5316e1ddc9a6ce907ea78be7e 4 0.00/1.00 vMB 0
65,494 65,494 000000000786512e77ec60b107b61c39235cde1e7b6985be322b2fd587063a3b 1 0.00/1.00 vMB 0
65,493 65,493 0000000006ca253d4d3409459349f0c6680b13344651ea1c8689c45368b1cc85 1 0.00/1.00 vMB 0
65,492 65,492 0000000009750b85467252a451d9605e9f6a6c5e8abf7d04d3d8aba87153dd84 1 0.00/1.00 vMB 0
65,491 65,491 000000000126f8f6e38d2fe113cb928224c78ddcae45856b7c8299d1553d98df 3 0.00/1.00 vMB 0
65,490 65,490 000000000319477f6617fa167774fae947a6ff5b29f070e0369a60deaf7ee16f 1 0.00/1.00 vMB 0
65,489 65,489 000000000a6efce57e330c2f4d755f31aa146ae3caf44b82b6274a9b152bc6a2 1 0.00/1.00 vMB 0
65,488 65,488 00000000057d332633bc359778a61b430135ee9c82db1f3a3ed19951ddaaa4cc 1 0.00/1.00 vMB 0
65,487 65,487 0000000008ee6181488439aff731f27cb61ad41753afb49470c8d5904f71866c 1 0.00/1.00 vMB 0
65,486 65,486 0000000001350ea38c954f8be283a34759c3bfa113d4b7ea18173932af466ce7 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.60 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: 775.27 GB
    • Received: 20.84 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.