Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,579 transactions (1.14 vMB)

Priority:

  • 1 sats/vbyte = (18 blocks)
  • 2 sats/vbyte = (6 blocks)
  • 3 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
909,892 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,226 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,891 (894,536 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
15,355 15,355 0000000015b714a6a6cabd877a9a232718fdb65404eefeca666ec8beda4ed6d1 0.00 MB 1 0
15,354 15,354 000000005821aaed1889237fc7c9a94a43c047d589bdaba56d0dc673bdfc3bdf 0.00 MB 1 0
15,353 15,353 00000000db66ba7495fc3d2058ebe47ebf5c014c47a25787a4798930a917495c 0.00 MB 1 0
15,352 15,352 00000000695bd86f218aca86a9e441945943458f13c158834feffe018eeb8a47 0.00 MB 1 0
15,351 15,351 00000000b5b4f9d4a7332c3a46beed68f887d731b9b783c6be8367364a3572b4 0.00 MB 1 0
15,350 15,350 0000000058fbce48692f7117d545751599b179de68b49245de5c4fd3eb378eea 0.00 MB 1 0
15,349 15,349 000000002eefae1617857a99a82effca4df916114927e6e7bd86993ae7edd560 0.00 MB 1 0
15,348 15,348 000000008620dfecb0b1d7bb7b1aded6865754e966445e71c1f605912d697afd 0.00 MB 1 0
15,347 15,347 000000006e1fec39665f2f5965449d69d06203c28b7d8b8fbe135a2cb90508f7 0.00 MB 1 0
15,346 15,346 00000000b8215da520f9942d46c89fe0fac827c3be74027b78750f4b4b04e894 0.00 MB 1 0
15,345 15,345 000000009eba81eaea9fe72ec5ac3474d57b7c3e6e5bb12d396f5f3c62a410d4 0.00 MB 1 0
15,344 15,344 0000000028e4cf4ed9ff48e02f71d2dbb11c87c16eb7625b88d9694170faa8e0 0.00 MB 1 0
15,343 15,343 0000000075415aef0d37337af02e697433ef1baa287515ad902a9b63de6af86d 0.00 MB 1 0
15,342 15,342 00000000f215015bd51f3b15e0072e4cbb53ba2ae41d33f1fdd7473259da7622 0.00 MB 1 0
15,341 15,341 00000000c4f133c64bc6937c59b1e99b389f379e9d08c23131d906f0aa7606b3 0.00 MB 1 0
15,340 15,340 00000000541040763d6a4def1b675bd9d30878faca4fa1221c232dc26b4157b3 0.00 MB 1 0
15,339 15,339 000000005685fb2d5b3d8d321a73d376ba9ffa27f9e4c6f45de4ad91a8b00b01 0.00 MB 1 0
15,338 15,338 000000001e17321f5f1e03bd0e8f9d6ed4d3854bf9cf9b350e757a598fd44bfd 0.00 MB 1 0
15,337 15,337 00000000b36827f1d3dbdcc574256ca87100432c9df332c92a9b139ae248191b 0.00 MB 1 0
15,336 15,336 000000009ba29658a8696f4835ca6bf98544ecd6649c4b400245783b9f1aab44 0.00 MB 1 0
15,335 15,335 00000000e7bbde1165cd6d04e3bac27196e28fa261821e043495f832b3c4f847 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.20 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,171.54 GB sent, 114.35 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.