Loading Tool

Explorer IconExplorer

Memory Pool

83,419 transactions
31.62 vMB
0.11187358 BTC
Random Selection Loading Transactions
Max Size: 193.25/200 MB

Candidate Block

Mining Attempt a8ba194b552f30246890eeaeb8a644b485f0f499da67be9e24f582c76900ecd1
Version 20000000
Previous Block 000000000000000000019785507a79249f2e450279abdeb5d17be8cab73e03e8
Merkle Root 364d7ab70ec44043eb4fbc75df4b8c7e157c7b805ea1bf73c2c25a4cb946775d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,207
Size: 1.00 vMB
Total Fees: 0.03830554 BTC
Feerates: 301.05 > 3.84 > 0.41 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,221 (96,025 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
819,196 819,196 00000000000000000003ffeb21351b9fae79f6f7bef6a09c544b333643c3f316 2,258 1.00/1.00 vMB 157
819,195 819,195 000000000000000000004853b3bfe256d196a03956c29f84dceae007969d8719 2,248 1.00/1.00 vMB 107
819,194 819,194 0000000000000000000413ece90110a8b410e44de0d9bfcf4e348c4960e1b0dd 2,577 1.00/1.00 vMB 126
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
Previous 10 blocks ↓
Total Size: 782.77 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.33 GB
    • Received: 16.89 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.