Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,958 transactions (1.18 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,996 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,208 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,995 (819,544 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,451 91,451 000000000003c8f9a56b742097f1a70a3bca73443b526e4ea41ab003ba66f3e0 0.00 MB 2 0
91,450 91,450 0000000000081244dc542cdb0d5dbeffac6b7279f2200cdf0dc3c86aa5e45d18 0.00 MB 1 0
91,449 91,449 0000000000023977d06f9d30a0572508d1d4ab0dbfbf9f90f78f2165b016ebc5 0.00 MB 2 0
91,448 91,448 0000000000008b71d582b33aeb5e120fc66cb8e6464ba1c9e30a8c8a800c1378 0.00 MB 1 0
91,447 91,447 0000000000051a825e6bd721a68975296db11e9efb4615d302ca70dd70604f53 0.00 MB 4 0
91,446 91,446 00000000000b2e63e62b1c47bb0b32d0e1dd6a102bd86fff7cf624b2e876e8c4 0.00 MB 1 0
91,445 91,445 0000000000098f1eac29c68eb6ad01bc402aa76b0ec582b17fbc042a79412488 0.00 MB 1 0
91,444 91,444 00000000000b68852e1519cda0e7d538d30d6eafe8011ed1335cee3447884286 0.00 MB 1 0
91,443 91,443 00000000000e63435d54a7638df30b7639297f948afbbc7f19b2c7a9f8dfa0b0 0.00 MB 2 0
91,442 91,442 000000000004ed8585fb50824e20a3df25c204e90cb6256849ad3239b4e4f3b9 0.00 MB 1 0
91,441 91,441 0000000000094b9b1f4001c4d4ec30f1e20f89427d32b99b8a26fe17272394cb 0.00 MB 1 0
91,440 91,440 00000000000385a1a8b431d3e0e9e0d32f1e99215feabae7c3681ca688029b3a 0.00 MB 1 0
91,439 91,439 000000000003a02005daf2e5dd7eaf8c951b994b7d0398e5e1d75d7d344b8fdf 0.00 MB 2 0
91,438 91,438 00000000000600c45941727df238aec95a209f794c1e927e71622ab28b641f41 0.00 MB 4 0
91,437 91,437 000000000000123b643c5728043b34ddc0ab56d2d0b39ace4b33729de25eb4d5 0.00 MB 1 0
91,436 91,436 00000000000107c52ee5a95d1f7d8dc8cfad41a84ea39d83232c498c4cc5fd26 0.00 MB 1 0
91,435 91,435 0000000000094b55499a9de8d442658463ecbb6ec78de69d0d048d196704d443 0.00 MB 2 0
91,434 91,434 000000000005b9176c488a47ba728eb13b82d43bef6f7048d81e13b2a4f9bd83 0.00 MB 1 0
91,433 91,433 000000000005850c76d0d2d6aef59eebef452d303583169eb80177b9a920f5ed 0.00 MB 1 0
91,432 91,432 00000000000cfe2d97ad1b43097d66cfd1731e4706aac311f90db43b3cb07f3a 0.00 MB 3 0
91,431 91,431 000000000004e693e87acfe1c0dd06b9ebde8ff0e21ad96cf444fc7428d11eff 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.23 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,359.82 GB sent, 124.88 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.