Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,965 transactions (1.14 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 911,360 (846,143 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
65,208 65,208 0000000009fa4667904515d8ddaeabd72de92c4da7ddf60f4f73bacba21584a5 0.00 MB 1 0
65,207 65,207 00000000033b54fa0cadf78201b5d369969d2fcc822edc5cfd64ae7705d4e5cc 0.00 MB 1 0
65,206 65,206 0000000002fdb29ca31f95d5cf49ce8d804095e1b664a2058451a75979af70cd 0.00 MB 1 0
65,205 65,205 00000000074e3c150e060787bde15d274fa8dce0a46dfaf09191b873d061379a 0.00 MB 1 0
65,204 65,204 00000000056d25aa4e4db052a4f97336073db44684e61025772cd9dcd30c45c2 0.00 MB 2 0
65,203 65,203 000000000a42d18526d8a00309046976f180afea09f0545cd0928a653f9073df 0.00 MB 1 0
65,202 65,202 0000000008604efed78bb1812ae274be9ec467c65dc2016a673d1fbb3d8588f3 0.00 MB 1 0
65,201 65,201 0000000006158ac598081ff30e3956a603dcb5968479e9d08d781950c6fb8488 0.00 MB 1 0
65,200 65,200 0000000002e09647ab8aa727368bb41e24c15a7062dc654ef3e997c78be47fad 0.00 MB 1 0
65,199 65,199 00000000026379096f9b29b6353687b71e51bc5e4c0b4061a264f86a685af956 0.00 MB 1 0
65,198 65,198 00000000087004f05bc43adbd6eb176bceea8531e193630310657aad1a6cc4ca 0.00 MB 2 0
65,197 65,197 0000000005db506d9d805c17ba5e1ee640d19ca28175d8884073e106164c1ef0 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 775.91 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,401.50 GB sent, 128.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.