Memory Pool Memory Pool Refreshing

1,182 transactions
0.28 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,792 00000000000000000002349e0000000000000000000000000000000000000000 0.27 vMB 1,176 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,791 (680,588 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
227,203 227,203 000000000000013b21f41e82f492772d85860f2dd5caa883c61844c1d0b18baf 0.15 MB 235 46
227,202 227,202 000000000000018c8bd2c9606e36d36f076ded00370b8292dd6c6f1eccc86217 0.34 MB 817 221
227,201 227,201 00000000000003363dd9114ec2e204f4c6cee20ade38f137594f91e5c1356ed3 0.29 MB 661 189
227,200 227,200 00000000000001b239b2b842812b93d6421cbc2eb855cb4bf2e7cd9ebe000329 0.07 MB 228 169
227,199 227,199 000000000000031439d68c587ff9adc0659d9074d3b230a47b24f16133bc2571 0.28 MB 680 218
227,198 227,198 0000000000000088ff4c4d3d73762af22c89176e5d4d0567a33b0fa58e4e5b45 0.27 MB 213 804
227,197 227,197 000000000000036f77b7bc46d17d168c0ea72b314963932c35580666bf5a53e6 0.15 MB 250 100
227,196 227,196 000000000000027f48b6ef281468232648dfd552096985db7ff157f38ae35341 0.17 MB 307 147
227,195 227,195 000000000000035afcf7b21065b48acc7a23028bc82dce1c1d116dccb3d44b85 0.24 MB 387 121
227,194 227,194 0000000000000076b4a845ddf053bc89e065f7dcfc608b9ca3fa59d5288078db 0.25 MB 716 237
227,193 227,193 000000000000018c825e31cb9eacf42cf7a375e4a7d380087b6ec05740e59623 0.17 MB 360 165
227,192 227,192 000000000000013437764718459bd76c119d0b8764e7a75915b8c64f3fba48e2 0.17 MB 399 208
227,191 227,191 000000000000015b88ff7d2736585e04dced13fd074260f47f1e0500bb74a7f7 0.02 MB 69 159
227,190 227,190 00000000000002bb3dff9014a7931ebf073d5ad3dbf880a19d259360d420ef8b 0.04 MB 70 146
227,189 227,189 000000000000010dd125e278ffd5d8403273618eff08bb67e4b8c15fac809bdd 0.15 MB 238 132
227,188 227,188 0000000000000108c1be4fdb57b3720d5e7906eea5320a4e3101b397cb64b26e 0.15 MB 268 183
227,187 227,187 00000000000001ee470ad734d7a917e41b33a325b29b5bc4d009b20af9cc9731 0.04 MB 81 122
227,186 227,186 000000000000009a0030d8178f7b6ad3ee6493ed115daaaa302f01a0e6e43cb7 0.03 MB 68 173
227,185 227,185 00000000000001c54df47055d0561328eece43ba52c9157c436401044d18216e 0.05 MB 83 96
227,184 227,184 00000000000000b31b258f305045540aaa5718c924a788eb60eaae61d4406e9b 0.18 MB 393 181
227,183 227,183 000000000000025026966bb1a49fe38a03743cdc4345f40585e27cd77c12fcd9 0.04 MB 87 267
Previous 10 blocks ↓
Total Size: 769.15 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.61 GB sent, 93.62 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.