Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,169 transactions (0.47 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,026 000000000000000000022cb30000000000000000000000000000000000000000 0.46 vMB 1,162 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,025 (894,111 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
16,914 16,914 0000000028c8358d5ceaa730d2aaec5442f26301f474e9ae9c94ae9b547b162c 0.00 MB 1 0
16,913 16,913 000000008e8b123611111119169431c48ac925a279b1cccc7545392d2f600367 0.00 MB 1 0
16,912 16,912 0000000072c8d75baf8a63c9c44da1af424883c532bbff14cbaa79adf99368f7 0.00 MB 1 0
16,911 16,911 0000000000ef3ce0e17cbf3045c6dfb87cfa0933e3ce7ecaab82290c809c25c3 0.00 MB 1 0
16,910 16,910 00000000951c71e11585d7340e7760fee95b390a675aa42e894cebb994fabbcf 0.00 MB 1 0
16,909 16,909 00000000f78086759baef7f549b8241cfe176355334275ce9fdfe9c66d839c6c 0.00 MB 1 0
16,908 16,908 00000000e427d49a1bbe5f9ad95de7ffd6496a122b9a487763f16b98dc01df19 0.00 MB 1 0
16,907 16,907 000000007b42f227d485af466638eca815bf3737f7911fda1932478afcdeb083 0.00 MB 1 0
16,906 16,906 000000005234da6d2ccd4040f82d90398d96dd0636edc3a17f5cfba28cd3f965 0.00 MB 1 0
16,905 16,905 00000000057d7bf13c09c8ce40fe3bf516fd024de68e1cf36c46a5143bdd90c1 0.00 MB 1 0
16,904 16,904 00000000da1aa286ed8240295cb7181d7ffb7276a7ea275e93eac665d8d24a5b 0.00 MB 1 0
16,903 16,903 00000000ced435de20a50416c0e6f9123f76adcf3d5d49cd9cdfe337e5c3f1ee 0.00 MB 1 0
16,902 16,902 00000000942e257ce6a6a924415488805304e57a6ecffa93e8d63caf0abac772 0.00 MB 1 0
16,901 16,901 00000000ebefeaff2ba095d0d996d72dd9d6aeeea957997ef149960beeb96b32 0.00 MB 1 0
16,900 16,900 000000003ad3d7c17ccc9cd180eefe4416d1b4c448a4194aeff173465b4823e9 0.00 MB 1 0
16,899 16,899 000000002629202a7dd6070fef1c70638b8ee7e2c0af8790e8167eb44884c5fc 0.00 MB 1 0
16,898 16,898 000000005ea35de540b6494080589c7d988f26063bf223f69ef5e08c26b6efa5 0.00 MB 1 0
16,897 16,897 00000000d4f100f0ebff651698336b886a3a909cfd31e1dcce0381de5f8dd5b6 0.00 MB 1 0
16,896 16,896 0000000033e922a502d9d6f9ed97bf22bc1dfd5bc33846660c8ff21489014c56 0.00 MB 1 0
16,895 16,895 0000000007639ec196f1b1e9d7b8c6132cdfd98d181c75588ba1d1c668534db1 0.00 MB 1 0
16,894 16,894 00000000f026774114af6e4690b688660bd587f276751b2eb71d0b4559bd0bb5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.29 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,360.62 GB sent, 125.21 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.