Loading Tool

Explorer IconExplorer

Memory Pool

84,478 transactions
32.63 vMB
0.09826620 BTC
Random Selection Loading Transactions
Max Size: 197.79/200 MB

Candidate Block

Mining Attempt c6e9ce6c31f66c82b38b1d4385979ffe836ab1f86c8f5b46aea2b8a52791608f
Version 20000000
Previous Block 0000000000000000000073858b84c6401114582f0135c71d085cde3871dc221b
Merkle Root 3ee4c0d0d5d8e1698701143b99e40f6c3c804031ee23c761dc914430794101f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,037
Size: 1.00 vMB
Total Fees: 0.02609023 BTC
Feerates: 223.65 > 2.61 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,216 (96,023 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
819,193 819,193 000000000000000000038eb10fc4b3a65993ae187a3c92fe75a0f50582bda922 2,437 1.00/1.00 vMB 206
819,192 819,192 000000000000000000002f7cd8528c3f8c071e7e8b50135203bc30776d5b0930 2,304 1.00/1.00 vMB 228
819,191 819,191 000000000000000000007d5ad008ebb82acb259522d3d64e9903859dfa8b6792 2,568 1.00/1.00 vMB 70
819,190 819,190 0000000000000000000406bf6e738b78be16efcfff0113419ff2086e8f6a9573 2,505 1.00/1.00 vMB 59
819,189 819,189 0000000000000000000269079d4ab8e506ec3d8f2c71a9e74ca8673c99e6976b 2,230 1.00/1.00 vMB 67
819,188 819,188 000000000000000000028c1afd465a131fb25eb0035a861e885976f1d6c6c5da 2,615 1.00/1.00 vMB 104
819,187 819,187 000000000000000000020b1f79bd20af4a8149e88d5c89da126b7f38c45b418a 2,488 1.00/1.00 vMB 147
819,186 819,186 0000000000000000000146e0d3da398d7fd4c0091b67bdf0bcba5403b4b97d4a 2,488 1.00/1.00 vMB 161
819,185 819,185 0000000000000000000391707260d637b4d98a4422c499732722b0151947da5d 2,476 1.00/1.00 vMB 195
819,184 819,184 00000000000000000001e22c353ec028d057ad33afb43810da6be60ad1f5f628 2,254 1.00/1.00 vMB 216
819,183 819,183 0000000000000000000044a90c1a377b31b53302b56f94d21100eda3f9b34ae0 3,444 1.00/1.00 vMB 27
819,182 819,182 00000000000000000002b9420cb10fa78f007a44b46ee2e5b51c08be4786fa07 3,337 1.00/1.00 vMB 83
819,181 819,181 00000000000000000001a34be88738d4e32d81ba981f0827e6de782f44cdfdd6 3,164 1.00/1.00 vMB 59
819,180 819,180 0000000000000000000342d5362536c9f5d4434cb5ea5fb597045d61f9c65c69 2,854 1.00/1.00 vMB 29
819,179 819,179 0000000000000000000136d7ef22b96dc1dd91df5821df5c8390323ed57d7fe0 2,747 1.00/1.00 vMB 41
819,178 819,178 0000000000000000000145547019b112fef5cffacf8574e4874b0ab524c477ac 2,338 1.00/1.00 vMB 46
819,177 819,177 00000000000000000003c9ba959f1ef1a1f3cb7ba0b41c677e888b8e51819bc6 3,119 1.00/1.00 vMB 56
819,176 819,176 00000000000000000002deb7ac0e4415e93adbe7f28fb11ad35ded242a7616b0 3,683 1.00/1.00 vMB 64
819,175 819,175 000000000000000000027e257e0d8481efbaae91931b65b5bc456f510fd198ca 2,675 1.00/1.00 vMB 67
819,174 819,174 00000000000000000002702a2069fd58fd5e2bb60477d86207922277251a45be 3,029 1.00/1.00 vMB 77
819,173 819,173 000000000000000000034306732c9951d921d937eace6a658207cd9a707845e9 3,026 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.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: 709.02 GB
    • Received: 16.82 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.