Loading Tool

Explorer IconExplorer

Memory Pool

49,192 transactions
29.79 vMB
0.07428889 BTC
Random Selection Loading Transactions
Max Size: 159.37/200 MB

Candidate Block

Mining Attempt 5fb40e3ec2951d24ebac858f45bc43b6076f0494a0fd6cf0a75a4c7aea8cdb75
Version 20000000
Previous Block 0000000000000000000076b83b1d6ccdb00623eb84fa22f3fb18eee6fe467774
Merkle Root 5988534bfd350d0c7cc454b5ba07852a955c78486479c857771c0ff907c88e12
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,125
Size: 1.00 vMB
Total Fees: 0.01296347 BTC
Feerates: 117.91 > 1.30 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,829 (738,708 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
176,121 176,121 00000000000007d785338479ca572cba06e9595892685c3df7ece9c07cc242cd 111 0.03/1.00 vMB 5
176,120 176,120 00000000000003c1f3c410468e27652200193be25464b574a0019ed046f8a304 72 0.03/1.00 vMB 33
176,119 176,119 00000000000005e21881109cd5897ae3bcd170685204fd9ecc9f4eacd004f2b0 43 0.02/1.00 vMB 485
176,118 176,118 0000000000000a2192e0164ccbe1a76ff87c0688fc58e665f68b59fd04476bb6 67 0.02/1.00 vMB 97
176,117 176,117 00000000000003081886bf0eed50c8482e0ae13fb3e1b8f74fb08f6e82fac09f 6 0.01/1.00 vMB 7
176,116 176,116 0000000000000a58b60a283489c8b381ec9a70419b6cafc19dc5dde4bf66dc21 11 0.01/1.00 vMB 86
176,115 176,115 0000000000000235f3e5d6a715c92f8713c9014a4bd293613eddceb0379d9cee 92 0.03/1.00 vMB 103
176,114 176,114 000000000000068c77d367073161c4dfcb2edeb2773baf4cbefe4d63b7c7396a 58 0.11/1.00 vMB 598
176,113 176,113 00000000000008c71cee4bd73868eeec8e44ea29c521591cfb72395fdabf7df7 9 0.00/1.00 vMB 6,953
176,112 176,112 00000000000006e30da3a0c239bfc4a9aac10f5263aa6f0f4cfa957d594516b1 67 0.02/1.00 vMB 139
176,111 176,111 000000000000065733a00ff0a4d552b3900162e0e9f7ff6f99f2cc2cb72ff5a6 145 0.05/1.00 vMB 79
176,110 176,110 00000000000000a27a526e812940f72deaa2563826cb8cd3c70dbc81f8a9b69e 114 0.05/1.00 vMB 134
176,109 176,109 00000000000008eae6f5e0a4d4c7570d7cbbc5ede923b7e821466d294f88c272 58 0.02/1.00 vMB 155
176,108 176,108 000000000000070a32a2f581be2a58305da2617c135afa70590ef0fb1c7fc1a6 33 0.02/1.00 vMB 324
176,107 176,107 000000000000013d2a4d838d6cfd5bdf508ef85a044935314bbe0babb46e6f8a 146 0.05/1.00 vMB 93
176,106 176,106 00000000000009de63d088c31b48da0ecee5a985969b64556b1c54e06580e4b4 11 0.00/1.00 vMB 15
176,105 176,105 000000000000005264faebbcd8b0b9c1e1892d74196bdac4340b4315e2856733 59 0.03/1.00 vMB 28
176,104 176,104 0000000000000140dd040fe47bc9d6d68c2af7bc49598d0f85353e6ac4f5015e 20 0.04/1.00 vMB 177
176,103 176,103 0000000000000448b9fcad3304e2ab6ccb6a933ee5a3cb57113789e890f25014 71 0.03/1.00 vMB 65
176,102 176,102 00000000000006f96d1d98bc5e3255c90fc5c904c57a2555c845034909c9f09a 47 0.03/1.00 vMB 216
176,101 176,101 000000000000060b1f56b8da04c28178301e774129f43a51bddfdd1bfebb7172 31 0.01/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.09 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: 651.46 GB
    • Received: 13.58 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.