Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,594 transactions (0.40 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,014 000000000000000000022cb30000000000000000000000000000000000000000 0.40 vMB 1,594 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,013 (633,375 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
277,638 277,638 0000000000000001d0516b6fa170235ecdba08352d548fbd6b87e4d9a5e21b6a 0.04 MB 68 27
277,637 277,637 00000000000000004602b9bb6d1660557076669f5cc311016ae7c878f4d59ff1 0.23 MB 551 55
277,636 277,636 000000000000000390fbc2ae64ed8adf4ad9fbba0103485a8ffcee2ad4d1fcdf 0.18 MB 371 48
277,635 277,635 0000000000000002b2fe8ec73ac92913cb7b3d64509f78d70c46367526f99923 0.11 MB 250 40
277,634 277,634 00000000000000008095991542c5bc54434e02b9b080a49279e6ef2290ce97b6 0.03 MB 31 28
277,633 277,633 0000000000000001c1df959475ac4b57c62076eb322d13b81b612f0cde5afca8 0.21 MB 434 62
277,632 277,632 00000000000000023eddeeeb616af12d3b545ef42dfb3d0f0030404580708336 0.01 MB 27 33
277,631 277,631 00000000000000022dceae8f96fafad51309d69a74440487e2287633f8bb7f7a 0.15 MB 281 21
277,630 277,630 0000000000000001d9a780fb932274805dc4e847e2d152a8830183e22af703fd 0.09 MB 243 73
277,629 277,629 0000000000000001f193d61d1887668d2322e32802a1da5d5ff489103b3e0ba2 0.69 MB 1,306 40
277,628 277,628 00000000000000022989e1a37cec3c2e72cb9ee9ee49bf652724762f4a4365be 0.01 MB 31 38
277,627 277,627 000000000000000134af7382737f062faeafc39fbdcef5971b59e8366ac6a4ea 0.03 MB 75 51
277,626 277,626 00000000000000012d9ba6a85a194917bb7f063e96bcaea5a174d5995296f3f4 0.05 MB 42 24
277,625 277,625 00000000000000012b2e761b56ab77c806ba7761ce700468b85dcdaba8a78735 0.05 MB 121 34
277,624 277,624 0000000000000000120d4044298f3d157d73731f8bd807e3395bb391abe5b582 0.25 MB 549 45
277,623 277,623 0000000000000001f69ce63f849d65b9369a00fefa676bce167405961612945b 0.27 MB 663 46
277,622 277,622 000000000000000092b9ff41dc7d325a5e9f46135cba63d4a0b785b7550d6506 0.03 MB 43 42
277,621 277,621 00000000000000001f742414535542a235e855e1d7e7cd9e96650c16784ac718 0.05 MB 126 36
277,620 277,620 00000000000000037258161cb31f314e9bd446b4500d0986d861ad8ca793e121 0.03 MB 54 27
277,619 277,619 00000000000000028970a466b3ee1107920d04d14873c500e5a3833c7e0eff64 0.21 MB 354 37
277,618 277,618 00000000000000036a0311530addaa852438d65d781b8f1f886684da04589ed6 0.25 MB 603 61
Previous 10 blocks ↓
Total Size: 775.27 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,360.11 GB sent, 125.05 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.