Memory Pool Memory Pool Refreshing

2,239 transactions
0.68 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
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,110 00000000000000000002349e0000000000000000000000000000000000000000 0.67 vMB 2,198 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,109 (329 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
907,780 907,780 00000000000000000001d4e2bc97a25d7a4e6b91df2d25622787d67cd6e1ee17 1.63 MB 2,681 3
907,779 907,779 0000000000000000000201e866b85999408e8cddfda2fa04b338beb2f08c7acf 1.50 MB 2,728 2
907,778 907,778 000000000000000000008a8ef5b662b793d84c179e57c958bd32f92d2f676b65 3.96 MB 60 3
907,777 907,777 000000000000000000017d9b1427d65ee06dbd0c1a422210ceff742bcda0688b 1.72 MB 2,746 3
907,776 907,776 0000000000000000000139e67a8144866486a2433de5f494b66ac3e017c15694 1.68 MB 3,163 2
907,775 907,775 000000000000000000004fa6a80281cdb334d177447de46559536def6999ef18 0.17 MB 387 2
907,774 907,774 0000000000000000000162deb2ccff8ada13d55f22e9ddd38940707acdadcb2a 0.54 MB 869 3
907,773 907,773 000000000000000000005f9ec51db61d6dbc2a23a97d2733cd1d264c172ad6f2 1.76 MB 4,864 1
907,772 907,772 000000000000000000017659f925ca5259810b97ecc307ba752f90856b7a8aea 0.78 MB 1,426 1
907,771 907,771 0000000000000000000056a131ce7f23f0f1cb006184bc5100ade55443116f68 1.78 MB 1,932 2
907,770 907,770 000000000000000000005a35bf0a3c410204b1aa369c4f1d9e63723411289774 1.54 MB 2,708 4
907,769 907,769 0000000000000000000189b9dfa3640a9c86ad3df685c4994db57f730889f304 1.68 MB 3,110 3
907,768 907,768 000000000000000000011bd9acd7e7e1ab02814164e44fef8bd06eea895e05d2 0.15 MB 304 2
907,767 907,767 00000000000000000000bfe5dd828f31726abcb4b51640e79d0df0ece9fe751d 1.51 MB 2,896 3
907,766 907,766 00000000000000000001f8aa98ce19a1f4eb113f709469c838590edda8b12d94 1.74 MB 3,775 2
907,765 907,765 00000000000000000000415b94d7963fa371d7de28643441b7834087028b28a1 1.66 MB 3,627 1
907,764 907,764 00000000000000000001ca2fc462258f1ddbb3b27134ac35a74f1b0416be0c39 1.69 MB 3,742 2
907,763 907,763 00000000000000000001f158dbbaa8747dfe5df15cfe071feda9c05fd133cc51 1.77 MB 4,301 2
907,762 907,762 000000000000000000013287596c3c1e455066b9015f172541b5c74706499a25 0.02 MB 59 4
907,761 907,761 00000000000000000001d126c80f1d124e883be04a61436c54c0fe36addd5200 1.79 MB 4,600 1
907,760 907,760 0000000000000000000151109dced15c0de04d653b74b9f1dd47915257408dc0 1.60 MB 2,901 3
Previous 10 blocks ↓
Total Size: 769.75 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,679.43 GB sent, 96.63 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.