Memory Pool Memory Pool Refreshing

1,295 transactions
23.27 vMB
Show Random Selection Loading Transactions
Max Size: 93/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
908,314 00000000000000000002349e0000000000000000000000000000000000000000 0.95 vMB 1,060 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,313 (874,419 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
33,894 33,894 00000000ab1e205dce66b5bf0df6fb1b12ab4154174b78cee355952aed8e049c 0.00 MB 1 0
33,893 33,893 0000000053a40f2258c3f6cffe4e19541146ef4b95f7074d02866954ead3e337 0.00 MB 1 0
33,892 33,892 000000001ee4df168d47f4a6d74b82c12eb157dedc30c3dbf91a3d4dce861635 0.00 MB 1 0
33,891 33,891 00000000d4ef24534b5a195cc789d4bed39dca1a07d87226b878172302c5ed20 0.00 MB 1 0
33,890 33,890 00000000cf2e552a258a026fb17a7eed4314d85be3e8128aaa6ff40d9ed4c0de 0.00 MB 1 0
33,889 33,889 00000000cc64da78e82f1696bffb9fe8e58149ed9cc9411e7feee93826261baa 0.00 MB 1 0
33,888 33,888 00000000804dd61f91f8927032c8517db5233eda549bb1658a970cb359194e04 0.00 MB 1 0
33,887 33,887 00000000b834a3ea54391a752c8996b6db3f507abe90711822c624c9cb4f5f74 0.00 MB 1 0
33,886 33,886 0000000014af6d3eb555cadd6f44d9a043f72fbd8e2a9f8adad1d318427c7576 0.00 MB 1 0
33,885 33,885 000000004231b2fb5f923f8950e80f634aa4a5662c7c85ad96ae4fd6fb6e9488 0.00 MB 1 0
33,884 33,884 00000000addc5eddf42c16e29192ac1b4ba2c6f2b957f6241c67304607466649 0.00 MB 1 0
33,883 33,883 0000000069209899c1381ea5ea7f4ed9d981c5070dbe58b27c586d8a1fa7b8b7 0.00 MB 1 0
33,882 33,882 00000000a07e4059e63726be49e3485a70249659e890db09b3376406b0aff0f5 0.00 MB 1 0
33,881 33,881 000000002ebba740943319c33ecc032d35de1729295f0f2ccaa93c05bd3a1b3e 0.00 MB 1 0
33,880 33,880 00000000aded541d39e0abd2ff7e91c672eee4865bdaff9ebc448b1edc88a2f3 0.00 MB 1 0
33,879 33,879 000000006da741fb5512d8179bfa0e0c81511bd87af8fdae1ab36947fc2a8cfc 0.00 MB 1 0
33,878 33,878 000000000c8d1ff3f6d7924d55d1e82f5f08d0c5624b153c6987a2f573acb279 0.00 MB 1 0
33,877 33,877 0000000049f30a0f3235af86a2c1f15d37a86fbfb338f21b8e53d04185d4fc07 0.00 MB 1 0
33,876 33,876 0000000011cb1f3ac18da80a7e2a3172f4d64be93673d4871be6e4fc2608d8e6 0.00 MB 1 0
33,875 33,875 00000000b17d6dbe023bbaefe9a9f90e564ff4445099c98090b35c52a98043f6 0.00 MB 1 0
33,874 33,874 0000000060db8b4cd66aab157957c9ea624e2ae6dba9bc0a653d0b3ee3e160fc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.22 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,698.98 GB sent, 98.60 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.