Memory Pool Memory Pool Refreshing

10,489 transactions
3.17 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,864 (280,895 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
626,969 626,969 00000000000000000007711d0f6ceb876a70c290a259964439f9910506917107 0.35 MB 717 16
626,968 626,968 00000000000000000004e3030a7de947ecada5b82f7048905389fa945b55c374 0.36 MB 927 18
626,967 626,967 0000000000000000000d8df4fd6c3f3af88ab1dceee2a53812fa991b590b98bd 0.39 MB 964 16
626,966 626,966 000000000000000000025b59ffd629ff56531b98b682dd650f7b31879b234381 1.16 MB 2,562 17
626,965 626,965 00000000000000000004e216f8ebe9c73b51aec9d5b74452c6cd31b84dcab6a9 0.43 MB 1,073 16
626,964 626,964 000000000000000000091c174ee0c71b6c482b90e9f3b95b0511493b86d7b4b0 1.28 MB 2,148 13
626,963 626,963 0000000000000000000c03349e588cbc6f68e5f379c330278f3dc10646ce670e 0.61 MB 1,012 20
626,962 626,962 0000000000000000000a8eb73fa912715c040b7e6ad3261f61fd343f4ea08859 1.27 MB 2,985 10
626,961 626,961 00000000000000000012ac2c0227a6cf7fed0af2a4f2f0976c035e002e444ecb 1.34 MB 2,522 28
626,960 626,960 00000000000000000008a91b3ad988417e530ec6f4b1306bce0bea7d6851532c 0.58 MB 1,227 17
626,959 626,959 0000000000000000000909a6cb2d3483a27554466c2ddb65e4e799fbf9a7c158 1.32 MB 2,681 14
626,958 626,958 0000000000000000000f2612569f4ab8e7646c23638450129e49188ab8b191e5 1.25 MB 2,218 18
626,957 626,957 000000000000000000126ad95da82f1422eb995ff01cc2c51896ac6dba63c50a 0.44 MB 1,023 17
626,956 626,956 00000000000000000012ad64f6323767e26a90a2ea6806028a955c3e5f38bee5 1.15 MB 1,078 7
626,955 626,955 0000000000000000000e8f66699e28a6e098c245f4083f32108ae265f0f62f65 1.28 MB 1,952 2
626,954 626,954 0000000000000000000d1faa8a0f6d7de86eafbe2572d0aea65d9bf1a5859133 1.20 MB 2,310 19
626,953 626,953 0000000000000000000b9066e12b8d00906d63722064590fa2c21543860e1cf0 1.20 MB 2,605 18
626,952 626,952 000000000000000000083fca48af31ec1bbc5913aee3b5d1a82765d97b40b4e3 1.19 MB 2,691 14
626,951 626,951 00000000000000000010a50282d0e2dee4ab89ddd5166f17f969d0a0876d88c6 1.12 MB 1,822 9
626,950 626,950 0000000000000000001237c31b710b7f3634ba43069ff4efa66870768361b966 1.25 MB 2,183 23
626,949 626,949 00000000000000000010cc340b919de89a0301a37bce06a9c0585662ab363e7b 1.15 MB 1,374 25
Previous 10 blocks ↓
Total Size: 769.29 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,642.50 GB sent, 94.38 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.