Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,401 transactions (2.81 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,298 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 2,757 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,297 (846,068 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
65,229 65,229 000000000adabf71f8eb6dff15a455bf88f87365d342243bb60657ca35fe39d1 0.00 MB 1 0
65,228 65,228 0000000002a92d991babfbfa3c7669c83ef1e00cbc519d7b9f0763c2b6d12dd9 0.00 MB 1 0
65,227 65,227 000000000312b9b4b42e78cc61b734c71d6556fea5bccac92159af795f71bf35 0.00 MB 1 0
65,226 65,226 000000000172297e2d2d6495bc0b3d92bdfa78db20799161b229d41ef64fcbc8 0.00 MB 1 0
65,225 65,225 00000000086915bd17ce8ac302fe17d840a64cb59f8727bee048089f9fb940c0 0.00 MB 1 0
65,224 65,224 00000000005a2c9897869c528aed58dcda19ffa070dc68c3dfb38b68abe8b574 0.00 MB 1 0
65,223 65,223 0000000008ebf9e6a892eee212744e94b495ba386fb96769d5d060e25313fb63 0.00 MB 2 0
65,222 65,222 000000000097eb2fe7e8c3f6ea58d3d79464836904026606ecdc10a64eb2ae98 0.00 MB 1 0
65,221 65,221 0000000002f4e79bdbc909e426fcfe2336bf0d2d4c2e49af0a0f998d83a7c8a5 0.00 MB 2 0
65,220 65,220 00000000056ad3200da63987a1026f7aeac566af15feb94b419faf943e3bdfca 0.00 MB 1 0
65,219 65,219 00000000009a6280d718fc6ea3d56e4b2172c8443b15a76ca6c130b7c7d70879 0.00 MB 1 0
65,218 65,218 0000000008f0b7c4201c4ec34298b3047c4163542299c2b0afb9e62baa125716 0.00 MB 1 0
65,217 65,217 00000000022f37ead3172bec6fe19863b4b9213ba74d1bf7e8b5f40d1874b787 0.00 MB 1 0
65,216 65,216 000000000381b18124e4526aaf91106196d237e63e62c7e98dd7395876a5e1c0 0.00 MB 1 0
65,215 65,215 000000000449c5e2d88e31459025c4b2b447c401e845264a9b9ef4d50deeff64 0.00 MB 1 0
65,214 65,214 00000000034518e03f7b02571d077a074af3239af2aff084a49f6126fad2814f 0.00 MB 1 0
65,213 65,213 00000000080bd1bc28a29b0054851ad82ea51b863f9e75da812e7587095990fa 0.00 MB 1 0
65,212 65,212 000000000544c89403ec5ff9e66014dcca348e7df18a6d93d90a38daf35c253a 0.00 MB 1 0
65,211 65,211 0000000002f57a043c85914e9cabf2cbcf0aa595d0985dd7c6c441803c8bfe09 0.00 MB 1 0
65,210 65,210 0000000000c1ff98b0ec94ef5d49badd79b68956ee1b8417cbf13623519e8624 0.00 MB 1 0
65,209 65,209 00000000036f1d5f72b0cc4c2e968e5ba9bcf2ace8e94546709755d52a56f36c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.79 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,398.66 GB sent, 127.83 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.