Loading Tool

Explorer IconExplorer

Memory Pool

80,897 transactions
30.96 vMB
0.07107037 BTC
Random Selection Loading Transactions
Max Size: 188.49/200 MB

Candidate Block

Mining Attempt 1711995b01e3aee20e6490e6b1b3bb77cded8810e53ea24819c914d8470eccf5
Version 20000000
Previous Block 00000000000000000000e6b6d7770bd2fe9564667081eb588a4ee37f4db3b6f3
Merkle Root 1119661ef77160a5f5adcd99bb0135ae553e7d9056ab8919f03e897982fa8e4b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,934
Size: 1.00 vMB
Total Fees: 0.00448277 BTC
Feerates: 70.37 > 0.45 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,213 (184,453 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
730,760 730,760 00000000000000000007b302354bcf6b929058e508b64408e8cd3074b7c69f95 2,946 1.00/1.00 vMB 9
730,759 730,759 000000000000000000053833820e229c6f4440914f5f83d96b7c60fab033e81c 2,710 1.00/1.00 vMB 8
730,758 730,758 00000000000000000000f0e223b901db01fa7ed15a5aa246e694a335fe0365e5 2,461 1.00/1.00 vMB 3
730,757 730,757 0000000000000000000478846105dfe891073c8d677ebf41855a871945be5a2d 2,785 1.00/1.00 vMB 15
730,756 730,756 00000000000000000008f0ae43e0b955a3099d6b9de24730158863c363fa5cec 2,835 1.00/1.00 vMB 5
730,755 730,755 00000000000000000005283cbf0c81ae489e1f9047d6d6c9ef64e59c61793ea9 1,882 1.00/1.00 vMB 6
730,754 730,754 00000000000000000004d9e6af260f4c0d67600af6b40aa1c31f20d76791d230 3,124 1.00/1.00 vMB 15
730,753 730,753 00000000000000000000eabe5f42940d59762125578d26a7dce1133dbb9b9a5f 1,742 0.63/1.00 vMB 10
730,752 730,752 000000000000000000069b125f63fd46949a812dddcde55f900a19be5f08a398 1,269 0.44/1.00 vMB 3
730,751 730,751 0000000000000000000186e79ad045625e1c753d9f9abb44949eab0b4cdc1919 2,633 1.00/1.00 vMB 12
730,750 730,750 0000000000000000000771c79d3fc2f4417f66bd9a510550df00a337c9772b51 1,301 0.51/1.00 vMB 2
730,749 730,749 0000000000000000000149b321117eee14d87e0dbf8f167ca82d3782615c810a 2,817 1.00/1.00 vMB 13
730,748 730,748 0000000000000000000159f8d8170c6938a96c33fe427f78db9960b9a2ac5bf8 362 0.11/1.00 vMB 5
730,747 730,747 00000000000000000004fc5bd09b92fc91dffc15c52d0a4fd59e0b2c875ae440 1,805 1.00/1.00 vMB 3
730,746 730,746 00000000000000000000d4bdfbcaebd6d03a4834da9ed180ca96ea32f5351862 2,060 1.00/1.00 vMB 7
730,745 730,745 00000000000000000004f99f5aee203c3b526cd4dd7a6cc49389ec93114bf3ac 2,736 1.00/1.00 vMB 6
730,744 730,744 000000000000000000051b27b84e36270046fbf7c293d4a6c62f6ed2f7ed8fe8 2,114 1.00/1.00 vMB 9
730,743 730,743 000000000000000000072bca6cad89212dd0b5f097d346c1d5f1e56b565987a4 2,644 1.00/1.00 vMB 10
730,742 730,742 00000000000000000004bf7416286eb91ab78a1b7837a18c3d7f073f3bf66307 2,254 1.00/1.00 vMB 5
730,741 730,741 000000000000000000072f9f566c627734b77173e594af11c97943e09c5bf4dd 2,834 1.00/1.00 vMB 16
730,740 730,740 000000000000000000040b801451d7a4d2b90d158de03c806061abd7a11f8fdc 1,472 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.76 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: 708.96 GB
    • Received: 16.80 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.