Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

9,041 transactions (3.15 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,637 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,952 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,636 (845,383 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
65,253 65,253 00000000009c3d8d32d6255e42f7bd897156c715cdca9812ba6b055d78327bdb 0.00 MB 1 0
65,252 65,252 00000000057424d613d27a166786a11f20c8fa78d305a048d6d48cffc9166e6f 0.00 MB 1 0
65,251 65,251 00000000075314da6e081c7fd47d35da8a173c4e3e37db8a778601a8f30cb515 0.00 MB 1 0
65,250 65,250 00000000075dcbf6179f83c57108da97f427c6563e7fd52a24ca3bf54be8cef3 0.00 MB 1 0
65,249 65,249 000000000a780fcaf2559999cd5360c11bc453b22ba5dda11859ecf1d8a2f097 0.00 MB 1 0
65,248 65,248 000000000762ae8eeaa323330fa90bdb7657ea21a9018453670605e47e04bbf3 0.00 MB 1 0
65,247 65,247 00000000046be4122f000a6b364dd2601e0d1076c24eeb8470281927977a43de 0.00 MB 1 0
65,246 65,246 0000000009e6a13a3483fedb00d29eb1de24b5e9dbc537c3e89ee1f9304cb130 0.00 MB 2 0
65,245 65,245 0000000001ea6c626cc80bf6dc2f9bc2539de22a685e757ddbe2cc4a1e09200f 0.00 MB 1 0
65,244 65,244 00000000019d6cca8814d102ff1421563005fc4ccacaea46c82605b4c5a376b8 0.00 MB 1 0
65,243 65,243 0000000008daee8aeb5591036c4e77423095d7d53dbc76a0f1e1847b340c4b0f 0.00 MB 3 0
65,242 65,242 0000000002946b7f0d72b0eff40bd5dc665877135c121f57331ef0da714701dc 0.00 MB 1 0
65,241 65,241 0000000009f1af7d7c2dbb39d36e0e350c3b806938afa767094fb3011aadc023 0.00 MB 1 0
65,240 65,240 000000000226357118b088cd44fc046fe2ae1da31b384ada85618168827548f4 0.00 MB 1 0
65,239 65,239 000000000935914b6dd3005dd8817aff4d80f5a800def7e32a3ba309e624c325 0.00 MB 1 0
65,238 65,238 00000000061827566ed49ffb32d0f56c3c132527b7171553284c668ceeae8219 0.00 MB 3 0
65,237 65,237 0000000005fdea3d4c8648d781078a3a87529c29ffcf4f6ade26247fc24b2ac8 0.00 MB 1 0
65,236 65,236 00000000063e0d7e67e9514367e4f1c1406a0bc7d7db3c61a4870a03c45f1cde 0.00 MB 1 0
65,235 65,235 0000000000fef0e920ced8e97efe275733eca2e20db4f28571430887665e53c4 0.00 MB 1 0
65,234 65,234 00000000019794078dd960ac2bf814b9af03715db8a11c0b86193a47c6d8654e 0.00 MB 1 0
65,233 65,233 00000000071aedaa15103284277146d1f58d9e044653825bb16300feb4e3454a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.56 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,276.03 GB sent, 121.38 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.