Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

728 transactions (0.20 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,495 000000000000000000022cb30000000000000000000000000000000000000000 0.20 vMB 720 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,494 (843,253 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
67,241 67,241 0000000004fc2f14f00c7b69286cf1701a82fd4f1c899858b815066af692c1e1 0.00 MB 9 0
67,240 67,240 0000000001071b56501b6926712b22b7db2fccd93a3b5be020c743c583afed87 0.00 MB 1 0
67,239 67,239 0000000001d14dc345a0d2c8aa03dae926df426bf105e2d665a29a3d494c816c 0.00 MB 18 0
67,238 67,238 000000000249d5f7a67da115dff7fd92e885c2756d9bed2fd9816b87089c7294 0.00 MB 2 0
67,237 67,237 000000000366fd003f38c058595329ce4b576aeeb696a5da5cebec0321a7508b 0.00 MB 8 0
67,236 67,236 00000000003ba931821efd60536cb7dc76ea0425c9bbaa4f99454424c2988b11 0.08 MB 310 0
67,235 67,235 0000000001936394a841417229b463e81753f3ab498c1a63e33ea40453e9929e 0.02 MB 94 0
67,234 67,234 0000000003d7ba30fc1ce6fd92e0935a7127b61e2d493dfa966d168661baa731 0.01 MB 56 0
67,233 67,233 000000000021a1f35eb3963cab2ab778542fe1c14f96e1898e3400d798c8bbbc 0.01 MB 57 0
67,232 67,232 0000000002aea2a665bacd2f0949528f4cc6fd92422e8c7571a58b38491ee056 0.00 MB 5 0
67,231 67,231 00000000026ea9d0da982a825f8c6eee9c2d827351962e9d4844c20771af0317 0.00 MB 3 0
67,230 67,230 00000000049ba977eff8b4f68c814b9e5bc2e568e4448d9e95eb3f251329bbcf 0.00 MB 1 0
67,229 67,229 0000000004060540c094dba6ef09b6245fb617199143669836d0598a51451b48 0.00 MB 4 0
67,228 67,228 0000000004e8c394fcf514eba33b2f6c3f3c4655d5cbcee4975d190a20ea2fd3 0.02 MB 2 0
67,227 67,227 00000000012b0344c52b2c27b9ca92629630231e2b8c43c6e6403248b684f0f6 0.01 MB 42 0
67,226 67,226 0000000004318a75623d38e4f751542ad6d0491fb1c884bc4a4071b98a79868f 0.01 MB 48 0
67,225 67,225 00000000057d2eb8e359ada96e007389acf852c3eb9530d82cce518879541c95 0.00 MB 3 0
67,224 67,224 0000000000ebd431cd097e498b0954f4c17e7861841482c63f72742c535bc19c 0.00 MB 20 0
67,223 67,223 00000000009c76581662cfb8b724df1e36339278904e2a2b6dae84538ee68e79 0.00 MB 7 0
67,222 67,222 0000000000e86d2eb6cb669282263014680499cad2ee10c8e88d0835cb01bb0f 0.00 MB 10 0
67,221 67,221 000000000522a0853782753528d9725d8e591ad273076afe3cd2c85ff356c4e8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.30 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,244.09 GB sent, 120.06 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.