Loading Tool

Explorer IconExplorer

Memory Pool

36,596 transactions
12.08 vMB
0.21310801 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 74.77/200 MB

Candidate Block

Mining Attempt 45da2b66ac7b30dd1460d8006f999a4b30a0c6fea8158cbf26eecbb6525f0ea0
Version 20000000
Previous Block 00000000000000000001c618b104e0a104df01f8e65a58593a28dc152ec82756
Merkle Root 9e76bf6004e4800677a34fe74e94d6b11c2507b4c4243305fd0351468136d0f1
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,915
Size: 1.00 vMB
Total Fees: 0.10990842 BTC
Avg Feerate: 5.72 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,042 (700,924 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
212,118 212,118 00000000000004b6443a19a4d331b953861c48d261fcb4e2e5713bcfeb79c313 0.05 MB 107 78
212,117 212,117 00000000000001eacf300a17114acdd3d0e20ad5f7efd922351b4752e3c87590 0.04 MB 117 79
212,116 212,116 00000000000001cdf0c6160728dc22067bd9b831edba416421c5f357f2e3e78d 0.06 MB 46 78
212,115 212,115 0000000000000154a1e5191af30aa6322b1b06b8522471a70121bfeb5cc28514 0.19 MB 183 120
212,114 212,114 00000000000001e0208184cb1dfbb4e0c8a4dbc9d86a96cbc56f0a0a2e51d33a 0.25 MB 625 175
212,113 212,113 0000000000000468c779cf3e9fdeee590ce5fb2dc94a45e08c5ade81ab81f612 0.20 MB 228 105
212,112 212,112 000000000000003d754bd075836a1d394650765e97cbb818ed10fe4e04b067e3 0.25 MB 737 299
212,111 212,111 000000000000031d60eaa4677e0495ead9879db7f12f7ce57d17f28b2b07a820 0.25 MB 533 172
212,110 212,110 00000000000003244dc6d2969020c45f694166b36e844a44f3bd21a99e3c7acd 0.05 MB 134 112
212,109 212,109 0000000000000213cb0e2d40d89189383ec4ec40812f1e8bf80acd0aa6328889 0.10 MB 130 79
212,108 212,108 000000000000009e42ea371341f2b4099712a1362ea07213ef58557780fea870 0.19 MB 289 106
212,107 212,107 000000000000005d36753fb0cba17ac1bb0df3240c1c6a601ad81bc85f0b4ef3 0.20 MB 566 211
212,106 212,106 0000000000000311653f5378dd5fdf24ee09e5bccb6f6af35948560898ce0a8e 0.25 MB 457 134
212,105 212,105 000000000000024329cfc4e7d2e35f7617cf8406da170145ccc8c7cf5cef1c2f 0.20 MB 541 356
212,104 212,104 00000000000004912667bcdd022db6048429d54122e8a46fcbc6b9b4f49a4a27 0.25 MB 670 198
212,103 212,103 00000000000000087d6909c8a3a11bd137533759e7182ca425c5cc97b211b5a0 0.05 MB 166 40
212,102 212,102 00000000000004ace0f6d55063ac0935fdc1b9314a1770416f876813e1316a7d 0.25 MB 651 210
212,101 212,101 00000000000004b0b85617b87d7840c5e4752517c551c329b37fa3ec4bceab43 0.28 MB 503 360
212,100 212,100 0000000000000223b1fd85a20b88d8d568ee410ddfa9a663a2f47aa96f731813 0.10 MB 210 125
212,099 212,099 00000000000002d0c36fdb42016a58d3fbafa2be9cf84d673fce392533262b0d 0.15 MB 350 164
212,098 212,098 00000000000004b4890ccd1059f55ddc5c05c077e311a841ef68a986a4dedc3b 0.25 MB 501 171
Previous 10 blocks ↓
Total Size: 778.92 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 50
    • Outgoing: 10
  • Data Transfer:
    • Sent: 12.89 GB
    • Received: 0.09 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.