Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,828 transactions (0.51 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,602 000000000000000000022cb30000000000000000000000000000000000000000 0.49 vMB 1,822 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,601 (380 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
910,221 910,221 000000000000000000005577edfe273b72f59aa1b4a51c8636a5481fc0de213c 1.55 MB 3,882 4
910,220 910,220 000000000000000000000c871f9f07c54de4d49d3497022419d1ccf12846cf9a 1.45 MB 2,120 3
910,219 910,219 0000000000000000000093ec7af137cb4b1045870b76bb15f8b7c4b391e54bcf 1.58 MB 3,714 4
910,218 910,218 00000000000000000001d4bdd2800ee8dec00cf4460484cc7684f593cc4fb301 1.56 MB 4,009 6
910,217 910,217 000000000000000000005950b6faf4b1adf12c615e01fedf6c2ef2e20b67fae7 1.72 MB 4,688 0
910,216 910,216 00000000000000000000167281e2b71d64d3fa3029984982b028e5a8faeb0f02 1.90 MB 2,854 0
910,215 910,215 0000000000000000000225301406fd3acf37d33e9e6cd6bee71d93eb5aa4dd8e 1.55 MB 1,253 2
910,214 910,214 00000000000000000002244cb539b6452acd594304aae42445c4a3c70e9a24b0 1.76 MB 2,250 2
910,213 910,213 00000000000000000002216ad629daf5de0836da541ec494a9ae5dcc343da163 1.47 MB 2,778 4
910,212 910,212 00000000000000000001d06bfec204f19f90c3769c5bbbaa73eb8c21c908504f 1.56 MB 4,058 5
910,211 910,211 00000000000000000000aa07da8998ecf547be6795004e0b271081a60cadb0b6 1.58 MB 4,534 5
910,210 910,210 000000000000000000022a7d57ca06faf6add3a6174e07f228961e9d07bea2d3 1.48 MB 3,747 6
910,209 910,209 00000000000000000000571e674d11b2ee12f648cd235c7e4ae91204e4540c50 1.52 MB 3,993 6
910,208 910,208 00000000000000000000a735ccf601ca055124f9cc7265130bf3fde7082645a3 1.82 MB 3,257 1
910,207 910,207 00000000000000000001c80052eadc32a249565f7569d9a108dd379c5373050e 1.52 MB 2,039 1
910,206 910,206 0000000000000000000144a0d1cea65561c399149ef7f838bacf435b9301cd80 1.65 MB 3,147 3
910,205 910,205 000000000000000000006c46ca7122367813f408a1d51722dfb1ff82145fda4b 1.57 MB 2,779 3
910,204 910,204 000000000000000000019cfdd265442ddf3ec8172b3b7902a0263e3b85aa333e 1.56 MB 2,859 3
910,203 910,203 00000000000000000000eafa8dbef764c0c7ce2d573adfbc6400f44799ea0052 1.58 MB 3,914 5
910,202 910,202 00000000000000000001f5c47b9d23f924cab62b5adc2427f7f93b803faa710b 1.89 MB 3,138 1
910,201 910,201 000000000000000000014dfbf08735f96f07096aa07e38759262d17c3cf1fbd3 1.53 MB 1,805 1
Previous 10 blocks ↓
Total Size: 774.49 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,255.22 GB sent, 120.98 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.