Memory Pool Memory Pool Refreshing

17,614 transactions
5.67 vMB
Show Random Selection Loading Transactions
Max Size: 34/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,762 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (751,759 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
155,960 155,960 00000000000009d556338b20aefed7f42fe1e0d5eebe177398f63e7e020d9acd 0.00 MB 14 235
155,959 155,959 000000000000004070a2c05ed0766c2bfb1bda4ac2d0832dd2c88b0ee04e3d69 0.02 MB 18 131
155,958 155,958 0000000000000296d4489e4fabcde48f5fedd31f872e7b7181246bc97fb7df71 0.01 MB 30 49
155,957 155,957 0000000000000b7daea1263697d5c012e39a19b491179f140e5413d732ca5555 0.05 MB 130 102
155,956 155,956 00000000000002b738549219cc819b0b1190d821d7ceca80c588ef922b75f2d9 0.01 MB 24 55
155,955 155,955 0000000000000af0106cdd988f69ec8273e8ec5f4e9dd1dcce96f70f9658b330 0.01 MB 41 133
155,954 155,954 000000000000058cd56b8d4999e1e72d4d8a67937ee508f0a202878479993115 0.05 MB 95 133
155,953 155,953 0000000000000c47a184e97706a9e40891b0462fa4ec5f7093542acd006a7e67 0.00 MB 8 0
155,952 155,952 000000000000002bce77a9b91186a7ff02697b995dab908f7ffca11191ee6b22 0.00 MB 9 91
155,951 155,951 00000000000006fb0d3f9dd9c6c6c3b9868b758eae45c6a55f5e7440557b0a53 0.02 MB 39 112
155,950 155,950 00000000000002fa5657b571bd67db25e5765654a3b8548f8545003f0379a038 0.00 MB 11 749
155,949 155,949 00000000000008f88f6f71cb097eae0d8c2dc0f1856d32d4c52ef7c6a9563ecd 0.00 MB 5 28
155,948 155,948 00000000000003ffb9702c04e54ec538e14b8f3fdd08a76776697ed119ef18d4 0.02 MB 46 6
155,947 155,947 0000000000000b2bd77b20dc40924641e28a884dfd484bde8bda91163cd0f372 0.00 MB 8 434
155,946 155,946 0000000000000817cf47202ceb7b5a86131af7895b377b77765c5e851a5b8346 0.00 MB 12 28
155,945 155,945 000000000000076f0b4ccd4cad9de07283842d8d256ed93afe0c6a993ab0586b 0.02 MB 45 57
155,944 155,944 000000000000052808935efe3dbec57b4e0ca530e684aec6811651dc3fa948c0 0.03 MB 69 147
155,943 155,943 0000000000000d83e9dcb3ac3cbdd37a380dd649fa16ad790d26fccb75e05804 0.01 MB 20 44
155,942 155,942 0000000000000c1550c86b5cfd5a2bebfc103dda99ed44bb11467865eb0802da 0.02 MB 63 5
155,941 155,941 000000000000095e33d06c1867c432c8ff002014137bd025da00e4fbf3cbd5db 0.01 MB 27 95
155,940 155,940 000000000000066d99b44b10c17e1ebdccc88cfe2875cf8511991df226c14ead 0.00 MB 10 0
Previous 10 blocks ↓
Total Size: 769.02 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.22 GB sent, 92.99 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.