Memory Pool Memory Pool Refreshing

4,817 transactions
3.01 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,805 (741,920 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
165,885 165,885 0000000000000686c3ae211746e50b01c93a7667262811d61ecb353aa0ebc9f5 0.01 MB 19 39
165,884 165,884 00000000000004a9be2bc069dd328fb2d56be9351afbc3076011bd9955ee982e 0.01 MB 14 26
165,883 165,883 00000000000003f8628b293daa4e80b172cfec04cadc7344721907240b7f62b5 0.01 MB 37 24
165,882 165,882 000000000000018a5d195a27bc572a5bf7f3055f878be64d123b28f934a2dfcb 0.02 MB 55 49
165,881 165,881 00000000000001044e71949dc0c54202034a2bf75efb51f0c684e0388d337b60 0.02 MB 41 310
165,880 165,880 000000000000007bebc52dab64875fd319523a94dd0c08a6531f901913a67d6f 0.04 MB 78 170
165,879 165,879 0000000000000366e00e07e855862c302c5ce96c0db15b316b2cc80867361c29 0.05 MB 126 124
165,878 165,878 0000000000000aa655a864c3aee2441a7ad5b1f6cce9c2e86222db2aa6b30bb0 0.02 MB 56 106
165,877 165,877 00000000000005760c0ce7e70b09f118cddd47f7ffe7ab2db10d94f6da86f72f 0.00 MB 16 42
165,876 165,876 00000000000003e159fb30eb338dcb9305015a85a80d1fa372d3806eaddc18fd 0.02 MB 48 49
165,875 165,875 00000000000003e19ce7ead648e851c13e56927407ba8fba0f74384fdd647218 0.02 MB 14 115
165,874 165,874 00000000000007daf97089be64a4c572d8b93e37f339e8145edf34ba47124396 0.00 MB 3 97
165,873 165,873 0000000000000c1c487890b1fd0a5fc6b00d8a4320e1956de4f1f20dc0fff31c 0.03 MB 78 103
165,872 165,872 0000000000000bacbe665fd5fa2daa6cdaac657049448064b98f142c5bcc303e 0.03 MB 75 121
165,871 165,871 000000000000095fdda7a8690ec3e03955b05c811823494ed3f548a9d04e2c63 0.00 MB 11 15
165,870 165,870 00000000000001b1925c6d72c87cbf7acfb3807c170b2305b0d1f64c1ce9f0c9 0.00 MB 9 15
165,869 165,869 00000000000005e33644bd22d31a0ba6bac7ad95f1e309fa0a767e1e2bd72f69 0.02 MB 41 148
165,868 165,868 00000000000005a6012910a2c8f2ccb2d7fccf64576c66374740bdb4c2b8fbc2 0.00 MB 11 0
165,867 165,867 000000000000089d0d2318ae1d237854b40adef6578cb67f2437b88b2f19fcb0 0.01 MB 35 110
165,866 165,866 00000000000002fa56f2ec4b7e8236376b3b25d0771f31d3a09ed1f1de46329a 0.01 MB 33 128
165,865 165,865 0000000000000b4f640f75d25127beb3f287e6aacf502855d02c8a78374c9ec7 0.01 MB 24 72
Previous 10 blocks ↓
Total Size: 769.17 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,633.41 GB sent, 93.80 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.