Loading Tool

Explorer IconExplorer

Memory Pool

43,357 transactions
30.82 vMB
0.10214231 BTC
Random Selection Loading Transactions
Max Size: 156.76/200 MB

Candidate Block

Mining Attempt 1ad7dc874f9a3e6da5ef9e62b46780bb625cb929ee3a4b7379cf2d85c0e1903b
Version 20000000
Previous Block 00000000000000000000ff70d2eab8ba39c62939af77ca332015a8c22a4f40a3
Merkle Root 43bf94ef8bd28dd1bd49459514266ee5a39ce303f5b5a71f591af7112d27b747
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,162
Size: 1.00 vMB
Total Fees: 0.04022857 BTC
Feerates: 124.04 > 4.03 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,444 (809,285 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
105,159 105,159 000000000002f680650f36b3a753a576f9ebf5bdc2bb2bb3dfc6c1418b9fb034 3 0.00/1.00 vMB 1,934
105,158 105,158 0000000000004f814722a03cf21c98cf3f05506aa6b7de56c68fdc469000cf3b 7 0.00/1.00 vMB 0
105,157 105,157 000000000001cbecfb0c3ceac4475156936f5417477107803042da8ed5986cb6 8 0.00/1.00 vMB 341
105,156 105,156 0000000000017ded083da82a8e59bea5f9616869a570dae804807dbfa7d44030 8 0.00/1.00 vMB 0
105,155 105,155 000000000002c3adb69070031104082b00880f5987439550f61935dcc754f350 4 0.00/1.00 vMB 0
105,154 105,154 0000000000014fe349fe3b920fcf94581fc79d1bde6d2c527a795687ae392c9d 2 0.00/1.00 vMB 0
105,153 105,153 0000000000027f136085062b1c9d4ac0c2e0ab380e672a2393ea346d5ba9cd5b 5 0.00/1.00 vMB 0
105,152 105,152 000000000002486594fbc0e3ba95d65f74a0ba1e0be917fd8183c942f1336961 1 0.00/1.00 vMB 0
105,151 105,151 0000000000015db41c55f727d94472f27ea46a2ea2cf316ad38547f45f1c2216 5 0.00/1.00 vMB 0
105,150 105,150 000000000001824e0be4fe67feb8d68264ae1fde425f78d6e9cf61cfaa0ddbb7 23 0.01/1.00 vMB 0
105,149 105,149 000000000001f4d8281a0632a2d55165764843869d32d9086827bc21e337f55d 6 0.00/1.00 vMB 0
105,148 105,148 0000000000026dd20877ebe8b8268cf5e515cf6982e89c7552610c04a4bab29d 2 0.00/1.00 vMB 0
105,147 105,147 000000000002778c4d4bb8c5565063245fece524ddd47e33b472b234a1c91043 5 0.00/1.00 vMB 0
105,146 105,146 000000000000e8bda1d696f393fa296c17cbbe3dc32c48a76da824c77e5d5cb4 1 0.00/1.00 vMB 0
105,145 105,145 000000000002e23ea27cccf54be7093fe4b635ed1925a75f9a255865862a7823 1 0.00/1.00 vMB 0
105,144 105,144 0000000000013cecdcf4e80aac61d6f4e8d254aa1fdcb645c545883fa124148f 5 0.00/1.00 vMB 0
105,143 105,143 000000000000b4a06ee67631bba102b693fba066420a1544429f9ddadc0ce5a5 22 0.01/1.00 vMB 0
105,142 105,142 00000000000064cf9fc757d7f3a264ea8029fc0896ef28e405155bfd1d8b0546 9 0.00/1.00 vMB 0
105,141 105,141 00000000000139e7d9eda12de2aaad882bf9efd0ca30ffb5f74adc4e5fdbf49b 8 0.00/1.00 vMB 0
105,140 105,140 00000000000211d1afaaee0d9f4292e9ad97b712a1a3fcea24649b3f08066610 5 0.00/1.00 vMB 366
105,139 105,139 0000000000002999ea5c7617e27faf0552589d3c3113546388e4fd8a63cfab0c 3 0.00/1.00 vMB 1,506
Previous 10 blocks ↓
Total Size: 781.39 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: 603.01 GB
    • Received: 10.49 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.