Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,780 transactions (0.54 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,372 000000000000000000022cb30000000000000000000000000000000000000000 0.54 vMB 1,777 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,371 (826,454 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
83,917 83,917 0000000000192a0bf948c8ecef933efac9d94fa4d7b880419667e8499899b9f5 0.00 MB 1 0
83,916 83,916 0000000000169628b29a3dfda6e7327d1d17e109dd5bac9d4c90e827a5309fd2 0.00 MB 2 0
83,915 83,915 00000000001ff19ee45276096976704b8439b70a09e4e9c778787dd852a2fa6b 0.00 MB 1 0
83,914 83,914 0000000000182308d335d91c2b66f43ce3cf73dfd6e10abf8d757f7b02dbc270 0.00 MB 1 0
83,913 83,913 000000000024fab63463437dbcbdc43c6cf39ddc833469b651da7a45521787d2 0.00 MB 1 0
83,912 83,912 000000000022b36e4e899d43f1e408eeacd067f2a1496d6fab0ecf95fc23e984 0.00 MB 1 0
83,911 83,911 0000000000308bea84b19e0d1e5f2548b867449ae7d0cc4c3a4098eb1f108833 0.00 MB 2 0
83,910 83,910 00000000000cd4dc060fd91c229934c43cf9a5b39b75e4f08e3ba9c3ec8bb7d5 0.00 MB 1 0
83,909 83,909 00000000001c895d185382709bcf30f105d85e89238cd6fa27686dfb38e9c7d4 0.00 MB 3 0
83,908 83,908 000000000025c2a1fc9f258f10285a417f661a1e58141dd34492cb6d435a5bf6 0.00 MB 1 0
83,907 83,907 00000000002184fad2db56ef96485071fb10905952b659cdf7022736843d7f1e 0.00 MB 1 0
83,906 83,906 00000000001edc530fc6e72557274e0ae893584331d6f33c993ec345c4d15d7e 0.00 MB 2 0
83,905 83,905 00000000001a1cb266844e72228607b14f2daa63e6a4d8f902c030112e34bb54 0.00 MB 2 0
83,904 83,904 000000000023a6498738d6aa0b214e459e94c98d0ef45f636e233c66b3fa3f13 0.00 MB 1 0
83,903 83,903 000000000024a5e2a58b49cb11bfc80bf0f10f30dd55cf7c60cd670669e6b62c 0.00 MB 1 0
83,902 83,902 00000000000e175b564ee241507160056b5c6b6b9ce7664481817ec804f16378 0.00 MB 3 0
83,901 83,901 00000000000578060671daec856c399ddbc8531746ba0b0ebb43c7e8942c60ed 0.00 MB 1 0
83,900 83,900 000000000022d6d05af25f48231ed7b968c0b417c64e31b1995553b6d723cb76 0.00 MB 2 0
83,899 83,899 000000000011bb851bd6057a454d7f6184cf1bb3af6e92b814c470190a0c2579 0.00 MB 2 0
83,898 83,898 00000000001e2cf38ddb82d4851c5a1fa130b03df70d9b63463425b1f9f26cf4 0.00 MB 3 0
83,897 83,897 000000000000f4d8f29cbdace47c8a400ba4553493332319bba94e6e99673477 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 774.09 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,233.37 GB sent, 119.01 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.