Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,185 transactions (0.95 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,659 000000000000000000022b910000000000000000000000000000000000000000 ago 0.94 vMB 3,165 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,658 (217,291 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
694,367 694,367 00000000000000000001393ca915698598bc3a9f5efcedc02039dcbbfb339fb8 0.39 MB 774 13
694,366 694,366 0000000000000000000ccc8419573575f8407e7fb925b834ba73191578460ca4 0.74 MB 733 12
694,365 694,365 000000000000000000009f9f2925d61a0433b37e9511ea4d1823611c9a5bec35 0.40 MB 483 8
694,364 694,364 00000000000000000005c71c1ab4afd8fc3931f664f7ab3202dd7d1ff3065b71 1.07 MB 638 3
694,363 694,363 00000000000000000005e064fc340cd59dc21bacc6d4f506877722a372af4dc2 1.39 MB 1,595 13
694,362 694,362 0000000000000000000811539247e35e9bb68c9d051b9e35c799ff3985f0e01a 0.25 MB 498 10
694,361 694,361 0000000000000000000ab7a902191eeb8b89ce3dc6c4013ef5ee54c54ee297f6 1.26 MB 2,165 11
694,360 694,360 00000000000000000002971c006b66d8c02a7af854181800d64ad5ffce8d7eb0 1.38 MB 1,733 5
694,359 694,359 0000000000000000000261b24382e4ba1576c7bb8567d67141fbba1cce3d95ad 1.37 MB 2,026 11
694,358 694,358 00000000000000000008b2ced4fcdb9058bef4cabc9105b5e34abe87760ed227 1.38 MB 2,187 7
694,357 694,357 000000000000000000134157657acfcef22f88a60ec902ab13bdbb52e679143c 1.49 MB 2,439 8
694,356 694,356 00000000000000000002cb19c54f669c51b39f3aab84d6547d2ab0c92c8d95bb 1.44 MB 2,718 20
694,355 694,355 000000000000000000063d65761b72263fe54c3032ea85a38f974b1dbd22e892 1.58 MB 3,160 8
694,354 694,354 00000000000000000009cb1900d9fb6914ecacfbee230581bac9288bf0ee74d8 1.66 MB 1,543 7
694,353 694,353 0000000000000000000bd32b4a1e6c374d9da9845fd8bcb6e10ea95f3a5fa7bf 1.42 MB 2,920 6
694,352 694,352 00000000000000000000f98e84ade1b10deabce539644b0ce1eea5092752955d 1.48 MB 2,166 14
694,351 694,351 0000000000000000000ba85d3fdb56228e7d1928fb5c8f2ce0fde149ce3fd668 1.38 MB 2,715 22
694,350 694,350 000000000000000000083ef9e3a70f5c0ac9a8ca0c6317d9e80aa0f4fe6aa6c2 1.52 MB 2,705 10
694,349 694,349 000000000000000000089884c65947ccef99d833a065fe0397d4c8218f0cfa48 1.44 MB 2,507 21
694,348 694,348 0000000000000000000e77c0cc2fb56ad3ae66fdf0c557daf24d720fbbba4ee6 1.44 MB 2,825 21
694,347 694,347 0000000000000000000d8ea64a9852dc4f593edfcf6d73cef9bf10dc9b44332f 0.40 MB 653 9
Previous 10 blocks ↓
Total Size: 776.45 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,424.43 GB sent, 130.94 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.