Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,409 transactions (1.76 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,051 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,460 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,050 (820,809 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
89,241 89,241 000000000014c509eaf44b60c9936728c3804c50821576814317575d64f0490f 0.00 MB 2 0
89,240 89,240 000000000004a584e923f7de6d15f2cef2f50974e96d58736e65f6071a48f8d6 0.00 MB 2 0
89,239 89,239 00000000000caae4d713e99de7e25180334c1e33d9da388a6db1c67bb64fb6b4 0.00 MB 1 0
89,238 89,238 00000000000ca1727bc9425d7cfe7ccbe01e8d2bda4917f9a8b058cb8f345380 0.00 MB 1 0
89,237 89,237 000000000008e574994046a65b4d5124e8eb71a2677d89f5097591b6cb3d02cc 0.00 MB 1 0
89,236 89,236 000000000011b15885eeb8a4294af5aa7a4c0dfd452dce703e6dd6d512c366e3 0.00 MB 1 0
89,235 89,235 000000000009f6487a273a44c0869f0c446d372f0a9884f629a81b4ce53a0296 0.00 MB 1 0
89,234 89,234 00000000000d1f1edb7a966f079e23fb589b105083e27bea892ed2c6dbedfbec 0.00 MB 1 0
89,233 89,233 000000000011382f0009f32f04c6915b1ea7e7eb05ccc218858b2b676f98db84 0.00 MB 4 0
89,232 89,232 00000000000ebe52eeb288389afe81ae215e09d172fc1b2ee6af12c3916aeb0b 0.00 MB 1 0
89,231 89,231 00000000000d704ae72441e90326a63c5f7a0c11b5d50e72435645dbaac7e270 0.00 MB 4 0
89,230 89,230 00000000000a7196405bac990c9e65856206943fe0ac529d72fb3a2796748197 0.00 MB 1 0
89,229 89,229 0000000000045088f6ed6512351d95932c5afb96a56d30709a251b8e560e8926 0.00 MB 1 0
89,228 89,228 00000000000b8cbc700b3ede80dcf00dcc03f1a5b86e02e565fb9619a68a8c97 0.00 MB 2 0
89,227 89,227 000000000001b56b7ec6047916f2bc16337406302af61bd886753b7da0ec2cc1 0.00 MB 1 0
89,226 89,226 000000000014f0779f325766883ee8214cf792c119d9130025a71404bce0e60f 0.00 MB 1 0
89,225 89,225 00000000001358f5caadfd2fd61b135203cf4ba4104b43157c8196aec9e04ccb 0.00 MB 1 0
89,224 89,224 00000000001014c17b2c1d2c17d222c5e4d16dbec7721f0f595669c5525b5468 0.00 MB 3 0
89,223 89,223 00000000000be8b87c8cbc175b266d302665a04d1971ea854a4bd67524a58511 0.00 MB 1 0
89,222 89,222 000000000013c7cf9490d870f8412b0d84b51dbfdc8b9f465ff41e47f52be8ac 0.00 MB 2 0
89,221 89,221 000000000011b474de026bb6a70483ed5181191a5717225cb3e4a8eb743a5ca0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.49 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,186.08 GB sent, 115.81 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.