Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,163 transactions (1.49 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,127 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,189 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,126 (847,874 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
62,252 62,252 000000000be6ddbcfb21b2b6695c33f43c9c579d654d2c990beeb7ee66062d95 0.00 MB 1 0
62,251 62,251 000000000990c7d958844fec3aaa0f761378c879edc82e8ff6d8bcfa7cd9f27d 0.00 MB 1 0
62,250 62,250 0000000006cd2497fdaf4d75af717d4a0ee19eb5f1972a1a719de0694c5c81b1 0.00 MB 1 0
62,249 62,249 0000000003d722b1057dddb1c6b998ab50fc603901b2aae16d01c3af294dd072 0.00 MB 1 0
62,248 62,248 0000000005ad992e6a89614502d212a84f071b6d4526536ed5761ef1b68492e0 0.00 MB 1 0
62,247 62,247 000000000c799ef2e74d11417af28cf8a1410c3f0b8ff1621b5f85faf4541eea 0.00 MB 1 0
62,246 62,246 000000000bbb1573ecfacd225d036cd75a45ef6b8863caf2a86e42721fee4e00 0.00 MB 1 0
62,245 62,245 00000000064f06e82ce7143bbb7ef89bb3d04af1b595f2641ff525ce28b34bc2 0.00 MB 1 0
62,244 62,244 000000000d49a6d515dd1271e6157217666d163b53ee25eaf191ae130b1f1bc3 0.00 MB 1 0
62,243 62,243 000000000705cdad053d5fcb65e4cc83d8fbe398423b026c6689bd0db4f569d6 0.00 MB 1 0
62,242 62,242 0000000005bc9b118eeb3428b4f963ee7c3322dd4c0b9928b6851080afe51ed9 0.00 MB 1 0
62,241 62,241 0000000001529436499d4f597fe11499d909151937bf9ffdd2d8f0d0a1cde6bb 0.00 MB 1 0
62,240 62,240 0000000000f35545cfad8ec9696f91292087cc37719ed266a80d38610153802b 0.00 MB 1 0
62,239 62,239 000000000884ef22dcb191eebc535fa4c0941839550237a255d1ff82ca637dc8 0.00 MB 2 0
62,238 62,238 000000000b97c15d6d9432c16b4239a59a065a9028aca6651b768157f1ce6d58 0.00 MB 1 0
62,237 62,237 0000000002f3afd6575b221502d1d23503bb41f12d2c908f6407e7d4a507b089 0.00 MB 1 0
62,236 62,236 00000000093c2852346a9ecc8d155f0dd5295533f09465256b9a8471c2083fdf 0.00 MB 1 0
62,235 62,235 000000000793015a75fc112cd3a1df41be4b0cdc3511e5c0bbfa533579366c3c 0.00 MB 1 0
62,234 62,234 000000000b4dcb22682472d37a832dcff274fec00bcb2759553c8f6bdac9123b 0.00 MB 1 0
62,233 62,233 000000000c7344ed1bbcec50fe0e18844008f474dc3f30bbb3503f23ae97b8b3 0.00 MB 1 0
62,232 62,232 0000000003d334e3af2476f0fb532d5b6cd2091f5295ad27610066ff8ba9b910 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.62 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,191.84 GB sent, 116.62 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.