Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

358 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
909,660 000000000000000000022cb30000000000000000000000000000000000000000 0.08 vMB 348 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,659 (865,638 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
44,021 44,021 0000000035a80cc630778ffc03692f52f1268d96dda781f22a245f3eb840f0e6 0.00 MB 1 0
44,020 44,020 00000000428a5c7ea39d138598e6b054052afa75fc98cae674e9312fe555b40c 0.00 MB 1 0
44,019 44,019 0000000021bc73cfc708d87cc73f219b6f434297348425dbd69a7e322809f15c 0.00 MB 1 0
44,018 44,018 000000001414914502e96bb4664a80bb25b857d342a259ca0db415c2a96a24a9 0.00 MB 1 0
44,017 44,017 0000000026e4a05e5de0de642aea20fc8080f6a8cd1260981fdc500ed5004395 0.00 MB 1 0
44,016 44,016 000000004352ca917863abf35deabd91e814a8201d2b342d1c60fd3ee1bc00d7 0.00 MB 1 0
44,015 44,015 00000000328bda892d3e8a25436e9c1e82d4d3228c39da67423c69d42137c9a3 0.00 MB 1 0
44,014 44,014 000000002f9ff01907eeef02f8d8eac4605111073cfc3d4dd27712357ad5c9c3 0.00 MB 1 0
44,013 44,013 000000001cc78c0e34d2425e0679665da23ece0e2d8615572b7501a2ed9aa845 0.00 MB 1 0
44,012 44,012 0000000030d31205d6c6510d29c6cc9b3d0a8042bcb01f61f42576aa328a3fb6 0.00 MB 1 0
44,011 44,011 000000000f648c668e32e995ca3f98d84de3033c43b354d16b4fa37197a5337d 0.00 MB 1 0
44,010 44,010 000000001aecf0c7f91726fbaf3db4b02b786f7d85936f79ecdfce98006923bb 0.00 MB 1 0
44,009 44,009 000000001a80425aa35882c9bab1430eff02725cbd6f9fda1e50c541800d011b 0.00 MB 1 0
44,008 44,008 000000000dccb7c4263dc44eb89e9fbaccd449217198461dd62fa78569b1a375 0.00 MB 1 0
44,007 44,007 000000000af7ad5b9a61a770e12c5ec6870400bfc8c07a954fdd4c11729a2649 0.00 MB 4 0
44,006 44,006 0000000024fe70cf0b7dfb6b3e0b944e408a903443bfc85e0bf95ce856524739 0.01 MB 2 0
44,005 44,005 0000000019578f07ca088f9a509acee78e5f13d928e5407187fd899c00d048dc 0.00 MB 1 0
44,004 44,004 0000000024ce5f5e4194586e635dcccc97e568329d0f7aa1a210179c8d3583b8 0.00 MB 1 0
44,003 44,003 0000000030591f74b9898cb9f026cd9f5a2d57318e4facbd7672d51995310169 0.00 MB 1 0
44,002 44,002 0000000018926a857663ae6ece8a3ed1abd9e60dd0fa5157284faca7361ed89a 0.00 MB 1 0
44,001 44,001 000000001611e0eb1961d279254766d3581143cb9144464df1d709805fb555bf 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.78 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,130.77 GB sent, 112.20 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.