Loading Tool

Explorer IconExplorer

Memory Pool

30,792 transactions (4.96 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 41.49/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,597 000000000000000000022b910000000000000000000000000000000000000000 2,328 0.01971499 BTC 0.71 vMB 2.01
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,596 (766,092 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
146,504 146,504 000000000000056954df7f269fe65d2a62b2224c9015dc13259ec143adbc1422 0.01 MB 16 195
146,503 146,503 00000000000001140369086e1fb8bab5c2c8133a26cfb608ada08fd9f0ed88b4 0.03 MB 60 365
146,502 146,502 0000000000000613f153500ca4211b3552f47c14ea7c86ec77b91f7acf5d28d6 0.04 MB 72 218
146,501 146,501 0000000000000131cb340b4f36a4f259464538f5aa0ae08f1504f3e5d6c384ad 0.00 MB 1 0
146,500 146,500 00000000000000e3747c3c1c4b7c409d25c706f294fdb7fe3ccecd2917434499 0.00 MB 7 0
146,499 146,499 00000000000005296d58d57800cc547adf47398e43fb4ea1edd6519af28a1e43 0.04 MB 68 155
146,498 146,498 0000000000000581195c7c7bd4d88708cd6ef1f54ea61b70d2b89ef305b2fd24 0.05 MB 99 274
146,497 146,497 000000000000093c51b281bfd546e830938726ea6c8ecb0cff1d049a950416af 0.05 MB 136 16
146,496 146,496 00000000000004a3879d3e3d108c371bc0aee352674965353f37eddf4c0ef177 0.01 MB 29 228
146,495 146,495 0000000000000700fe47032bb16c09514374bc3a58083ddaea748c9300cf65dc 0.04 MB 117 64
146,494 146,494 00000000000006e5dd7a825bc186804d462cdf183804b8a6ce2d91e77d7de924 0.01 MB 5 428
146,493 146,493 000000000000062204ee81a1a88074f8404ace74012e6cf72a977b4da5108972 0.02 MB 34 122
146,492 146,492 000000000000042584bde0348af10e95caa80eb81053c930ee08e87da156bcc9 0.02 MB 67 5
146,491 146,491 000000000000060b60fdba9625abfa975209670084f8a6f0ac74aa243186c937 0.04 MB 76 178
146,490 146,490 00000000000008ceb736930f4ee98c35e69c40e938b35b950c0e7e7fe55bc669 0.02 MB 23 42
146,489 146,489 00000000000006d23a1398d7f1329fb9e6dce7ca5baf5260a309bbcc11c1f172 0.04 MB 66 101
146,488 146,488 00000000000002cbbd9aa8ddabb010b65cbd5896c94048d281573a7822da911e 0.04 MB 119 218
146,487 146,487 000000000000049d493f9dc00ec99461ac4e56f9aac980bc5efd1928306e435d 0.03 MB 48 143
146,486 146,486 0000000000000944f52dd8f028b508b4a6ad279a9437902305e01fddd720492e 0.00 MB 9 0
146,485 146,485 0000000000000134b57f7dd16b7cb305b81bb611152367ea10ea84c43b5a442d 0.01 MB 22 58
146,484 146,484 0000000000000825e81eefce14363d645031c51d988b9e46be95d9a81e6969e8 0.03 MB 91 30
Previous 10 blocks ↓
Total Size: 778.11 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 54
    • Outgoing: 10
  • Data Transfer:
    • Sent: 20.25 GB
    • Received: 0.38 GB
  • Uptime:

Notes

  • 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.