Memory Pool Memory Pool Refreshing

5,732 transactions
1.83 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,702 (613,832 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
293,870 293,870 0000000000000000cbbbe199cef71ef657700b8adb5bf1aa080001ceaa4e4cd0 0.38 MB 512 27
293,869 293,869 0000000000000000d95f428bab06622aee094f7829470c1cd6bcb5efaa987757 0.13 MB 134 20
293,868 293,868 0000000000000000b92363bd16d02428bbcd92ca32e5142a94f8fef7d7096914 0.17 MB 383 31
293,867 293,867 0000000000000000d49d29a0efa4b7ba879cf2d5234d2234b9349d389bea6405 0.01 MB 29 40
293,866 293,866 0000000000000000106b4d94859f99be5d0f9b316476bf218bcca83a9f1ad58d 0.10 MB 255 31
293,865 293,865 0000000000000000d3c5f477698efbb99ed03c3a2eae8adcde43d51caac94b68 0.21 MB 417 31
293,864 293,864 00000000000000005639c8e587518c3a973dd123b47ef54d999d21d5e89d2f7c 0.26 MB 559 53
293,863 293,863 0000000000000000b006614f418b4753ef0435e17ee7e97d50e742a3a9bdb09e 0.15 MB 304 42
293,862 293,862 0000000000000000aaa2a978c0bcd5b35d62207f8c180933a90d5de95b4dd9a2 0.12 MB 269 37
293,861 293,861 00000000000000007a031b94e1bc563b9fa007b766a942d0ebe8e416c41a961c 0.02 MB 55 32
293,860 293,860 000000000000000016c470c6662a1adcb3a00b645e6bbe0bbebf8e89dd3b17af 0.05 MB 92 33
293,859 293,859 00000000000000001b54ec4a3b3cd121775165c58225b6390dee764ea5b547f8 0.00 MB 11 26
293,858 293,858 000000000000000013443377a1d2ba850afaf924a7b20d486f5518643a3a2927 0.05 MB 99 37
293,857 293,857 00000000000000000c96b050794b0f23f813dc90834510f4b57d847655a5ba1d 0.04 MB 81 35
293,856 293,856 00000000000000007310f3b4a6a02fcb0e643d35e7f150e6c3fb4bb4dc2a6fd8 0.07 MB 119 26
293,855 293,855 00000000000000006b28733eaf1cab398f5217f5f12f0dda9f2666a5b9a18cb3 0.04 MB 104 53
293,854 293,854 0000000000000000a18d7867944eb6dbbe7da816341b062d28dd05d7c4905970 0.14 MB 358 40
293,853 293,853 00000000000000006475468f3d8c4e2fbd24c7e885833bfa2a4d4b09c25fb8fe 0.13 MB 320 44
293,852 293,852 0000000000000000688034c14b2a1b628008cb788ac0fda6de3e11fd78df8847 0.01 MB 20 42
293,851 293,851 000000000000000059fad492877b82cb7e5a316c3b5ea5d317f51cebfc3ed3c6 0.02 MB 51 48
293,850 293,850 00000000000000004beeac96a87c77da355f6ef91fecde976a467f5827a619e7 0.20 MB 445 28
Previous 10 blocks ↓
Total Size: 768.99 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.56 GB sent, 92.76 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.