Memory Pool Memory Pool Refreshing

7,950 transactions
3.66 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (609,765 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
297,958 297,958 00000000000000005dad5cda34022353e7879c610b7af49e1d1f6f2cd30b4041 0.14 MB 124 71
297,957 297,957 00000000000000006608c7d7e72ea8b6cd59af8126f432108fda5394a44fc97a 0.23 MB 512 76
297,956 297,956 000000000000000070ed49fb943ebd8ac54087c01fce89b9ddf5b575bcb60868 0.18 MB 380 48
297,955 297,955 00000000000000007ebbf8a94efe7a13537f14d3005efee42b33fcc8497a7c07 0.02 MB 45 52
297,954 297,954 000000000000000074d79fd4c2d208971b280aa0e817b82494b98c66dfb0d11b 0.03 MB 58 48
297,953 297,953 000000000000000074cdccdcbca0c61fb224cc5ec8fd43a5ccc957f4e3ce2227 0.18 MB 332 39
297,952 297,952 00000000000000005a9c0191d383761c91089e1ce6e673c50a7c4e02474e35cf 0.03 MB 36 18
297,951 297,951 00000000000000003a331114f3aec66b3543b7be043a64ffa12f97b031f4ccee 0.01 MB 18 16
297,950 297,950 0000000000000000714764639be30313f091b62a5ecd9c7c4edf29da59b3e141 0.08 MB 79 27
297,949 297,949 00000000000000007ba435036070416ad56da3c1c2652f5583240bf19cd54550 0.11 MB 222 51
297,948 297,948 00000000000000003e0b237a89a7932128af8be8f8595275839cf3bd2f22c6ec 0.21 MB 438 44
297,947 297,947 000000000000000056d8866f0b6ba87c81c4861b4a3523ac0d74978128963e0e 0.03 MB 58 27
297,946 297,946 000000000000000022477a733ac3020eeba79e6c883adef71668751d078bc2e5 0.09 MB 172 44
297,945 297,945 00000000000000006bf3da2419eefc6b2dde977be3a0e8db0b2b818b4ec55578 0.30 MB 545 47
297,944 297,944 0000000000000000443c4e05f2e84adf1f46ffa5e029a71ae5014f049fb14347 0.06 MB 69 15
297,943 297,943 00000000000000002bc6d22a6b1ab8a40f7067d3fe78f01c2741ec42ca6074c4 0.05 MB 60 19
297,942 297,942 000000000000000064a6ac54154247706dca44c4e697e164d87fdc47fe1bc570 0.03 MB 82 29
297,941 297,941 000000000000000039c9099494c718950c64417a1eba5176deff537a20051c52 0.31 MB 468 60
297,940 297,940 000000000000000048f2eb7565591ecbd398ea53c2647433723d53ac6f3dfb3f 0.08 MB 95 17
297,939 297,939 00000000000000008a3bea01d1988236c14ef5d04a58a036f25f6b63a8363db0 0.50 MB 924 37
297,938 297,938 00000000000000005d6f00dffcd42c56f29441e06ceae8f5b4d474d272af3208 0.10 MB 209 51
Previous 10 blocks ↓
Total Size: 769.03 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.89 GB sent, 93.01 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.