Memory Pool Memory Pool Refreshing

286 transactions
0.07 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,799 00000000000000000002349e0000000000000000000000000000000000000000 0.06 vMB 264 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,798 (754,550 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
153,248 153,248 00000000000001d0795297bab6de6baa9da0c54903ff90729d5a0e90c31bb7e5 0.01 MB 17 217
153,247 153,247 00000000000007113430cb23ab2ae67661c4863fed09759dfc506ca6c607406c 0.02 MB 80 8
153,246 153,246 0000000000000b30f79136fe962c46628688d1606a29b803ac22de742e2bc8d2 0.01 MB 23 20
153,245 153,245 00000000000002b32039e59fb6efb51127e36a5d6274f46795332437ebd619ad 0.01 MB 33 106
153,244 153,244 0000000000000139e658b0471ae7a4fc3f00822a7ea50a1dfcc5b24746abdc8d 0.02 MB 46 232
153,243 153,243 0000000000000749c6543745fde032d8f8ebec8b7a9fd53e7d0d9afc44ddd927 0.02 MB 26 120
153,242 153,242 0000000000000cefe0f8be7dfa154b30c977cfd268426d06b5508c612a102148 0.03 MB 62 211
153,241 153,241 0000000000000c4d7739bce02ef2a5e3a0cecf4b3b6916a119f3c7525da19d69 0.02 MB 26 453
153,240 153,240 000000000000050e4f760a825abdbb69c0ffc97fb03e831c560602ee4e82b6b8 0.05 MB 129 54
153,239 153,239 0000000000000a3f9c307bcd80affdcd5c23a30faabd600677de1b72703e53f8 0.02 MB 19 75
153,238 153,238 0000000000000cd92fd16de6b5f19512894f2d6d75bc83f3179517b03a53cd07 0.01 MB 24 144
153,237 153,237 0000000000000b03306f0086d6ab9e74abbbe39c2e2bf403623b9dd44006e12d 0.02 MB 42 54
153,236 153,236 0000000000000cd84558f25514857bafaa012c61cf7b35abb817e0002e6e7d0a 0.01 MB 42 262
153,235 153,235 00000000000003bca20c25f06f24718d14ee7e2d5988892f2b30f6e56904d775 0.01 MB 42 0
153,234 153,234 0000000000000d9c2561dc2dc52ecf42214d69ecfdffd1bee4735a4018b248ed 0.03 MB 83 72
153,233 153,233 00000000000007b9b5cb02102f319fd1b05b4af6bd9e66eccfda56377c1b5dba 0.01 MB 32 48
153,232 153,232 00000000000000499d27fee1d5338d9d5886416e06c5c99e5547b6e2e78c9634 0.00 MB 8 3,468
153,231 153,231 000000000000027f2b812baa2a43f768f8b69355ae50742554510b51d2b16874 0.00 MB 14 59
153,230 153,230 00000000000007382a1a0707c7450d8b792d517f3c55bf661453f4e9ff1c40bb 0.04 MB 120 33
153,229 153,229 000000000000028c03995548e32ec9c08634c47deaadded78bacdec08c4d25d5 0.05 MB 157 9
153,228 153,228 00000000000007db54547742ec767f692010a2cc686c0d42c480c673a5f3c132 0.01 MB 30 45
Previous 10 blocks ↓
Total Size: 769.16 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,632.76 GB sent, 93.70 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.