Memory Pool Memory Pool Refreshing

4,657 transactions
3.60 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,811 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,686 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,810 (614,487 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
293,323 293,323 0000000000000000d44c851a55031c6fae31e15b618db88f07022275ee309364 0.29 MB 423 31
293,322 293,322 0000000000000000104131099138f32a345063abbb733ec6324bdc7b2db3f73c 0.63 MB 758 29
293,321 293,321 0000000000000000720a0303ca24652312b42f76a883215511ac43e5b2be2e64 0.35 MB 913 42
293,320 293,320 00000000000000000a849a10037e5676f3fa864868baf270d0fc80038e9f0a42 0.18 MB 432 37
293,319 293,319 0000000000000000c37c16ece7a4e6f84db3a674081b32196810157181a70782 0.10 MB 176 31
293,318 293,318 00000000000000005953d64ab19d0665f0e07217af6efeeb4df1287095215c92 0.12 MB 240 26
293,317 293,317 000000000000000092fe38f84baf70afe8288f9d5bef54411ebba29d025f9efd 0.33 MB 637 34
293,316 293,316 00000000000000007308356c41fdb22282be73d1f2bfb96ee40be8aa669ab73c 0.49 MB 830 28
293,315 293,315 000000000000000077122070c42ff7177d4b58228933cf7be961709170e77b6b 0.01 MB 13 32
293,314 293,314 0000000000000000189f995d143423e12bdc8b47fda5ec6d7b4e17c8cee17d9b 0.07 MB 173 46
293,313 293,313 00000000000000002da31459b978218160e81da59ed8bce9c874a5357b351384 0.34 MB 603 29
293,312 293,312 0000000000000000779632ad937015ab75b1b630934bc333c7706f49198593ed 0.15 MB 206 27
293,311 293,311 000000000000000000fcbacb96dcfe882c9af17a9a3c730462ad5373c37e2939 0.50 MB 920 34
293,310 293,310 0000000000000000a31f22af86b0807fe1ae85ddc37f991346a20936fa2b5f3a 0.03 MB 64 41
293,309 293,309 00000000000000004c15151e8fe7b7f2cf045cf3b9ebf5b5d12abc2c70a61f4a 0.17 MB 293 35
293,308 293,308 0000000000000000d4643307c68d85446b9edf19cd4942f66b100cf18b97cc4f 0.04 MB 134 17
293,307 293,307 00000000000000008264b9c1d41245c85b92e40bdeb2c2db4e939e503a41bbb8 0.14 MB 282 41
293,306 293,306 0000000000000000d76f2415ff398d441228826311e90c14b85e8c7e96502801 0.00 MB 1 0
293,305 293,305 000000000000000021bce4e4c4f508e58e305db83225f5b408d27b52ed20aa9a 0.34 MB 165 13
293,304 293,304 000000000000000061d6ff88692f317bd876a2efd734333d32f04a7a27248ff7 0.24 MB 438 34
293,303 293,303 00000000000000000a3dac849a5c8356a242898b30e775d9a3e31adce12a49c4 0.19 MB 406 33
Previous 10 blocks ↓
Total Size: 769.18 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: 1,633.64 GB sent, 93.86 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.