Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,044 transactions (2.19 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,029 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,669 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,028 (820,782 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
89,246 89,246 0000000000128df324d66a707330534769c72e0e68f6f0a3eba6a3bcc3a7bd37 0.00 MB 1 0
89,245 89,245 0000000000050284af3410e4bba6566ca740432e360b742c03fbbc2ef728ce57 0.00 MB 1 0
89,244 89,244 00000000000cadd0db2a420644a93ed2e89a227ca6a70f84c659a50c5b3c166f 0.00 MB 1 0
89,243 89,243 000000000004e277d08933d3c20d1433185f2fba98fa8f0a5509a68c32045bbe 0.00 MB 1 0
89,242 89,242 000000000005dcc3ac675b57d24b90a57e59a2cd9206b05d9ff5fa5c0e595ce5 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 773.45 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,185.34 GB sent, 115.56 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.