Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

280 transactions (0.08 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,721 000000000000000000022cb30000000000000000000000000000000000000000 0.07 vMB 247 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,720 (855,327 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
55,393 55,393 000000000e6b6ba4e33aea15442f297c60786a21d77e5f33d71a9e05abf04454 0.00 MB 2 0
55,392 55,392 0000000004331a1651368ab49cd255bd39ad43e565413f975e9dd862ae53eec4 0.00 MB 1 0
55,391 55,391 000000000076a2789d8b0c9d976ff897317de608b10170a2a068ded428934f0e 0.00 MB 1 0
55,390 55,390 000000000e88e1d1446786384643c0c10ff7c91ea163bd5f8cedc68ed021b485 0.00 MB 1 0
55,389 55,389 0000000001914fbcf9138436cc57814f559567435202a06513155c33eb0794c8 0.00 MB 1 0
55,388 55,388 00000000101bdc321efa5cbcc84b25fda812b71cd6404e4307211f1747be54f1 0.00 MB 1 0
55,387 55,387 00000000126f09e57937f8bbb757e76d092265571ffe0be7ac68020640866b31 0.00 MB 1 0
55,386 55,386 00000000077a159d4d9a705f52f9cc28440fed32074251f3361aab60e3b14643 0.00 MB 1 0
55,385 55,385 0000000011e264120de76ec10e67549f4014ccf10183b688ceddca298ed6c8f1 0.00 MB 1 0
55,384 55,384 00000000137729ce4f7828981337327c651d7ad3f6dba0f076e678daa7204121 0.00 MB 1 0
55,383 55,383 00000000086b998f8b8d4f7e718d29d99fcdf0c7685fc3529b5adb2e5d919fb7 0.00 MB 1 0
55,382 55,382 000000000d02ba13d96be24848e0c0dbba47b54c8440aa699cd0cf91dd883147 0.00 MB 1 0
55,381 55,381 0000000010302064764854dcbb65a79d84d6944b019046b8307ec77738378f18 0.00 MB 1 0
55,380 55,380 00000000131ca6180077318e68251b03e2aa5d23bc0c09083406d34ea91d417c 0.00 MB 1 0
55,379 55,379 000000000b41318fc16445f8d12cd80a4f50ebc75fa7e2c317687b032140fffa 0.00 MB 2 0
55,378 55,378 000000000f4cdc1be678a1b6c254b390a5cba9c72b6e8bf8ebd57a88cf92a8eb 0.00 MB 3 0
55,377 55,377 0000000001ea8d96117fdb362ec0ee9b59d7e43d22224e0fc09da11052e0e932 0.00 MB 1 0
55,376 55,376 000000000999fb6bcedc11dba9666deac464623614e893accb9193e90c0530bc 0.00 MB 1 0
55,375 55,375 000000000ec4becc8ec44dec9931535a4c36af9d201686e1474d01480cf21773 0.00 MB 1 0
55,374 55,374 000000001399fb11d5ce51861ed0fbd382bfd7f72b0cbd2ccbcac31d36747e06 0.00 MB 1 0
55,373 55,373 0000000009b9e9b846bc10d27a5a8dff2acbbbfd7ef2aefa09522b472b173cf7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.71 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,291.57 GB sent, 122.17 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.