Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

869 transactions (0.21 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,405 000000000000000000022cb30000000000000000000000000000000000000000 0.20 vMB 869 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,404 (887,168 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
23,236 23,236 00000000b8a27cb2a2cbb6ce63ab894a5f9fb8f602f4a9a421db50e5635e97a4 0.00 MB 1 0
23,235 23,235 0000000058c0a62a019fb94fc4940f5a048c492f0b45398ebfc773f9deef8a44 0.00 MB 1 0
23,234 23,234 000000003fc2285e7296924cadc97af1d4581e4ffb29c39595b813d61cde3100 0.00 MB 1 0
23,233 23,233 00000000da2812776d06d0a47288b8793bdb0d1f6f83cf3af139dc7c0a32364e 0.00 MB 1 0
23,232 23,232 00000000413077cb17336d6e2b34bc2bb64d733908cd26674001ccc7986a3158 0.00 MB 1 0
23,231 23,231 000000001b3827b7d53f79e5633a468e0e29f1cfb510a0c6d05c977701a39f40 0.00 MB 1 0
23,230 23,230 000000001503034e8946c1af42c8e5fd158bea5705b101e47f72f9c9848b39da 0.00 MB 1 0
23,229 23,229 00000000073bf70393072428fecd81336c0b3e6f5105c6b3f96e64b6a04e9a3b 0.00 MB 1 0
23,228 23,228 00000000901a68cc88b33a0eef5cbf6a54500377e90dae42e161b413dece06d9 0.00 MB 1 0
23,227 23,227 000000004971c1ab82d14e3bed65184494dd87bf6ae50fd395a8bcd2c896d931 0.00 MB 1 0
23,226 23,226 000000007b50b8f45ad7d60a4beb99101e670587779edf5979f1c0051c2b6ea6 0.00 MB 1 0
23,225 23,225 0000000002a409fbe18552b0d43890b8464e8a4e5b8a5b025971d8cfb8f14326 0.00 MB 1 0
23,224 23,224 000000006248959bec253b510e7ce807dc6bf2dd704080c1cd4216888a5234ba 0.00 MB 1 0
23,223 23,223 00000000fb9d35e93f5cdb7110b71753aa63c6b459b7b15ff8bcc203bdab53ec 0.00 MB 1 0
23,222 23,222 000000009fda2707967320ede18a845b6cc3f68328db8dd015455bf51e11e296 0.00 MB 1 0
23,221 23,221 00000000535e7ab87fd0cb9eeb197cf9c6ace0895641de21b82c01568e4ad889 0.00 MB 1 0
23,220 23,220 000000000209118dcaecd44bb64c11b00bf9c01b16f9cbaed9aae84420f4dd74 0.00 MB 1 0
23,219 23,219 00000000614800c2507d03b641f865bcd6fe93d753cd654d1fb395aa69d2382f 0.00 MB 1 0
23,218 23,218 0000000035eea48c9c9935f855db321b294187999e3dbfc1e526a0473c100363 0.00 MB 1 0
23,217 23,217 0000000022b13b91d57246d9cc94043962f86ac9873498038ae915f711cef7af 0.00 MB 1 0
23,216 23,216 0000000005bb8775cc680ed19daf1947842476ffc7867ce6aece9002b93e9974 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.15 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,234.68 GB sent, 119.26 GB received

Notes

  • This page updates every 5 seconds.
  • 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.