Loading Tool

Explorer IconExplorer

Memory Pool

72,276 transactions
27.18 vMB
0.09036464 BTC
Random Selection Loading Transactions
Max Size: 164.26/200 MB

Candidate Block

Mining Attempt 503301d7e89198d61356005f396b66497ecf2ca60c8098c2ed5f9221a76a3381
Version 20000000
Previous Block 00000000000000000001e799617490d06c31f59602afc555a6b2d132016657e4
Merkle Root 840c56eb77b2eed076ebab552612531ef7bef76aa32abab7155c2c9374b73f71
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,145
Size: 1.00 vMB
Total Fees: 0.03193697 BTC
Feerates: 445.47 > 3.20 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,456 (809,789 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
105,667 105,667 0000000000000c6fb554cc30ae879b63f90d073dfd300adf6d94bd17619be9bd 1 0.00/1.00 vMB 0
105,666 105,666 000000000002237939907806411b2e531c6ff29836aab1c85eb5d79a933f527e 4 0.00/1.00 vMB 1,290
105,665 105,665 0000000000014c3f3a29b6ba639cc56bff590ef5778196ef8aa6b8b0321e178c 8 0.00/1.00 vMB 0
105,664 105,664 000000000000440bd279b7a727a819e35be03705de14fd83e6695551ee448b35 10 0.00/1.00 vMB 0
105,663 105,663 00000000000176e36b15c3c4fcc4948234011a5f6fa8a2d1f2a21f4b45286d48 27 0.01/1.00 vMB 0
105,662 105,662 00000000000106f2b615998ef532337c020fcc341c0991e6491d50d40f89d609 5 0.00/1.00 vMB 0
105,661 105,661 000000000001d6a9ce21bcccf79badd3dc7e5ffd6fd6f58e7a979e6e5c9d1a7a 3 0.00/1.00 vMB 0
105,660 105,660 00000000000143e973abafc278ce3ad6aa8361bf3f378c83c4cd3ade1d081561 1 0.00/1.00 vMB 0
105,659 105,659 0000000000007ccd5a672308bb807d1340b9dbf83dcc5f9064e5aea817781ad5 2 0.00/1.00 vMB 0
105,658 105,658 0000000000014a5b0bd1e84c45aa7a41faa401a9bb05068aa7460283c72376a4 2 0.00/1.00 vMB 0
105,657 105,657 000000000002697d27834181202e99964d2b5a0ce2586371eca458a6d68a6098 1 0.00/1.00 vMB 0
105,656 105,656 000000000000723b86aebfe46141283cf5af6ab365ba3db81a4ea6e88288daa8 2 0.00/1.00 vMB 0
105,655 105,655 000000000000de8a11485fb8c2a5509f20b6026c27a740098c11350d9ce46f9e 2 0.00/1.00 vMB 0
105,654 105,654 000000000001e4f9ea3783ecc47bbc71c5c03a25062e6630e9c43414cdac6432 3 0.00/1.00 vMB 0
105,653 105,653 000000000001e4eb4b7a54e53c46de5ce4582a4aa4928a885f9a7889e930dd29 1 0.00/1.00 vMB 0
105,652 105,652 000000000002268e1a006256d93fdfdc0a9ab5c0eee54a202e30eebb5100db88 6 0.00/1.00 vMB 0
105,651 105,651 000000000000ce62e59949cf9cfb258c82d4e096bd043749b2e25650b76661d1 50 0.01/1.00 vMB 0
105,650 105,650 000000000001f840dc2f228399ee5c6c9bc49cff388ed3ca2025c9d0f2fce356 15 0.05/1.00 vMB 881
105,649 105,649 000000000001f4f3c39ee04097547b9e18f9db4048823d6d4372a20e4eb17fa9 1 0.00/1.00 vMB 0
105,648 105,648 000000000002bcb8d85d9860474a08467fcf3d7228348f504ecea58c06c1871c 1 0.00/1.00 vMB 0
105,647 105,647 000000000001dc787d5d0f017d574cd2e4c93a8b33db5b3c71ab5282e0bcf8fd 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.19 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: 751.89 GB
    • Received: 18.87 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.