Memory Pool Memory Pool Refreshing

7,386 transactions
2.32 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,635 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (317,115 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
590,748 590,748 000000000000000000197263caef587546ac90e0361755a6fbb48f8010b14650 0.25 MB 609 3
590,747 590,747 0000000000000000000753b94aad0dd9a9f47c167a00c353d4b8a95ccc70696f 1.15 MB 3,001 33
590,746 590,746 0000000000000000000438944835de27459eb50abeb41bd22358ff7e4b11663f 0.40 MB 639 21
590,745 590,745 0000000000000000000142da008628c8180d28f4ab2f0e9ef32e16adc865f0ae 0.37 MB 1,097 33
590,744 590,744 00000000000000000012cc9a59ac36c73fe7aa1b50ba7b87eb16c941bb17890b 0.99 MB 2,543 30
590,743 590,743 000000000000000000153d0b1898004436998a7eabf4d65f157ab610fb436ebb 0.01 MB 18 17
590,742 590,742 000000000000000000138630f1d5ca2ed53a6a11a8ee63fde3c865d5c32a4cbb 0.06 MB 140 23
590,741 590,741 00000000000000000015fb8a8c3e7fbfef7aecc7977faeca070c3a62512bc9ea 0.76 MB 1,263 26
590,740 590,740 0000000000000000000fec683e74805a84233a22d55d26cb64adf6bc34cd6720 0.29 MB 731 4
590,739 590,739 0000000000000000000e90708972ee97529bac16313de5f8fd256ef96ab963e3 1.15 MB 2,450 25
590,738 590,738 00000000000000000014297e4a0cdd2911ddc8e5817094b99a06c2c3879ab3ba 1.23 MB 1,976 25
590,737 590,737 00000000000000000016338bb63788ab114e182e2698d8a29d73d9dd559d2bc0 1.20 MB 3,244 61
590,736 590,736 00000000000000000008a39f56f628956a6e3e69b8b721ffac0ccb35d720a26b 0.30 MB 829 36
590,735 590,735 00000000000000000016517338b4245f7a0f926982a5210f28f9c7b4e3c014ed 0.76 MB 1,446 23
590,734 590,734 00000000000000000014c17d03efcb02e730830629d2d52a1591edb72de2d009 0.00 MB 1 0
590,733 590,733 0000000000000000000b5c069bc349f4577e713691ef8b2f8fd8809953455e2c 0.03 MB 75 34
590,732 590,732 00000000000000000002478e953441a3dca87c7a2291a1fd7634def007a75c80 0.77 MB 1,931 31
590,731 590,731 00000000000000000007dec9811ca191cc6a579fc7fe4b9e1754f8d850d71ed4 0.21 MB 554 40
590,730 590,730 00000000000000000010411290f11231ecf35a5fb9760f87540ca456f9d27a7a 0.02 MB 61 30
590,729 590,729 0000000000000000000c2038ca72335ce72d60faf794ac523b63635d6a1d25f6 0.13 MB 322 29
590,728 590,728 00000000000000000015b6559f241d7d24ac02402aa47714aa037599da2f55db 0.49 MB 1,179 29
Previous 10 blocks ↓
Total Size: 769.28 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.60 GB sent, 94.35 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.