Memory Pool Memory Pool Refreshing

17,635 transactions
5.67 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,763 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (54,716 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
853,003 853,003 000000000000000000011748e0d6dcf21e8857b1d17f35cf431bfdf5b4b8149a 1.88 MB 63 3
853,002 853,002 0000000000000000000141ec49838e88da94ed8631e79cfaf7588717047f6f55 1.76 MB 2,758 4
853,001 853,001 00000000000000000000c4111f80a2f589c8e622e61d17295f2fe841cdffe2d3 1.61 MB 4,935 3
853,000 853,000 00000000000000000002ebb20e5899cce4622de6bc4f8e1d20418c59b846b6da 1.72 MB 6,030 4
852,999 852,999 000000000000000000026fc369b25f63b225c8062aaba2ddf691c86a7fcad740 1.73 MB 4,006 5
852,998 852,998 00000000000000000002d49313be8cd59e993c76e053134166d83b13f6e9ac9f 1.66 MB 3,284 8
852,997 852,997 000000000000000000019a9b950d28a36f855dc037c0530e4306660f5dc84aa0 1.77 MB 6,464 4
852,996 852,996 000000000000000000036a0c9da360feba3b17dbb6a55db021292ae0a17045ad 1.80 MB 5,283 5
852,995 852,995 0000000000000000000240de04589fa929cb871dbfe08d3a4e4283b993eba672 1.70 MB 4,614 7
852,994 852,994 000000000000000000008a03843324d28437ab1045f7935ec4131be7d14c0b3e 1.50 MB 6,729 4
852,993 852,993 00000000000000000001d03dbb89a37eaa5842f7959a3953de0c72a3f60fedb2 1.94 MB 5,447 4
852,992 852,992 000000000000000000005f60eb35fffc660713c682698fe31706d26067cabb44 1.82 MB 5,700 6
852,991 852,991 000000000000000000026f556239ff70ad580fc6fd31ff6acaa9e7ed9d6b859a 1.68 MB 5,003 4
852,990 852,990 000000000000000000011b693067489d6c465447eff2eeb19ef0c13ef2493c2a 1.87 MB 4,365 6
852,989 852,989 00000000000000000002c843318ce5a5f719346041e802b8c6cf1e7ff92df2a1 1.78 MB 4,625 6
852,988 852,988 00000000000000000002ea6f91f6f77e697e5c2991875893ffc9e000f428cd54 1.56 MB 4,305 5
852,987 852,987 00000000000000000002e25d3b399604d7f9a584b79ec422a184b9843707290b 1.75 MB 4,653 5
852,986 852,986 00000000000000000000e9d02a02190d6f3523bdc8a21c5b888f048663fd4eb6 1.53 MB 2,896 7
852,985 852,985 0000000000000000000238b2420bd002a02b1c545a561c5272f2465b4c7ddc94 1.53 MB 3,221 11
852,984 852,984 000000000000000000024fba6a469200cf34b856bd29d5095e03ecd1936dd081 1.69 MB 5,580 6
852,983 852,983 0000000000000000000257a2c1414fa5a5f9c96d5ac56ee9fe8da743b713046a 1.27 MB 3,275 4
Previous 10 blocks ↓
Total Size: 769.02 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,624.22 GB sent, 92.99 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.