Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

799 transactions (0.34 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,377 000000000000000000022cb30000000000000000000000000000000000000000 0.33 vMB 787 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,376 (889,370 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
21,006 21,006 0000000085d720804404b21aa05e18bcf0bbc2a2eedaa1142666060405275275 0.00 MB 1 0
21,005 21,005 000000001f0bfa379af8a7b57d6ada2edbda67dd484a95d450026e90610f1866 0.00 MB 1 0
21,004 21,004 000000009465b9b70d38889ca26a3a1c04b04cadccc70b83c487411a480c60e3 0.00 MB 1 0
21,003 21,003 000000002ddb7bcdc898ae4ffde1e3ff867d4c00e65c0ae853c5cb6eb48b4701 0.00 MB 1 0
21,002 21,002 00000000c051a71fb19d463bb44b7657f6c377cbdbbddfdba75f69cbd48786c2 0.00 MB 1 0
21,001 21,001 000000009dfb87dd0e92d62c2232306147645fe58873626bcf905f099644676c 0.00 MB 1 0
21,000 21,000 00000000e435f35c8305e92dd2d4a9b9a29172a745bb7889cac6b5de4c643362 0.00 MB 1 0
20,999 20,999 0000000007fc2087a2e6b02cb9fa831d0ce46df88a13dac9c9e01c30ee5290b1 0.00 MB 1 0
20,998 20,998 00000000d9206678c181f9b06052c6ef1c43a8a545272e99b498399fe46cba17 0.00 MB 1 0
20,997 20,997 00000000e86c01ca9f7a9649ec6ac9dd8e864022919afb4df405d2c1cbc33589 0.00 MB 1 0
20,996 20,996 00000000a65f2584cb465d35e640fa7258b0d590b9beaccafb7b8586bb855363 0.00 MB 1 0
20,995 20,995 00000000d8906370a9bc94bf35647c8df51d5f6685d3795d08aef61f0711a560 0.00 MB 1 0
20,994 20,994 000000009412f22cb6f5febbf8775c962db3d466065525eedbe842c1bd544fe6 0.00 MB 1 0
20,993 20,993 0000000072201aba678e237e2e6b0a9d662f2201763e22759cfcad922ae2bf74 0.00 MB 1 0
20,992 20,992 0000000016fcf2ebf167421e882826d0cee5d43a4f2e0186ace2f5fb703b6758 0.00 MB 1 0
20,991 20,991 00000000e2c744fd5fbf5a3ee02c32925e846862c8d0e2264a7f72420ebe68b5 0.00 MB 1 0
20,990 20,990 000000009078e57d50f34977a7231af09d90a21a28e7c540b9e4d65138948902 0.00 MB 1 0
20,989 20,989 00000000789cdf40a8f7558da5831ce445fa4daa768fa10610106df6e4051641 0.00 MB 1 0
20,988 20,988 00000000067643ae95b8479227938d8345a7c0a433d3f89b7c44af05e6847710 0.00 MB 1 0
20,987 20,987 00000000b37f22eb1a8c1b7135fe97264f874c16ba8eb7b2a622ca3572f9ea64 0.00 MB 1 0
20,986 20,986 0000000066a226fd96e0199ba0e7577e01dfd908322d17b681c655521ac75d00 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.10 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,233.45 GB sent, 119.04 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.