Loading Tool

Explorer IconExplorer

Memory Pool

77,610 transactions
28.56 vMB
0.09798991 BTC
Random Selection Loading Transactions
Max Size: 173.60/200 MB

Candidate Block

Mining Attempt cc7c6244482fb2530f316ddd3362f5b50cbffa072a6f005aa7da0566f182c72a
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root c7516946fae71fb15113d966317bd2e979f2438f42a55b6bfa67b619bbf0a559
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,882
Size: 1.00 vMB
Total Fees: 0.03296108 BTC
Feerates: 201.07 > 3.30 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (596,907 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
318,390 318,390 00000000000000000f63c7a3a98019272ec109450730a1653418f0920cc28691 732 0.35/1.00 vMB 31
318,389 318,389 000000000000000000f17066abda739e6faf532dcd39bf45fba1e7a489ff9b18 188 0.09/1.00 vMB 40
318,388 318,388 000000000000000012a74acdc91f0775357e0681c6d5901f1f6f2dc1be402c46 94 0.05/1.00 vMB 25
318,387 318,387 00000000000000001835bef3df433205da52cec4da9b56cd39ea735ee142d2bf 222 0.17/1.00 vMB 17
318,386 318,386 000000000000000028a5488266ed9df48452fcd665866248dc77764c97186105 302 0.12/1.00 vMB 29
318,385 318,385 00000000000000002cb542aafe3ab69e74547dd4d765a36838a701783c1ebfaf 299 0.17/1.00 vMB 25
318,384 318,384 0000000000000000213f458d61cc4a86ba7ad8e69f6000d8f22cf158e6fc68e3 261 0.19/1.00 vMB 22
318,383 318,383 00000000000000001df17270671f9ee438409bf18d912afbe9843c113fd8b265 415 0.24/1.00 vMB 25
318,382 318,382 0000000000000000278f56213b4571354f622ec6f187b0203faf1f983d471e14 105 0.06/1.00 vMB 25
318,381 318,381 00000000000000000656c71c87fb56541a9dfa336cedac78b1449919a66079cc 34 0.04/1.00 vMB 14
318,380 318,380 00000000000000000a8be120f51ce1797396efc378df301c59c0b6dd35d86a38 344 0.20/1.00 vMB 26
318,379 318,379 00000000000000000beb4c96968a6c673b0dd80be3967ee8decb95621151c7d0 516 0.30/1.00 vMB 28
318,378 318,378 000000000000000014f65245ec79ec4cd95024a12cfdf0ef4191e6bf8a0e5ccb 242 0.13/1.00 vMB 22
318,377 318,377 00000000000000001dc9d673b879d62009d44841809d62c3c12e08ed0ec7f57f 298 0.40/1.00 vMB 10
318,376 318,376 00000000000000002c17d37ea1437b46562242494a965ccb6b1c4df163203df6 2,110 0.93/1.00 vMB 32
318,375 318,375 00000000000000000e8f81097b4227e8e8fcb8a59135b1171c1734754edd4df6 512 0.18/1.00 vMB 40
318,374 318,374 00000000000000002a24840acb7fb568e8f8130209fcf6cc92760fcf87aff604 512 0.29/1.00 vMB 26
318,373 318,373 00000000000000001ef3dc494835e69b88ae9bfbbaecf77fdb11ae2989b1027e 464 0.48/1.00 vMB 19
318,372 318,372 000000000000000012267d40eccd68b20e00f2dbbce262e3517854eb7cf12c2c 56 0.03/1.00 vMB 24
318,371 318,371 0000000000000000063852b62f0102148913004c6738d7544f90d94063961dba 56 0.03/1.00 vMB 20
318,370 318,370 000000000000000007613c84cfd7d8a49bde242373051b21294b01dd1ed73bff 34 0.02/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.90 GB

Node Details:

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