Memory Pool Memory Pool Refreshing

6,158 transactions
2.24 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,698 (596,868 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
310,830 310,830 000000000000000011e4bcb7a30e7f589c458e8aae0b1e9001a210fe83dfebb6 0.48 MB 858 39
310,829 310,829 0000000000000000013283331b909533b00fa8624b4437c0eefe28111e2bcb40 0.19 MB 424 31
310,828 310,828 00000000000000002e68201571869f3baf867aa1adc0247969c7c17c4360ffc2 0.11 MB 181 34
310,827 310,827 00000000000000000dd8a0007f319c1b2656b36f9413dc513e59de4f8a80b75d 0.31 MB 566 29
310,826 310,826 000000000000000008ce2875cfd3af50b3138f154fe23b4eed3ce47725bd7ab0 0.18 MB 305 27
310,825 310,825 000000000000000005fdbee28deeea13c733a940df5d09bc615c8f75d4efbc6f 0.02 MB 64 27
310,824 310,824 00000000000000001df09509b97cd5725fa1f931fd6dadcda8d4841448048a5f 0.24 MB 394 28
310,823 310,823 000000000000000012e5607091bc8dfb53cf76e539b94d254d7ff2bd096bb94d 0.35 MB 646 31
310,822 310,822 00000000000000000b022e4888be46fcbff416dc2d9f6ad62538ccf60756563d 0.09 MB 152 27
310,821 310,821 000000000000000006edfa1ef9f5775d9ff62c0301a0a881096b97a6ca65f2be 0.24 MB 449 29
310,820 310,820 00000000000000003ed398d3f3485d488365974eac4affaad3c042d09f2d3ac7 0.71 MB 1,113 27
310,819 310,819 000000000000000027a328ffda0f204ad5469372c5813ca76c1a3ef81041a433 0.08 MB 154 29
310,818 310,818 000000000000000020da19e1e491ae6823cccef354bd9f5482223b1e31c544f7 0.06 MB 134 31
310,817 310,817 0000000000000000286203762af180d4b2044c45fc7e301b6823cb72d29b54ff 0.17 MB 372 28
310,816 310,816 000000000000000001bb395059c7d0f8d381e53edd16f3c7c7d9cba2862a4aaf 0.50 MB 930 32
310,815 310,815 00000000000000000b827fddc068f25fa7b1d6e4577f5cbff2c48f266be1da13 0.02 MB 36 15
310,814 310,814 00000000000000001a454098d7fa327c8214a586c44443704b3485eeba846333 0.22 MB 285 26
310,813 310,813 00000000000000000459ba8ee3fa1807627e5c05520986799555b844980a3627 0.00 MB 8 48
310,812 310,812 00000000000000001c8bea340efdb3a62e57ec6d1ae509f048c36304a7a15c3c 0.08 MB 128 20
310,811 310,811 000000000000000032d9d8942fe9461cce9db22a6cd86eacb5c18b415ebb649d 0.32 MB 357 20
310,810 310,810 000000000000000014d3ff53fe68b782a3e7f8dbfbfd59c4763030d38c5d9818 0.35 MB 634 37
Previous 10 blocks ↓
Total Size: 768.98 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,616.49 GB sent, 92.72 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.