Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,562 transactions (0.70 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,980 000000000000000000022cb30000000000000000000000000000000000000000 0.69 vMB 1,558 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,979 (639,504 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
271,475 271,475 0000000000000003ad9f930a8130f913c263fef73a82333028537d64d3545c68 0.07 MB 70 20
271,474 271,474 00000000000000016192f90931cdd5e1ff6d0c07200375f7520476fdb60345ce 0.25 MB 617 65
271,473 271,473 000000000000000154c52788e75add2ee258f3926271654cccdeff57a16b3332 0.03 MB 81 50
271,472 271,472 0000000000000004a5b75246d33365500e2e12ca7abdc94c4458c32ddf7a13eb 0.14 MB 361 48
271,471 271,471 0000000000000004aa28f5a402ddf8b0fc649ac688d4dcc879788a70795a132f 0.06 MB 163 59
271,470 271,470 00000000000000019e06a5d406bcff8343a8923ad5e54dd4bc8725fdcf94a933 0.26 MB 567 47
271,469 271,469 000000000000000657ede03f605631a60fe09cee53d0a464defb579c6d54b82f 0.16 MB 254 43
271,468 271,468 0000000000000006ad93d99a3e18145ef04234c87f6f808d6a8bf0fe28ed7504 0.25 MB 598 54
271,467 271,467 00000000000000008323a7aaeb0349504422335bdae105a23919de93a59d5f29 0.35 MB 905 56
271,466 271,466 0000000000000005f70e4a1726673c3607d26de39e5437047a6cc7be5544b28a 0.61 MB 1,124 36
271,465 271,465 000000000000000213954e02bd5345e5c0bd9a759c7b8f7df52095b616a86940 0.25 MB 490 58
271,464 271,464 000000000000000392cb41768bc94e9881666edc4065914fcbdf7056f7bc7261 0.25 MB 640 63
271,463 271,463 0000000000000001694751759db63c05b2c918c2ae2c8103354cbcc1615972a2 0.12 MB 65 13
271,462 271,462 0000000000000003122c1ea1bf968999e0614b8d56107898720b1f4d2a0f0e58 0.50 MB 1,353 39
271,461 271,461 00000000000000063b7cb3692977e49f27edd8ffa152bc47b940d860b4e28663 0.25 MB 744 140
271,460 271,460 00000000000000017db28053941474ee68b0aa47f709fd83aefba019f5857fce 0.21 MB 204 25
271,459 271,459 0000000000000004dba122bfc1034fcf115afdac28de9024bd1d05db4df22835 0.25 MB 599 55
271,458 271,458 0000000000000004703faf6c74376d7bdfdd95a7dae152de06fec67fc3b68009 0.24 MB 569 53
271,457 271,457 0000000000000002adb4f399a2ac43648b77feeebbc28ff49a23b4e7898f5078 0.43 MB 1,000 47
271,456 271,456 000000000000000474a72aafcccd1d54fbf69b2d763d7ae64ddfe9d36db66c02 0.07 MB 208 50
271,455 271,455 000000000000000184062aef6623974de6aca3d89780749b02ed149329d0418a 0.28 MB 618 53
Previous 10 blocks ↓
Total Size: 775.20 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.58 GB sent, 124.76 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.