Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

284 transactions (0.06 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,563 000000000000000000022cb30000000000000000000000000000000000000000 0.06 vMB 283 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,562 (868,453 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
42,109 42,109 000000005125cf1a6d142685493f8b6d90e530e58bd39e17139a834694abc3d6 0.00 MB 1 0
42,108 42,108 00000000553f920b7dcb9456606bee1d82aa1d1a66a1c2b3f7797da71283f0f0 0.00 MB 1 0
42,107 42,107 0000000006f30af80d88b2f65303dd905d823f671709c57a65991292473ffe0f 0.00 MB 1 0
42,106 42,106 000000005349ced9cc1d88b9926e25f226775e64adb0494c2adf9224e76acfc5 0.00 MB 1 0
42,105 42,105 000000004c250bebdce84377bf45287ccbef22171453c9005aa192e7ebe78002 0.00 MB 1 0
42,104 42,104 0000000000b4d7c61724d5d0fe2079fda3d07e9f1ddfdd2316fbcc493e91bc43 0.00 MB 1 0
42,103 42,103 000000005ad10beeb9e44e0a0387e156649b927539c826fe2368ce2ee36ab2eb 0.00 MB 1 0
42,102 42,102 000000002d24e332fefb3e86d7c8c5e933ddbb944d66eac9ec7cae196e063460 0.00 MB 1 0
42,101 42,101 00000000608253b57890efec5995c1fbc8e9859d11d5e04d9bc0563641d5fdbb 0.00 MB 1 0
42,100 42,100 00000000324c4890ea4b8967f5ad909e4a82887ef1454952c456510110c3c177 0.00 MB 1 0
42,099 42,099 0000000054a123defeaf4209ce861f4f58afb0d4236a7077f083475b062c8704 0.00 MB 1 0
42,098 42,098 000000005d38bd0f8cdfa6d1fab4416ab8faca118dc54c7e1c8ec4bf62a6dd46 0.00 MB 1 0
42,097 42,097 000000002b0684d074a9108e85e1fa0c2e4d79cc8eb3b56886e50b2cd5b2b136 0.00 MB 1 0
42,096 42,096 00000000062931a902519509ee80554c04e4a4a3af4b630ab3fa955c74845f5a 0.00 MB 1 0
42,095 42,095 000000002f5769749797e3ebf7ca5b9c1cad3314143617ead6962b1f69379eed 0.00 MB 1 0
42,094 42,094 0000000035fa5350f31ca58087ca799cd470223a07ee6b211c68d82e650e0467 0.00 MB 1 0
42,093 42,093 000000002b58aed2a09ff7f147cc29a100bc7fbee2213870447fd2c9c8070989 0.00 MB 1 0
42,092 42,092 000000004040ffd67263225f7665292a76b3488bc015e4352d69a31eb0977042 0.00 MB 1 0
42,091 42,091 000000001b32efdee448e69057dfeb74eb35395830d43b4d3a951576c66adfd4 0.00 MB 1 0
42,090 42,090 000000000acbab81036b185cce83be70f939b29afd74eb4e55a62d5104176ff6 0.00 MB 1 0
42,089 42,089 0000000004b45c06cc82b78d5e42c552bbe5c579f3bd972de8f2ec3332dd8dfa 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.42 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,252.56 GB sent, 120.63 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.