Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,211 transactions (1.44 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,564 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,080 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,563 (820,172 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
90,391 90,391 00000000000e2678405ed5f01d26381bee1dc8712f3f15946970b27f7d04ac81 0.00 MB 1 0
90,390 90,390 00000000000a49d29a62b247b41b22f3619478b32747dc9f003ec39a757140f9 0.00 MB 1 0
90,389 90,389 00000000001385eb48b071723f25ee38fdc45f22e810d31fb222f84e80c7865d 0.00 MB 3 0
90,388 90,388 000000000013c83f2a050d083efc7ee54623e116fe4f62f6fdb403c5923ef327 0.00 MB 2 0
90,387 90,387 00000000000660c916240fc7528fc885fc91dbaf4c946295261d80bfb07319d8 0.00 MB 1 0
90,386 90,386 00000000000fad14f579c87641f290cd3c999b27857a3a398d34d213bd14dd92 0.00 MB 1 0
90,385 90,385 00000000000f2c5380d2c24bdc272cbb773651102a81e0b5f346d1f17a0a3f1f 0.00 MB 1 0
90,384 90,384 00000000000473b991e63e80b810d24e16368948e63a07d53f1866ad4e5b17ae 0.00 MB 1 0
90,383 90,383 000000000005cede75e950678290db7ab483105276018759820a583800438c84 0.00 MB 1 0
90,382 90,382 00000000000ddc3262ad42e5d99cc63fbc67b638043e0e461898b0c50a6edd60 0.00 MB 1 0
90,381 90,381 00000000000140e30a4290b6483905f9c75a8226ac4edb4a7a94a6ca69b0852b 0.00 MB 2 0
90,380 90,380 00000000000e34955778a71eebbff54da4d749f0b2f7b3bc743324009a11536c 0.00 MB 2 0
90,379 90,379 000000000006e5db4597531ef3a4a2fe4bc15ee74f17e4cfecad66d00047ea2e 0.00 MB 1 0
90,378 90,378 000000000003dc05601da3bfd428aa54cbfd11cd7974f659818ef8f91d521b56 0.00 MB 5 0
90,377 90,377 000000000004a1c386125328ecc4e32bfb8aa17e7e978626d70a08dcbfbeb82d 0.00 MB 2 0
90,376 90,376 00000000000dbf190170d65c888ca4b179bf8d8470e730ac980133b13f5f4604 0.00 MB 1 0
90,375 90,375 000000000010d1c260aa2c3cda3758dddf9e99d4295bf6cadb029e475e2526ec 0.00 MB 1 0
90,374 90,374 000000000004139199fd2dc9cfe4b2ecf67406bd1e3ba31789e4f0fb16b8551e 0.00 MB 1 0
90,373 90,373 00000000000c1d254b68314add0b979a702a2eeba7109b6ff77986aa97ff94b6 0.00 MB 1 0
90,372 90,372 00000000000b6f698c449f7e3b96754e5e6530b2c6a88df3c1acf60d8e78e0d6 0.00 MB 1 0
90,371 90,371 00000000000fbf0ae35339abc29cf88c69baadad3bf2b9b49c70623d087bbeb8 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: 11 outgoing, 114 incoming
  • Data Transfer: 2,252.69 GB sent, 120.66 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.