Loading Tool

Explorer IconExplorer

Memory Pool

79,221 transactions
29.67 vMB
0.07615926 BTC
Random Selection Loading Transactions
Max Size: 177.95/200 MB

Candidate Block

Mining Attempt 2f8f53041aeab47d6a85255e49a5dbaaaee62184533f6486a5a4b3269df9ba2f
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root b4f2bd7351efa0d100f7e4a766ab12645bd44aa47cace81fbab5fef4e9081c67
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,877
Size: 1.00 vMB
Total Fees: 0.01581913 BTC
Feerates: 313.32 > 1.59 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (631,986 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
283,029 283,029 000000000000000062ac4712ef60cc7238b39cbe9a166544c64dda8e9f60648e 146 0.05/1.00 vMB 293
283,028 283,028 0000000000000001c074a5933bfbc97edc8f7edacbd424a4032bfe0092b4bef0 238 0.11/1.00 vMB 33
283,027 283,027 0000000000000000ebfcac03f95e5763c190f30da508b10a15768c4a3f8542dc 208 0.15/1.00 vMB 25
283,026 283,026 0000000000000000d27e57cc0464c22543a7d0c608bb3de75876c2b93849491d 166 0.10/1.00 vMB 23
283,025 283,025 00000000000000019a13edc5619920464c56de72962879feb9f3f5793372f9e9 588 0.25/1.00 vMB 48
283,024 283,024 0000000000000000186fa191fafb9e5e7fa955f9a8ea7622e019290400c5b460 35 0.01/1.00 vMB 32
283,023 283,023 0000000000000001dc6b814f84beef0edc22dbcb47388e39ee38dc0005ebe7ed 431 0.23/1.00 vMB 35
283,022 283,022 0000000000000000b25f4c1c65c988f6f71dc68ec170d597bbadd5679f0c635d 397 0.17/1.00 vMB 47
283,021 283,021 0000000000000000a06cb7eeb10a40a92eea8fe035ab8d2bb251b77be35c3482 64 0.03/1.00 vMB 71
283,020 283,020 000000000000000139e568d2ab4bccc1e4d518613e49b197a4ef397ed9556e00 65 0.02/1.00 vMB 72
283,019 283,019 0000000000000000d9a3205a060922adb13e9c7e1bf4ad3d4019b1af90fe6a6c 185 0.09/1.00 vMB 68
283,018 283,018 000000000000000009f317d0adf42fa145abee56c18a9d26b0e1e97bf2992d54 205 0.12/1.00 vMB 10
283,017 283,017 00000000000000001371b12ca936a70f78c3ea924dc2089daf026c016e0c881a 323 0.27/1.00 vMB 19
283,016 283,016 00000000000000000e1a32ff8ca2939bcdf4e06ad41bdf4bfd98bd9cbb4d2cb6 127 0.05/1.00 vMB 40
283,015 283,015 0000000000000000f6d879da18a1a433bad05719343b86fd9d1e7e280ba25988 564 0.25/1.00 vMB 30
283,014 283,014 000000000000000165284f4e666ff90fc23910d94fc114d2fa3fc97fb57bff6b 182 0.05/1.00 vMB 46
283,013 283,013 0000000000000001e4e10100b1cefe2f2bb5f7a95d3e9124c0d2c2edb3870a7f 174 0.05/1.00 vMB 54
283,012 283,012 00000000000000001af59d15a7cda38f818c38badc2b5148e2556a246a68f0d7 162 0.05/1.00 vMB 230
283,011 283,011 000000000000000084f36b952ff681006d91c89589fba08a2f7e72dc1c3b9dec 175 0.05/1.00 vMB 66
283,010 283,010 0000000000000000615132312a275dd10660e50b6c3552989a19642c72eccbd5 186 0.08/1.00 vMB 32
283,009 283,009 00000000000000005ed646e1231ff6a5699e7cb1c7074b45395c97c2dee939cd 572 0.38/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.42 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: 665.40 GB
    • Received: 15.13 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.