Memory Pool Memory Pool Refreshing

4,090 transactions
1.78 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,733 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (6,844 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,891 900,891 00000000000000000000593304d9fd966d954e592080756bd91cefda40d1908f 1.48 MB 2,082 2
900,890 900,890 00000000000000000000512fef20050dad53c50ef2d4c4b8a088bef934df527a 1.67 MB 3,557 1
900,889 900,889 00000000000000000000b2de1b49b2aa6502fb9892fe6927ff73934d6e4f01a5 1.57 MB 1,836 2
900,888 900,888 00000000000000000000ef04cfcf92f5137d15461e0d77693a5bbd6121de0df7 1.73 MB 1,289 1
900,887 900,887 00000000000000000001100142fec3980493460c080cab9921c28240f95e42b1 1.83 MB 1,712 1
900,886 900,886 00000000000000000000c9e7de3c2a03d380aec8f941974e35eb28974708e9a4 1.36 MB 3,000 2
900,885 900,885 00000000000000000001ab5c56462bf0455a32198c48582986d232757aa3172d 1.47 MB 3,245 1
900,884 900,884 00000000000000000001e31b419cdccba2f2f3b960f2c1cd4b81e78947ad5725 1.45 MB 2,474 3
900,883 900,883 00000000000000000002224e4c6da384537957afa81e2b80fef6631ebd972898 1.78 MB 1,659 2
900,882 900,882 00000000000000000001a9b4e96cc66083ca173d19619405f81dd4f849fd441b 1.86 MB 1,696 2
900,881 900,881 0000000000000000000041ff404c87099611c2f7c523cd651c33b2912d0a7b7e 1.69 MB 1,553 2
900,880 900,880 00000000000000000000cbd7d2f631a334134ef9a055680edb38f8ad12f23175 1.89 MB 664 1
900,879 900,879 000000000000000000011d75124046dcb1cf25b32b3bc2fee1433ca0cf8164b6 1.39 MB 1,325 1
900,878 900,878 00000000000000000001044e94d93fa93e382cc6befcf66bd7db676bce8403bb 1.52 MB 723 1
900,877 900,877 00000000000000000000c9f8270d4a775696cb76a4f58f35f7f028c2bbed32b3 1.57 MB 1,971 1
900,876 900,876 00000000000000000001997d6a4599a529afa551ea208ce9e158a8ae71136f1e 1.46 MB 2,419 3
900,875 900,875 00000000000000000000afbb4f5d4a784060e1f256066833f5fd0dc0e95b3b59 1.38 MB 1,765 2
900,874 900,874 000000000000000000016dd114007dbcce1982cde90a33b4662c1cb94ae10199 1.42 MB 2,246 3
900,873 900,873 000000000000000000015d0ed8d051f69c609a5fe4b3a17d9f02bdff2543988c 1.08 MB 572 2
900,872 900,872 000000000000000000003f70d052b4a6338b022d23f3ca2c92135376ba3e6e1b 1.35 MB 2,023 4
900,871 900,871 00000000000000000001f4427f3773e364ffc7993a96663f4124313e641a9709 1.62 MB 2,995 4
Previous 10 blocks ↓
Total Size: 769.05 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,627.33 GB sent, 93.12 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.