Memory Pool Memory Pool Refreshing

8,382 transactions
3.08 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,924 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,004 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,923 (396,941 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
510,982 510,982 0000000000000000003f804f8c988a4012a2530ae3247e6d904db7c18bc100a2 1.05 MB 1,129 24
510,981 510,981 00000000000000000013a89f68ab037fbedc7eec776a2aa3ea9a6a7e9666f214 1.02 MB 715 2
510,980 510,980 00000000000000000041e39beca39183fa1ef26b29934d462cea3ead4f26b140 1.18 MB 2,073 67
510,979 510,979 0000000000000000003332c1e3583a59e6b5851dd6d132d883fc3f2725a80396 1.04 MB 993 32
510,978 510,978 0000000000000000002e111cfe51dff7dcaf5b9a16fa2c869a4c1a5624872e6a 1.08 MB 906 10
510,977 510,977 000000000000000000476c0d2d8985136083f4e5818dd69b4d844498a3c1f572 1.03 MB 889 21
510,976 510,976 00000000000000000052460e13057501dd812c28ef6a44fd2c02d76449958e9a 1.08 MB 1,878 53
510,975 510,975 0000000000000000000cc2992e55438d6e16ee42606f052597fa3fc3327abe7a 1.10 MB 1,770 38
510,974 510,974 000000000000000000567c2c1d82329c5f827bc7ca7282e501baf060d7bd5229 1.07 MB 1,654 44
510,973 510,973 000000000000000000294952d71e93aced4bbbf71868b86d654a436e23bf334d 1.01 MB 342 4
510,972 510,972 0000000000000000002b10874c4bb8bb6d14f0fb50fe2aef58d4c2de55f25d4a 1.01 MB 301 7
510,971 510,971 000000000000000000011020989a704e21fa711de6bf52034788d7b8a5b62227 1.01 MB 325 7
510,970 510,970 0000000000000000002bd42079a51f05c2fff233ee96bab3ab6892dcbd7f8642 1.06 MB 1,297 30
510,969 510,969 0000000000000000000e7cf5ccfcaf4015a4f676b961a28fc775f56258e03077 1.01 MB 339 9
510,968 510,968 0000000000000000003d6595644d279ccee57d99dada7081e89670c823b5e25a 1.03 MB 632 15
510,967 510,967 00000000000000000038714687ae289db0d6d4a5beaa2f338108e78a37e0133b 0.31 MB 663 51
510,966 510,966 00000000000000000041b00abc2a71d1943c35bbc41b87d41161222964206966 1.08 MB 2,137 46
510,965 510,965 0000000000000000002ff46223f7865136cc97ee4937b2254bf3bbd9107ae39d 1.00 MB 269 6
510,964 510,964 00000000000000000016a1eac9190889c6cb828883ec55339da2180ed38fd36d 1.03 MB 684 28
510,963 510,963 0000000000000000002b0f7b96279215255f3ceeb450ac48ddd91c66a18dc0ea 1.05 MB 1,361 43
510,962 510,962 00000000000000000027d3a2756bba7dfd8c208ea687549e892d1031daf72a4f 1.04 MB 945 21
Previous 10 blocks ↓
Total Size: 769.40 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,644.72 GB sent, 94.97 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.