Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,592 transactions (1.20 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,684 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,260 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,683 (878,987 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
30,696 30,696 00000000813e06f8e497e2796cd547dd7a72fdbf681e0cd1b74dbcd10befc42b 0.00 MB 1 0
30,695 30,695 000000000d36cd6b3c6bcc412860d204b58c8083fd1f3f8a218adfb7fd987e19 0.00 MB 1 0
30,694 30,694 00000000808ef55c621157f5c486fb78b70bc0e62f9d373f6f6c777464ad26a5 0.00 MB 1 0
30,693 30,693 00000000dd4eb15ffa67fc427ca73b4e942921f3d6a988445f50ba199a3b9121 0.00 MB 1 0
30,692 30,692 000000006e4be7e5e8f48b979201117c6a1d21d2a2788a6d80009c8b1075e116 0.00 MB 1 0
30,691 30,691 00000000c6f096bfec803ff95a07a7c7343f9023f4d5c008cf13afc592a10665 0.00 MB 1 0
30,690 30,690 0000000035ddeb8a51c0a007226e0cdeb3014e2c50980d15b28f5005d60ad4fb 0.00 MB 1 0
30,689 30,689 0000000043ca8c4eaa272a1e04fc1aa1a2f51d56d969ae251e450b2e0e08edd5 0.00 MB 1 0
30,688 30,688 00000000840ef7b48f570ebfdc8be034715d011a85e1e312f7209b6cc3e1d2b2 0.00 MB 1 0
30,687 30,687 00000000026195d6fc423bd9d93daefe3ec0aaf6a6b0570781e2ae8081a393b6 0.00 MB 1 0
30,686 30,686 00000000c8a4ea11ee8059b26e7ee3893e4bcd03210ba5e8a38f7804fe377b4c 0.00 MB 1 0
30,685 30,685 000000001450403c66c453e6c8f9c784966feb077890ca8febbb259a379ff7d9 0.00 MB 1 0
30,684 30,684 00000000638a7e3b05fa0a77610380fbb2934be2a8b73cc50f4229f3b064d4b9 0.00 MB 1 0
30,683 30,683 00000000a30811c85d1b2421c83245f72ef69fc73eeebfbebe0d967d5b71d22d 0.00 MB 1 0
30,682 30,682 000000000b6afe49d9b6d42f071d065115d397eda3aac74b6597deed6d32d713 0.00 MB 1 0
30,681 30,681 00000000634349bfd6ba9f68bab2cb78b4be92f445ce2f64b9402a190e72226b 0.00 MB 1 0
30,680 30,680 000000001b521ad9a974f872b146b01ea948d427b2a0a387d2df86b642260614 0.00 MB 1 0
30,679 30,679 000000006f1db6a634e7c73ae6028555056616df5458138e002946700d1515a6 0.00 MB 1 0
30,678 30,678 00000000242766e90cfa6008f4c06787cab8886bb757ca62850f6f3883a734e4 0.00 MB 1 0
30,677 30,677 00000000ad714a9d7f2220b86a315cd59a68a440448e24d8ef2474fb4c468429 0.00 MB 1 0
30,676 30,676 00000000052bcd9225e74c495cc2da560ec6e2db33e842a497cbc13e5e383b1c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.82 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,143.93 GB sent, 112.41 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.