Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,409 transactions (1.07 vMB)

Priority:

  • 1 sats/vbyte = (3 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,045 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,056 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,044 (839,302 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
71,742 71,742 00000000002ec2418fa33f283ea59c9777b365558ff8ca6d7cab1c17c25b6c98 0.00 MB 1 0
71,741 71,741 0000000000cf12227e5f387007012291ef3e493c0f25efa70976748b5e62e475 0.00 MB 1 0
71,740 71,740 00000000007644582631ec426f6a16bdcc70ab7126a2a6840b680378528d2669 0.00 MB 1 0
71,739 71,739 00000000000a5ad1c3facf71444fc5453be8f84ff5f4141333ae03657855806b 0.00 MB 1 0
71,738 71,738 000000000020c710b73aa2777b0684838da9e5c58c120c478171658aa05cdf85 0.00 MB 1 0
71,737 71,737 00000000007ca9a9901ffbcda2006ae3a671bb0887a70c2f0decca8bd15eb8cb 0.00 MB 1 0
71,736 71,736 000000000089f36224edbb7d881f06698dddaacc277d9e6bdf43bbeeedcd4238 0.00 MB 1 0
71,735 71,735 0000000000dbd0d93ebce9cb046fa57b6e407bf7f4fb52b19b2f87a6260bbad1 0.00 MB 2 3,891
71,734 71,734 00000000002fea7b093a54979ed8a955df25075806a7a91fef448c8412301f50 0.00 MB 1 0
71,733 71,733 000000000107512956144a9db7e497f62843cf8f02c4344035aad4448b7a3e2e 0.00 MB 1 0
71,732 71,732 0000000000a7fee90b126599260c692d1c22679fe103ffa2a97cc10fa9e50b82 0.00 MB 1 0
71,731 71,731 00000000004e262149057bc3c1d720c7d3c95177bfd9828731a887730e3ace1a 0.00 MB 2 0
71,730 71,730 000000000054fcae4e62c14e41acd8f07f90ff139d4a4560015665cef0569cc9 0.00 MB 1 0
71,729 71,729 0000000000fd10b2300a4281e79e961a75e01139ee3df4d8222be4d19e6cf2a1 0.00 MB 2 3,861
71,728 71,728 0000000000dfc8b0340ce7f8415329ccbba842976c07ed82be47f07ca61a89c2 0.00 MB 1 0
71,727 71,727 00000000006b74f85feb25e75aa22a97514fcb24c62374b99c1f4a7f32b6e783 0.00 MB 2 0
71,726 71,726 0000000000a3a5547c34df0ce992bb8c99dabb73ed00e37fea08d89d462917a7 0.00 MB 3 0
71,725 71,725 000000000039215b07e00f7233b3d20dac4e51961e09a6025a954c6e1f622582 0.00 MB 1 0
71,724 71,724 00000000006f0404d2b1e28990c24514f694562dc2aeea51566dd19d233ae166 0.00 MB 1 0
71,723 71,723 00000000001e1ee2694787079f28ea1d5156aa056cbc2854a045a0bdb9b6861b 0.00 MB 1 0
71,722 71,722 0000000000505e7f825461d35635558dead861f4c937787c136882b470d614df 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.32 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,362.96 GB sent, 125.42 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.