Memory Pool Memory Pool Refreshing

1,633 transactions
0.53 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 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,751 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 1,616 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,750 (785,383 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
122,367 122,367 0000000000008857be55fe32756d69b9cc8cffe0bbe6c37a0b5b9eb08414d767 0.00 MB 12 0
122,366 122,366 0000000000004e6d35837647b741cf90d58b862cf7af379236c5146af3df8020 0.00 MB 13 596
122,365 122,365 00000000000096c8f90650133c07edc15af6f82d82ff001c110c851b30760b18 0.00 MB 1 0
122,364 122,364 000000000000922e058a231294cf34ac62deb064243c98c6d9cb3cf1eacd0e26 0.00 MB 2 506
122,363 122,363 000000000000249b438a9c18966c341869500f6e24da9d836aa941cfe2324850 0.00 MB 12 0
122,362 122,362 0000000000007a23665eb9e5138dc939e2391d9ff58c135275de308509ebe4eb 0.01 MB 30 2,037
122,361 122,361 000000000000376dc5c85d37e4b292b0f4b96802189a4e82a77d31111117f569 0.01 MB 8 183
122,360 122,360 0000000000003d274d0268e261bf1756ca1b06ea3d7ead4eb5a76d00a61f86d3 0.00 MB 14 269
122,359 122,359 000000000000043efd586dd30282e7213bf02684f4027f5909d08232aabbcc4f 0.00 MB 8 0
122,358 122,358 00000000000063b87f6fce0ff67eee02aaec0a502bdea5add6dcb1bebc004535 0.00 MB 12 0
122,357 122,357 0000000000007001c1938b2ab052e9fe580190e6a9608da2ea823ef5f8190654 0.02 MB 19 307
122,356 122,356 000000000000869ffb0060c6f073bbf7b915f03ed91dd05e52edd57c54940493 0.00 MB 8 289
122,355 122,355 00000000000059694e90dbf49fd5435528283b829ec5b9c4cc0d4e1968cbde18 0.00 MB 12 0
122,354 122,354 00000000000092cfd43665c35cca5483fa428ba9116735631f342d5d663d55be 0.00 MB 11 0
122,353 122,353 0000000000008ba3d68d2192083fe750fc335800211163154e04b2e5eee24a66 0.00 MB 11 0
122,352 122,352 0000000000000100950982335a4db6c455b5b3a896025ed09f14292d8ef42db8 0.00 MB 9 208
122,351 122,351 00000000000075746050e154dfcbcf815b4fee6fbd2c6eee7f88117d8e678edd 0.00 MB 12 0
122,350 122,350 0000000000007118e0889dce021c57e01d54b1df8a95abddbdb1e1717f6757ce 0.00 MB 1 0
122,349 122,349 0000000000005574a15c062ef7507bcb8236d27ade051007a124c30b13705ac9 0.00 MB 10 0
122,348 122,348 0000000000005aba21653ecda4c4eb5e2e4814da816478247a400fb0181d495c 0.01 MB 18 931
122,347 122,347 00000000000051db022375df05a72af3fdfd0b809e18568f5c4aec7c03993715 0.00 MB 13 330
Previous 10 blocks ↓
Total Size: 769.08 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,628.18 GB sent, 93.27 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.