Loading Tool

Explorer IconExplorer

Memory Pool

11,727 transactions
6.79 vMB
0.01605317 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 36.83/200 MB

Candidate Block

Mining Attempt 81da1f17bb5859a2a84be350fb6d43db274d8e2cf0d7dad1141ab62fb089c7f7
Version 20000000
Previous Block 000000000000000000014105dee4cd37c7a5f23cb629ce890083c2cdae74e30d
Merkle Root 2c2a4c7e430a983852a8d40a8a718808e8785f0d1bce522725ac5aef34d15333
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 163
Size: 1.00 vMB
Total Fees: 0.00344183 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,437 (697,806 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
215,631 215,631 00000000000003dee0c0d542a78288428635aaa6a5e2990b9ae88eaacdb47f46 102 0.05 vMB 126
215,630 215,630 00000000000002fd60cce9730a0f5e2c07abe0de5ef313a171123a93841d2948 118 0.05 vMB 157
215,629 215,629 0000000000000252bb60724653ff966614c7d2a130b0e2788d5cc6421609b870 185 0.08 vMB 361
215,628 215,628 00000000000002025ea48a5fe76fb8a581be7a8bd92b8b1c03b36275ef4fbdec 304 0.12 vMB 259
215,627 215,627 00000000000001e30daabc955372ef4cdc18ea5fda5e59560a250389b09bc539 136 0.06 vMB 184
215,626 215,626 0000000000000065eda6276afae26d6ab860d6918cd69b14d236db3ae3208a08 91 0.04 vMB 195
215,625 215,625 0000000000000487fa21e6101ced9bc26d395d9a843c01df30c7f4a4dfde261e 186 0.08 vMB 198
215,624 215,624 00000000000000dda9f9cf66aadde46377c52fbd3409ac98df5b2b80f237ddd4 155 0.06 vMB 221
215,623 215,623 000000000000037828f93a5b7c5866c20ca469444029fe4f3b10b4bb8f77cbfe 114 0.04 vMB 43
215,622 215,622 00000000000000f899c242b5f51fd28c841f0e4865237305cd8e986853567212 145 0.06 vMB 233
215,621 215,621 000000000000045cfc73333fd50d9c052ed13957cda652f55f7540af39d7b590 156 0.06 vMB 117
215,620 215,620 0000000000000409802cf965bba2e9971a98b2d6fc377447642571435f1ea335 127 0.06 vMB 111
215,619 215,619 000000000000059fe092f59c688a504fd0101fb6fcf145e203e228def4fb2dec 585 0.23 vMB 218
215,618 215,618 00000000000001485e2052dc9795dacf25b2ba650d277244c4d40f25f8988ca9 81 0.04 vMB 79
215,617 215,617 000000000000045fe1fb3317ad7a846bf47ca928be646c25f42b543ffd6f306a 182 0.13 vMB 81
215,616 215,616 000000000000059ca854d39f4d9ef24a1d2c9ba9dec93a72925ce76af8136c38 727 0.25 vMB 238
215,615 215,615 000000000000041100716a4636db18d9a80c96da1e55f08be7bfe161bcddbe58 169 0.05 vMB 261
215,614 215,614 000000000000038681fb286f6cb6c30fd7712a99e5aeb9d16a3387f70466e9ff 639 0.25 vMB 203
215,613 215,613 0000000000000449f41901c367a73fedef3d7619b44bfccde392e7d00b4b6595 8 0.00 vMB 80
215,612 215,612 00000000000004250a1148e270463ece5129cdd9283fd41a59be56e390a8c2c2 8 0.00 vMB 147
215,611 215,611 000000000000021583bd8c062e6b9f337ad2fd58118e8d9de932715527e72026 98 0.05 vMB 103
Previous 10 blocks ↓
Total Size: 779.63 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: 303.05 GB
    • Received: 1.36 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.