Memory Pool Memory Pool Refreshing

7,858 transactions
2.63 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,844 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,206 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,843 (787,878 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
119,965 119,965 00000000000069cf03c847d7d1d58b44474021b31dc65a8e83fd3a08e60a768c 0.01 MB 36 895
119,964 119,964 00000000000064ac7c1b57c1d3b4fd3a3aeb2f26c96c2dde853eef230a271048 0.01 MB 40 855
119,963 119,963 00000000000001a831ab6fbd4fa8c1bb98f1f07f0ceb1c5c1a8a2b4c8b567e8b 0.00 MB 12 668
119,962 119,962 0000000000001cf475ca2791a37145307500b752d7ea8d57d513a4d77cf7c7eb 0.00 MB 7 0
119,961 119,961 000000000000453154dc06cf8a4d0caba8247de3999e6501a441dfba0129df33 0.00 MB 12 1,619
119,960 119,960 0000000000000208f44ba18047fddd3aeaed7faf28bd5493609596f9e2a8e1cd 0.03 MB 61 101
119,959 119,959 0000000000002f0e764c591c145eab6b23117bc09d4e7e9a04c2f620aa2f4c76 0.00 MB 11 3,927
119,958 119,958 000000000000b378fd34826fb260580cd9c297568630f13858bf04ef78e105e8 0.00 MB 11 1,276
119,957 119,957 0000000000004571220ee7baa7638c2a2ba67461d006c45c6512a26c638f11e6 0.00 MB 13 875
119,956 119,956 000000000000b25e8202644233438cf4e1ebfa5d54901bae73dd0281406b0b42 0.00 MB 9 313
119,955 119,955 00000000000000f6a826df6779db2f9f9340e9c1cf7140bceda743b7c090e128 0.02 MB 42 416
119,954 119,954 00000000000076d72aba397500c80d19dd7dbbc07d1e13441bbf698c537d8b8b 0.00 MB 10 870
119,953 119,953 00000000000077982683cb2cbb04347cd7687b54cf2d5c064b01260ca6bd0d47 0.01 MB 23 1,165
119,952 119,952 0000000000006177d80c2c1045e2ec659047f26c0984f3b381d6b36ef05db8d0 0.00 MB 7 0
119,951 119,951 0000000000008ce0fccc0f3ac405181320f74f2fb7dfac4075a5285d8e435b17 0.00 MB 3 0
119,950 119,950 000000000000416725c6c007e7b417f43cef8458a5faad0043042118d8e92285 0.01 MB 25 493
119,949 119,949 000000000000247e5eb5a8b3a0a92d4e5ba9859822671b225745b1d7be14a302 0.00 MB 12 0
119,948 119,948 00000000000045db99aadbd433c327d2c842bf4d39482970891b98a6dfbbe442 0.00 MB 2 3,875
119,947 119,947 0000000000008c6773c0c4b4d6843a95e8c4ef9212e34aecbb28984da529c5e8 0.00 MB 9 650
119,946 119,946 00000000000059f899fe89dae774b714462bcf9065a634850cd6c9b5e1a846e0 0.01 MB 13 859
119,945 119,945 0000000000008efeabab5f4a087100fd195def4a83ddea6f0aa27978468b4a31 0.00 MB 11 0
Previous 10 blocks ↓
Total Size: 769.25 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,635.12 GB sent, 94.17 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.