Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,153 transactions (1.74 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,907 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,261 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,906 (840,428 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
69,478 69,478 000000000051fad100c1ae1e0bd3fdd121a559c0b9d8817ca23fb005bd6d7a86 0.00 MB 3 0
69,477 69,477 00000000001e1fb5ca763549c99cb0cab115a996e30c70fa63de83c7e0ca7524 0.00 MB 1 0
69,476 69,476 0000000000528e127babd38e71bdcf0329cf85a7c79888b6fa764cec3acbd258 0.00 MB 1 0
69,475 69,475 00000000012e85e1c9860d354bf1df0cecfbc42317196a30dddac4f4b6d0ce45 0.00 MB 1 0
69,474 69,474 000000000162dba3792d900949520d682b85c42efeb13ae1bdf8d2813833762a 0.00 MB 2 0
69,473 69,473 0000000000634f973d6881ba5ab21afdb26e93ff42be512c7c4db93a29b2b575 0.00 MB 1 0
69,472 69,472 0000000000fa586e02b2c4ce309c195effee3884bb1365641f7667529b4158d8 0.00 MB 1 0
69,471 69,471 0000000001559147fe3e3074c5dad89a98685785e519a54d43662dca3c08171d 0.00 MB 5 0
69,470 69,470 0000000000c88e9b5c0b202ab71d7b8e801b1f7be3654b3a28acd08db610617b 0.00 MB 1 0
69,469 69,469 0000000000033ef17a9edfc3e58605a2517296bc75b68921f51246c85d24e993 0.00 MB 2 0
69,468 69,468 00000000002af8c614d9f3de99660a3beee234ae0403736523267c740d9653b3 0.00 MB 1 0
69,467 69,467 00000000014053a8ae5655723b4322576fc1bf273cc78c527f80c23f2a37fa2b 0.00 MB 5 0
69,466 69,466 0000000000d6e1a801e1e91d3efeb6e133f7c73a3c59730177fb1f4c04851c5d 0.00 MB 3 0
69,465 69,465 000000000004872821c32cf62d1508bfbeeb26ec4df8a5043132c44d318a9493 0.00 MB 1 0
69,464 69,464 00000000013dd3b8e5878316853848972129c96ab67c404d2ed9c900eca5da65 0.00 MB 1 0
69,463 69,463 00000000000da5da4acb5c32760e11d753ff7a1fb140d24ff2bbc73ee601078c 0.00 MB 1 0
69,462 69,462 000000000054755ad55b80e07a0b09b83424a5fd942de452528cdac8c8139dee 0.00 MB 1 0
69,461 69,461 0000000000663ff4347554eb11bf2ce455a9b623a05d97811a864e653607377a 0.00 MB 5 0
69,460 69,460 0000000000a357fa9bd56be7bd9a3ed16717de575698a23577a9124d3d38c86d 0.00 MB 9 0
69,459 69,459 00000000009f8acdbf73fead21e36b157e41a2fa21c1104ab449071849181c30 0.01 MB 12 0
69,458 69,458 00000000003480e8f28384388c7bfb5a7d789233aea84b6b4fbc0b4d31be2ef5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.23 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,172.52 GB sent, 114.52 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.