Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,139 transactions (0.50 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,419 000000000000000000022b910000000000000000000000000000000000000000 0.49 vMB 1,115 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,418 (880,106 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
31,312 31,312 000000008c34064e966dd9701c00be42ddf4aa85ba4a0f29ce3033378d76addb 0.00 MB 1 0
31,311 31,311 0000000001aac5ce9852cb8b37df35c37a9a839b685527baba87d36ee04c6a2e 0.00 MB 1 0
31,310 31,310 0000000007329d70fe9913fa509321f18840c713ccdb2a8fde231bf9b5e1c713 0.00 MB 1 0
31,309 31,309 000000002320c8ff0fcd54a653557b7c2694f05554cf8d74e3c1e8bddeb27059 0.00 MB 1 0
31,308 31,308 000000005988349785753236e0cb5839ee4a09d3a44304ce11dbd9c908e521d2 0.00 MB 1 0
31,307 31,307 00000000d17542457ea6560b6ac369c5aa38ce0e27e1900a3c72dd2d5343e085 0.00 MB 1 0
31,306 31,306 000000007784acdac4a1f5fb6575490f9c2113c2b6c195fc8741dc46dc746813 0.00 MB 1 0
31,305 31,305 000000009d18ea0bcf92ea8f4789fde5b28e5985e7cc694e92df215c45085fda 0.00 MB 1 0
31,304 31,304 00000000f86e0041e9b558daaf866d27a5b8a95eafcbaa13fd512b78d11fdd5e 0.00 MB 1 0
31,303 31,303 00000000860693e00e9093c216cfc5e21bd660b8673f28b06898184f8be5ea79 0.00 MB 1 0
31,302 31,302 000000009ead56b817e8b9a12deb1197d4fa266f754bc53f7db65e669c060883 0.00 MB 1 0
31,301 31,301 0000000074afb9b691b6fdea2f4895df9aa6228065657b354636cb586b0129eb 0.00 MB 1 0
31,300 31,300 00000000e1c152e60ac01d20f269f967c9c675e48c0b15075fa276c1bb8127b0 0.00 MB 1 0
31,299 31,299 000000008311e51ba4a18786a60f76ade257793d5130038705ccd30d7e8bbd62 0.00 MB 1 0
31,298 31,298 00000000c7186a3fe5c5673a264ea50d3f7292d50c21be2daa83702ffa715b06 0.00 MB 1 0
31,297 31,297 00000000e6d2a7a382137d6c9f7d3131d15dfb74a4b1bf8a216f985b2a400c9f 0.00 MB 1 0
31,296 31,296 00000000412d6de840232ee71601c8be7658b0e100b0689420eb31370c231caa 0.00 MB 1 0
31,295 31,295 00000000b83891d82c978cbf7476fb6e2a42577326ea316961b595341b2bcef8 0.00 MB 1 0
31,294 31,294 000000005adc035ce2177017aa28300045802b035df23127dcd2337d21d945fd 0.00 MB 1 0
31,293 31,293 000000000a69f57ce13f21429bcc7a1a3882bfbe3794231bcba1685dc825a5c5 0.00 MB 1 0
31,292 31,292 00000000c401b230c2ea797c82889e594460f61f04cfb966a49419256528ac84 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.02 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,405.28 GB sent, 128.86 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.