Memory Pool Memory Pool Refreshing

4,410 transactions
1.66 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (108,849 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
799,001 799,001 00000000000000000002f04a8ff6f62c728b2cd05b9b24b7bd1faebf9165260a 1.97 MB 5,462 7
799,000 799,000 0000000000000000000164e802df114dfd2d2aa8ddb1eedf46053c6efcf10d94 1.37 MB 1,712 6
798,999 798,999 000000000000000000051e7ea37c68704c9d3ec645132c43ef257893f55255b0 1.36 MB 2,588 14
798,998 798,998 000000000000000000039b01166a5144b9b70aa615a29cd900721c03c3fd1427 1.52 MB 3,149 8
798,997 798,997 000000000000000000022aa21ccbdc46b11ab536a14ac647f7f78d257a335c63 2.03 MB 6,168 5
798,996 798,996 000000000000000000042bced7cc9b836c0aa75985cc00650868066de57c87c2 2.05 MB 6,112 6
798,995 798,995 000000000000000000017774c5293a3f54079b76e989e142bd2328b3233e49c7 1.56 MB 3,157 16
798,994 798,994 000000000000000000021ef063b310b1840f47c05696f4974918db36f9aeb828 1.58 MB 3,290 13
798,993 798,993 00000000000000000004765a70e1201f5596c04a645787401114e3e115373a6e 1.51 MB 2,952 6
798,992 798,992 00000000000000000002ac5f4c13676ba6c402df277e906b657a0aec599ee0f4 1.50 MB 2,535 11
798,991 798,991 00000000000000000002d3e50f221c3bee706b05e346ae3f90e99e0e7e6ab2d5 2.01 MB 4,840 6
798,990 798,990 00000000000000000001e4af49752c9a9ece387ac05e1d0096dff82ae6830e41 1.43 MB 2,682 20
798,989 798,989 00000000000000000002a56dd298dec3a642cd10e8833a1d78f8b2848a157bf5 1.67 MB 3,465 6
798,988 798,988 0000000000000000000530c5d8701b844d952cb42e082aa8a515f48ad229ff8c 1.81 MB 4,619 7
798,987 798,987 0000000000000000000193f70c6678d6b31a99dc07317db1af8ea418f4f8131c 1.68 MB 1,648 11
798,986 798,986 000000000000000000001e61127e746e93d8521c97f9091290ccf51f771d8ad4 1.94 MB 4,276 8
798,985 798,985 0000000000000000000288839fd746ea98878c762a805045df14a3e7460a2b2d 2.17 MB 6,429 5
798,984 798,984 000000000000000000047857800c22dab75bdf845db445319cd03989a9d98709 2.02 MB 5,718 8
798,983 798,983 00000000000000000004b87890b74bd421c029202fafa4d1c1f5d0ecadc051d3 1.39 MB 1,900 12
798,982 798,982 00000000000000000001f290de4c6869df246807d1feb3c2b48db2d1649abe76 1.92 MB 5,225 9
798,981 798,981 000000000000000000034f9a3b179c2638e73877758143927e8f54f63dada045 1.81 MB 4,394 11
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.