Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

915 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
910,535 000000000000000000022cb30000000000000000000000000000000000000000 0.30 vMB 913 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,534 (875,362 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
35,172 35,172 00000000a0f91732ac7f55f7772efe3f076fd8935f090be0e53479f7172a0298 0.00 MB 1 0
35,171 35,171 0000000018d6737b015bdecd8352cecf68a91322bcc3bbae0d42e6ccde6203c2 0.00 MB 1 0
35,170 35,170 00000000654955e39227d8a352400249ebd7f1953aaf1b8e82e7824ee68bdae7 0.00 MB 1 0
35,169 35,169 000000007222a434a9d04ad39d78d0a7e640d8f0c98d873e92b3303b41bc6df5 0.00 MB 1 0
35,168 35,168 000000001041339268330c01a9a93c03997d568c8c2f3205d29b5d38354bd3ea 0.00 MB 1 0
35,167 35,167 00000000852931e9e8f7eabd0f50aff9b7ebb401a9492bc6e49030cd88679248 0.00 MB 1 0
35,166 35,166 0000000071e8a54e611cbf30434ace776c2652dbe2f0b18c615e6d659d3541b4 0.00 MB 1 0
35,165 35,165 00000000805d647252e2c694b61256f44e506d0e5bc085f4161dc0f67a95998d 0.00 MB 1 0
35,164 35,164 00000000179a09b7ae4f0afae929f387872a7ebd42a75bc3672a9d6ebc52c46b 0.00 MB 1 0
35,163 35,163 00000000b69746762318f3e5b61ccc1d223c3475c6f305a37257f06cc15e926f 0.00 MB 1 0
35,162 35,162 000000003c70c8268dcc27bf4e1c46461c5e0d827ae669d05e06b86ad767114a 0.00 MB 1 0
35,161 35,161 00000000b78c6d910a6567d50d12dc6db364e789af4eb2537199880e29cdc0a1 0.00 MB 1 0
35,160 35,160 0000000061cea4651b61fbc772221bd5f9deec8100b3a1cbeb0c01304e336019 0.00 MB 1 0
35,159 35,159 0000000016494f515c09cc871c3a04628683021cb838295ca781fd8aaca24e69 0.00 MB 1 0
35,158 35,158 00000000482316231bd01ad2626f73427568746cf5445da6c82e606cecd38814 0.00 MB 1 0
35,157 35,157 000000006794d068706d4ed8fff7fa771eacbd4b16e46b705bc7d85a97d8ada5 0.00 MB 1 0
35,156 35,156 0000000031de066c0723bc28031d8b97757a0e72cc1aad0271aa43f2dceffb33 0.00 MB 1 0
35,155 35,155 0000000041102c3e92c37265cbd5e180e581e587a78c8d679a2f34fc43119da4 0.00 MB 1 0
35,154 35,154 000000000e6202307fd76b0dbbccd2193b4862a6d615885480b066afa9e410a7 0.00 MB 1 0
35,153 35,153 00000000ae8b660958b2ebe5295b36c588dc4814680ecd61700e284e4e7162a7 0.00 MB 1 0
35,152 35,152 0000000052c282905ec97caf3142abcf48550ed8de2dc7ec905f7f66e84ed896 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.37 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,248.91 GB sent, 120.40 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.