Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,301 transactions (0.85 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,361 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.85 vMB 2,294 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,360 (864,195 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
46,165 46,165 00000000220293fe096daa36305224e28a31647e87756e52d3f5fbcb9bef0076 0.00 MB 1 0
46,164 46,164 0000000010df71bf450da3fe5e20dd7f221d211ec3b2ff4c54fc58cce46c467b 0.00 MB 1 0
46,163 46,163 0000000017717645259778c2fd17f0c8c6edcf8a6345c5570e28161a1ff55ce0 0.00 MB 1 0
46,162 46,162 0000000031e8ef47ec3158422262496d9f3ac6677fed7de4a19b969fc922888f 0.00 MB 1 0
46,161 46,161 000000000701afa07a0769458f1f745cab84f8bf8d6ca58e2a0b8f529b233f4d 0.00 MB 2 0
46,160 46,160 000000000522c1d3a436b2cc118e76e2fd1fe5cef9f9fb81344f88b87b85d7fa 0.00 MB 1 0
46,159 46,159 00000000349e85e9d53ee696432e3fb8bf583c0b6b92cf7703cc0599b4688f42 0.00 MB 1 0
46,158 46,158 00000000211b3cc06e7724a71deeb52a9ba249768404e6f4b435b65df5bd0a0d 0.00 MB 1 0
46,157 46,157 000000000b5d0ec827c1308093059794d93a2c3d462aecb438014f293485b851 0.00 MB 1 0
46,156 46,156 0000000015df05ab89c5a07c97aeb8f8b81c177b2d03d59325f953774d5a6ca4 0.00 MB 1 0
46,155 46,155 0000000006d7662509973bf66f59d22afeac0216ec54f6ec0099bd72a566c2d6 0.00 MB 1 0
46,154 46,154 000000000d3e07ed77b5cb5ff343ebb9f178ee5712945fbf94fa6e8278769f5e 0.00 MB 1 0
46,153 46,153 00000000238518c1555eaa51cfb9c507e03b9d5d324ed8611358e1434311e63e 0.00 MB 1 0
46,152 46,152 000000002c898c799dd3dda482835e791477a2108843f64324ff558a31bc5749 0.00 MB 1 0
46,151 46,151 0000000021f37453ce822ddae4dde79a8183967a58e88bf430ef1f013fd28eb4 0.00 MB 1 0
46,150 46,150 00000000023bdc16322ff76c94a7747f5b423e34fdeb5278b0203c0bee03436b 0.00 MB 1 0
46,149 46,149 0000000001ca4ad5fcacef0738e6ef8ad0c8d6537d8add5eb5900c6ce2b29139 0.00 MB 1 0
46,148 46,148 000000002c417262ad49032598e4e0237411fb427500658fdc1638d2dcec9b1e 0.00 MB 1 0
46,147 46,147 00000000222ebbf26a3143a80fd9ae8171a5def022a5fdadae5154d1bfd358d8 0.00 MB 1 0
46,146 46,146 000000001ee9bf4c474b446a87081b6ed1fa6cf29b6f9695e97c0489ecb3109d 0.00 MB 1 0
46,145 46,145 000000001a788535082f7a6e34c0134e3e206cbe887f58884bb56a2b47180716 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.07 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,233.21 GB sent, 118.91 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.