Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,412 transactions (0.45 vMB)

Priority:

  • 1 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,705 000000000000000000022cb30000000000000000000000000000000000000000 0.45 vMB 1,408 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,704 (868,601 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
42,088 42,088 000000000616086662027cdc40f15ef8b3bebc218db761c0ed048b88164a9e2c 0.00 MB 1 0
42,087 42,087 000000000243d2051807588b7b352a5c40be9e179ed11cadbfd23be93eb1c800 0.00 MB 1 0
42,086 42,086 0000000009f503b87af08eedb46c9d96e32658bc99b124e69b326d0d4bf0e606 0.00 MB 1 0
42,085 42,085 000000001b3f98fdbed845eda3ec769e472fcb99b0475537687a23d9131c5066 0.00 MB 1 0
42,084 42,084 0000000017f8bc41394745f490029ce09a4545996512e0f95743a1c2a1763bb0 0.00 MB 1 0
42,083 42,083 00000000087de4727eb84b1558a2f0936eff5c54b9f4e158d3e95ff53a2a5c79 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.68 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,291.23 GB sent, 122.03 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.