Memory Pool Memory Pool Refreshing

7,682 transactions
2.04 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,710 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,282 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,709 (586,702 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
321,007 321,007 00000000000000001aa20f7d2c960e11d1801977fe1a6c55b09c090cd64ca937 0.35 MB 727 32
321,006 321,006 00000000000000000c9dd7ce05a53b23f136a7e022539065ab6cf233ac165dbb 0.08 MB 164 35
321,005 321,005 0000000000000000164bdcb1a48f403888afab9634fa0ee99f544a3b206a9f14 0.69 MB 1,499 30
321,004 321,004 000000000000000005be9868477a8c6d622fe6aa8453120dfefc4531cef872de 0.15 MB 294 29
321,003 321,003 0000000000000000209e43c1ff84b46e2730a45fe29211b4614dec27187d92d5 0.18 MB 399 29
321,002 321,002 0000000000000000191bb441fbc90c01e6402c1e1ada9b60a9662b27afd3b246 0.68 MB 1,311 31
321,001 321,001 000000000000000008fdd3f5ca2aa6b35a4ccb653964a676892b0afaa4267928 0.01 MB 22 18
321,000 321,000 000000000000000000a99320bfb427390b074ae144a86335809731e91d4a2280 0.26 MB 481 28
320,999 320,999 000000000000000002cb4ab269a1bba0280a5544512499792d6ab2d983e8ce0d 0.22 MB 422 25
320,998 320,998 000000000000000007528984394cc9b4ce86258df8942b24cb74b2bae78f007c 0.27 MB 203 13
320,997 320,997 000000000000000008929d8864ab9436ca9cb4a214776f335227a551440d14c4 0.75 MB 1,047 25
320,996 320,996 00000000000000001ea4c903e3e1ebd36fd337eab618fb9a865c34677fe662ff 0.35 MB 1,027 45
320,995 320,995 00000000000000001703b1ed180f3f76487aed1466dd52cfbee83c8838cc277f 0.32 MB 176 14
320,994 320,994 00000000000000001025d9d77c944581cc9c57dd40e2bfd221e212e611c86fbe 0.93 MB 1,835 31
320,993 320,993 000000000000000006db74ec347d279e2162a3ef15faba2ed0ee528f32857b66 0.50 MB 785 25
320,992 320,992 000000000000000000c1a673f8e71cc4fab4621b03af672855f1d667fb5744ac 0.03 MB 55 7
320,991 320,991 0000000000000000042aadcf2c17cf418b5aa121766fd74b5d2fc721b8560f0a 0.11 MB 208 30
320,990 320,990 00000000000000001008699bf434622105d47051e943540d58c914a1929689d5 0.10 MB 153 17
320,989 320,989 000000000000000010f9fabacf7ceef0e2a65d90a39dc2820398ce03c26fc14d 0.20 MB 440 30
320,988 320,988 00000000000000000c54f7a78d4e33e4b2cb8c3bdfc17e159951e8a8c9a604f2 0.10 MB 152 24
320,987 320,987 0000000000000000240d5fc2bbbcd50f7fd71c50aa3e4054c13edbb98b6d6341 0.67 MB 806 18
Previous 10 blocks ↓
Total Size: 769.00 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: 1,616.85 GB sent, 92.83 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.