Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,301 transactions (0.43 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,758 000000000000000000022b910000000000000000000000000000000000000000 0.42 vMB 1,262 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,757 (854,324 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
57,433 57,433 000000000f58550752df6e2a417cf72c2daf4c0386d06d85e9bb386c0a88cd54 0.00 MB 1 0
57,432 57,432 000000000af6c9709fdb00acbdba956b595172890544422f101a0aa2100cb4bd 0.00 MB 5 0
57,431 57,431 0000000000b40104d03442b4879783ca7b5cb4fe8a803a860bc06071d840fdea 0.00 MB 1 0
57,430 57,430 0000000007a5f7b0a96137d7d2692859d967f7a0e740dd64b918640252accf61 0.00 MB 2 0
57,429 57,429 000000000798848b6592e987767ca36babd70fad7ff2f53904c3c8ed566d4168 0.00 MB 1 0
57,428 57,428 000000000757cbca5ecec1bc6e2ec6a722b1e3ad1694d6dbf8fe0ac7846a11ea 0.00 MB 2 0
57,427 57,427 00000000046f220f4ecafdb5ea1cdfce38ecdbe26378979e30e460271a612262 0.00 MB 2 0
57,426 57,426 000000000c90a20a14c36731664ae65d7a216e9446f71981d67921fa4934d29e 0.00 MB 1 0
57,425 57,425 00000000067de82cbb05351ceb1ec2083ffb0a06555c021a7988d30e9810e4e8 0.00 MB 1 0
57,424 57,424 0000000008b556e98cc92a16f7f62a5f7b055843426855fbfa0db1b2146bd16e 0.00 MB 1 0
57,423 57,423 000000000950c91616831373d6411e49d64f810547d166fd459d4ddc53e5bae5 0.00 MB 2 0
57,422 57,422 000000000a0cc275b8328624c8d1e45880babd6a1384a9449a6e3f599b3ccc1c 0.00 MB 1 0
57,421 57,421 000000000e2200a16242f4a1a044ffbbbdca60ce63ebe6a8498aa27122161acf 0.00 MB 2 0
57,420 57,420 0000000013f334118a29db1c1e6ffa2633f50cbce72ab3213d9c208aea3fa541 0.00 MB 1 0
57,419 57,419 0000000011bb6fdef4fb0c67848e0896a3d5cdc44bd990ba44b3c1f6dbaee3b5 0.00 MB 2 0
57,418 57,418 0000000001adf1e1b3cc13deb2dd6a45254dbda2bafe08c588f184e121d6fe90 0.00 MB 2 0
57,417 57,417 0000000008862b532d47aa1bad4078e16b6aa5e28f9700b2d60d634aebb8db92 0.00 MB 1 0
57,416 57,416 0000000011a417fcb0500686b7e78599bd4e54bf1791cb903d73a615a63e8c6a 0.00 MB 1 0
57,415 57,415 0000000002a547d86565f14655541da0a869d80a7e684b3daf74421d4e17dc96 0.00 MB 1 0
57,414 57,414 000000000ece2b350f374aeae4fb67b79f0881b6313004c24940ec67508aad29 0.00 MB 1 0
57,413 57,413 000000000593dd45960e2995c75cc4a0b752b444bd34353b24231ef96a8cb5cd 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.63 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,429.13 GB sent, 131.75 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.