Memory Pool Memory Pool Refreshing

1,073 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,103 00000000000000000002349e0000000000000000000000000000000000000000 0.32 vMB 1,073 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,102 (833,093 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
75,009 75,009 000000000029911edef966bc5b94606d61071ce5ae2bdd13cfc039837e2a17a2 0.00 MB 5 0
75,008 75,008 000000000014864dcf24695a1657e11a7fccc7ed92e62267da20234a792918f3 0.00 MB 3 0
75,007 75,007 00000000004ab3e69dacd34c0fc0d548139a2eb4baed678234fc6787d23ac0aa 0.00 MB 1 0
75,006 75,006 00000000001069b4c22b3a3a6e4c71de24a871bd3cf8f8dd01ffe33b502a67a2 0.00 MB 1 0
75,005 75,005 00000000003e6f1713b47e43907be574c04e822930cbf8ad4cd8d7c1e6b005e6 0.01 MB 7 0
75,004 75,004 00000000003749836d88964e1cb6714c5671c61804191d6da5ef7f834bf51e7a 0.00 MB 4 0
75,003 75,003 000000000030dfe54a24be253c01a411452ed6d7ebe7dd234ea63da76235f49f 0.00 MB 7 0
75,002 75,002 000000000050b3ff3371f1dade1b97d9a0548e3bad06a5e99d521a4d02f99f21 0.00 MB 7 708
75,001 75,001 000000000049e6b73d84db7eb4704a52fb923f28a96276bf7e62ecebd00933a1 0.00 MB 2 0
75,000 75,000 00000000000ace2adaabf1baf9dc0ec54434db11e9fd63c1819d8d77df40afda 0.01 MB 6 0
74,999 74,999 0000000000688c8c87b50fe8b44046aee25ad52354d25f1313472879e336b967 0.00 MB 2 0
74,998 74,998 00000000000f67875080532b6eb11ee69c05a4cd32eb61925235e972de4b9a68 0.00 MB 1 0
74,997 74,997 000000000013b3ac27d1bc7da31138b73e5e10a5bc9e1cd6ff739cb4d6d9fd2a 0.00 MB 2 0
74,996 74,996 00000000001acac61cf7355b89e776160d85a574580969878cc3cc7101244939 0.00 MB 2 0
74,995 74,995 0000000000175cf8bc2175ff2228b75266f4cb625b4f022860b14a2770463693 0.00 MB 1 0
74,994 74,994 00000000001209b273674937837fafb6f8b83c69e408b64d559ec6c64b995a17 0.00 MB 3 0
74,993 74,993 00000000003e4d98307c57b16a9af16d1c464d8915af5aec8a522a6542c02213 0.00 MB 5 0
74,992 74,992 000000000078ccbb4c59c45378259d5875c8ce430abe4ab7fd4ca526420b0f2b 0.00 MB 1 0
74,991 74,991 00000000003a3341e70927ffa2a061bda9dc5eb9491282c45419fd23dfe4aff7 0.00 MB 1 0
74,990 74,990 000000000036ab61fc0a49db84f6164f28735ef79bd8beec51b573098721cb72 0.00 MB 3 0
74,989 74,989 00000000001caacc2413455f19633fbf478b0344fb0d4635c863be0de98471e3 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.74 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,679.12 GB sent, 96.57 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.