Memory Pool Memory Pool Refreshing

5,669 transactions
2.53 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,688 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,053 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,687 (546,911 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
360,776 360,776 000000000000000015f6f2c4813dc8037dded53d55608b4708018fab130da381 0.48 MB 1,128 31
360,775 360,775 0000000000000000167cf4cdf49b483ece474ab7cd0ba472b5f4c49a0bfdfb21 0.27 MB 560 54
360,774 360,774 00000000000000000529fb313065a6ac43e13f6d8438a2b3b7139017b5a34f9f 0.22 MB 358 24
360,773 360,773 00000000000000001197e8e7a9820221d1be0c9e177c6fc1fef3a931d6e83706 0.77 MB 1,316 37
360,772 360,772 0000000000000000153966f4ccb22fd4e671727c4931a815dcb003eef86a501c 0.18 MB 329 25
360,771 360,771 000000000000000008affdee97da7c50562ca31ba5262d52229575063ed9382e 0.59 MB 1,007 24
360,770 360,770 000000000000000005ca7cfc6451d7ce67300ebf44572a721f01f61fa08bf6cc 0.25 MB 552 30
360,769 360,769 0000000000000000164f53a452323a6adc2887fe9b822460f23dd3fd83b68587 0.00 MB 1 0
360,768 360,768 00000000000000000db1657bb1496a5442b17bebc44f875b586adcad5d6f3923 0.25 MB 467 29
360,767 360,767 000000000000000014c07fda00541e524791416877e68a3e99d26a58eab86401 0.05 MB 137 38
360,766 360,766 00000000000000000f0b2046e9f9ec4d1847c1230eff9e0c1ff592e873e9b26e 0.65 MB 1,221 29
360,765 360,765 000000000000000014e24863e754e1d44738fa777d75382c698cc47b3853fdcf 0.51 MB 821 26
360,764 360,764 0000000000000000058b052f9e78ba1e3d82737506bf1ddacfe5bf25e1b6e0e6 0.42 MB 575 28
360,763 360,763 00000000000000000d88e4ed8fa5a8bcb297879df71db602276c30bc52fc8e8a 0.08 MB 154 18
360,762 360,762 000000000000000013f49105653fdd997457ba2b73c22c466b2b86c0d34f5683 0.49 MB 826 23
360,761 360,761 000000000000000007d9a91a29d00f1a3018413724dea30f91eb4bda5e96300e 0.11 MB 187 20
360,760 360,760 000000000000000004930793a7a81b566ad480e7a386dcf286120e6ca6a9f612 0.43 MB 766 23
360,759 360,759 0000000000000000053c0a1b01c3bd24ace273c248e1538fcf19eb3f1f522cc2 0.90 MB 824 12
360,758 360,758 000000000000000006d30bfcbe414086ad2793f2da3cdf194206a642d852673c 0.75 MB 1,586 33
360,757 360,757 00000000000000001596542205dc47b798582b262bea73b268e46ba604f57f3e 0.17 MB 236 28
360,756 360,756 00000000000000001513cffc5c9925b2e3f752597588ab68c9c0e5c05b5d957a 0.59 MB 915 22
Previous 10 blocks ↓
Total Size: 768.96 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,615.03 GB sent, 92.61 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.