Memory Pool Memory Pool Refreshing

2,254 transactions
0.77 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,623 00000000000000000002349e0000000000000000000000000000000000000000 0.77 vMB 2,240 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,622 (884,372 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
24,250 24,250 0000000035db4a120e5cacbd72c563e27d1d51a0aa5db59750a7823e8f42c08f 0.00 MB 1 0
24,249 24,249 00000000760de9f5788ac5b130a1caa8e79b7d8c7151438bdb39b2955ea7aa68 0.00 MB 1 0
24,248 24,248 00000000437f058b21f8f27c76787ea021c0e2852abeab590163bddfd8ff159e 0.00 MB 1 0
24,247 24,247 00000000a66935da56c97514fb12d2d09b5a7789021d24579c96656788c6d360 0.00 MB 1 0
24,246 24,246 00000000c06255f06e19f7d32afd5a704fd533f679f2a2084d0828ee9ce35b23 0.00 MB 1 0
24,245 24,245 00000000a5e193c3b6414b1a161758f7f4f4ba50722dc3390c4fcbbf0b9fedb1 0.00 MB 1 0
24,244 24,244 00000000d4d4943ef25cefd64f2402810fe4c7f8f8f3c7a8e93438f4983e2d45 0.00 MB 1 0
24,243 24,243 000000003531e9c792c533f9e133a71356ec5a1d6d630a85b340e8f3220d8db1 0.00 MB 1 0
24,242 24,242 00000000699acfd63a0349213f77d1164e5bd5dc309affb749e238ace4b78831 0.00 MB 1 0
24,241 24,241 0000000012a8ba603ff61130024df27efee2caabfbbdc35f95515f1c38002b32 0.00 MB 1 0
24,240 24,240 0000000011f2bd1a6832f2fa5bc26e4cfe3123f52caf6cac4c4284e823fd7815 0.00 MB 1 0
24,239 24,239 00000000a4e72c00ef6d1559c884b2c90c12a4d97ddbe4ebd68ecf7c6c679732 0.00 MB 1 0
24,238 24,238 00000000d18ab2b3317ea7bcf7ceae4c2906d324382550be1317fdf9cb19ed9b 0.00 MB 1 0
24,237 24,237 00000000f4ac606c81ee7429d1c7c616b7ea445faf8060973fa2f5b63bf9b65e 0.00 MB 1 0
24,236 24,236 00000000e93f5aebc8f8a59799862deed3adfd2cb059f1efa3230c4de40780f1 0.00 MB 1 0
24,235 24,235 000000007df662edead8a5484629bb5eb45df6b64a175f8776519b85ef290528 0.00 MB 1 0
24,234 24,234 00000000ed9f12971b0cd612584791a4913bfdf021fc0ffc405ad4f4d0fb1ccf 0.00 MB 1 0
24,233 24,233 0000000033bfb6f323ca9c53a2ab3858660fed4a9ab1bfca77ab371430406610 0.00 MB 1 0
24,232 24,232 000000006ef458543db51a973309345a15500dd90ea15a9bb088f5fbe37122f0 0.00 MB 1 0
24,231 24,231 00000000744a4a19ebc6922d3b00b32c3c538e03a483bef47617a7741b290b9c 0.00 MB 1 0
24,230 24,230 0000000086b8e70946283add158d0f433e5461f2fb6015bd4086cf399c3aab70 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.85 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,850.18 GB sent, 101.20 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.