Loading Tool

Explorer IconExplorer

Memory Pool

24,191 transactions
4.80 vMB
0.02057650 BTC
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 37.36/200 MB

Candidate Block

Mining Attempt 52091e9f35de6dfdeffe4b82533bea6860d0b702847ef2f18e5094d70254abbc
Version 20000000
Previous Block 00000000000000000000a121caba7288d1c4c9d2d929e3443c469bcacfc2f764
Merkle Root 78dc815d9cdc10c47acf6fbcd19393a3bb5e378d04bca7dc681b7d23e2b9fe73
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,050
Size: 0.27 vMB
Total Fees: 0.00890945 BTC
Avg Feerate: 1.92 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,955 (691,759 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
221,196 221,196 00000000000004e8db16cbf5a5ad40343f4f243def85b7ce9a7adb13b3743489 0.23 MB 308 115
221,195 221,195 00000000000003324e4af80be0d8d35f58c2fa424e66f4f342d3abe766924b92 0.25 MB 492 181
221,194 221,194 00000000000004f8c79ed2695972c4fd299214ba98b6664b2e10f2c40bd02786 0.05 MB 104 29
221,193 221,193 0000000000000095eab631732813c4e3818dc0ba725ff99a495423e0758a0ef3 0.25 MB 690 264
221,192 221,192 000000000000023510702aa9053b31cef607643dc0de9ea705659eac795fa43f 0.25 MB 678 221
221,191 221,191 000000000000048801aec9f175b6500afbf68a1b987a24c9357615eb776b36eb 0.25 MB 570 188
221,190 221,190 00000000000001ae0adfe92d8bf95820abfd4a4a8addb449a31234362fac5fbc 0.05 MB 137 226
221,189 221,189 000000000000007e8c454321fac70c7ba24a1c2a90fd79252648b3d8d6d43d79 0.10 MB 253 253
221,188 221,188 00000000000003bb28a98206c64ca07f2a56a1153f7affc66f861296617ae42a 0.16 MB 162 91
221,187 221,187 00000000000002ec43392e89f8021427f0494c4fa9be0c16f9395c0fbf88450c 0.15 MB 367 231
221,186 221,186 00000000000000372aeba8934a22b6f5d07ba6d5ebafe6fb1c6caea123b9be26 0.13 MB 218 166
221,185 221,185 00000000000002fca16210e530f73dff680069d4df4884cc91b5191439fe7a44 0.15 MB 344 227
221,184 221,184 0000000000000271dd3149557fffb3ebd3f1f5832f4a3e116ebd5effdafdfa8c 0.27 MB 560 155
221,183 221,183 00000000000001fd518e76136d6a726c56ff27a1b8a78f59ac184a1a6c33b363 0.05 MB 122 284
221,182 221,182 000000000000033fbc4a5952b23ba7e74b12282639c6d37e7bf71a4a9a334326 0.00 MB 11 198
221,181 221,181 000000000000032904380d5d04ac882be14e208f4997f737021eba1d84b904a0 0.25 MB 600 186
221,180 221,180 00000000000004dc15e39d988c56edc0390bd6a3ac99fe9421b57cb663099107 0.28 MB 473 170
221,179 221,179 00000000000002c943e7046d22d033480396115f087c12c34e5ce9189bfa66df 0.20 MB 421 181
221,178 221,178 00000000000001e208663e89fcce098d9e688fbb5a8c27d9f5606e59820e613c 0.20 MB 188 121
221,177 221,177 00000000000000aabbe50c4dcad3c95375aabb76e0efe9e27c9d504fc9b8189a 0.24 MB 559 229
221,176 221,176 00000000000001e22c4774a8cc8050af01f3d37d95e8189b2290205538c23692 0.06 MB 135 133
Previous 10 blocks ↓
Total Size: 778.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: 347.45 GB
    • Received: 3.05 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.