Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,194 transactions (0.30 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,014 000000000000000000022cb30000000000000000000000000000000000000000 0.30 vMB 1,174 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,013 (894,103 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
16,893 16,893 00000000113c355415c3417c734a45b62790b91b41ff08028580254c584f5ea8 0.00 MB 1 0
16,892 16,892 00000000bb93263c29a28112749e1a07cc9f9e67f895331aa7f4e05d18a7bb72 0.00 MB 1 0
16,891 16,891 000000008eb013d85767b8238dee6673163e68e590d1c870ce562659e04780a6 0.00 MB 1 0
16,890 16,890 000000000eb56f6aee66a24f7eb75242ba9429fd7d973347693efe0499b35d70 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.27 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.10 GB sent, 125.05 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.