Memory Pool Memory Pool Refreshing

6,177 transactions
2.84 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,824 (423,951 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
483,873 483,873 00000000000000000066bf60b63a50b9ebd28515bd745e7e1bae1602d1242471 1.00 MB 1,811 123
483,872 483,872 0000000000000000004e2243e94b723f71d2167b884eed047e61a3907b162838 1.00 MB 2,354 288
483,871 483,871 000000000000000000693d92df92bd81c4d95a4e814bd9be393ad56ddfbf133d 1.00 MB 2,054 200
483,870 483,870 0000000000000000007f81925d5995f81ebb101d94babe29faf8bfc4d90f2a58 1.00 MB 1,452 87
483,869 483,869 000000000000000000545c3bc2334b69bf25fff5ee57bbe073ec21492f06f77b 1.00 MB 1,462 215
483,868 483,868 00000000000000000003573ed5af4f5a6c13f5573cb0f0611d739cdc1feeb2dd 1.00 MB 2,157 249
483,867 483,867 0000000000000000000bfa58a00145f33507e060a5c57b6a3894f9cd523747ca 1.00 MB 2,188 384
483,866 483,866 000000000000000000f4f2a64adc20497f0eca696cefc5f39431b4395f6ccfc5 1.00 MB 1,691 102
483,865 483,865 000000000000000000edb897ce52e3afe735a9e64150e244086e8cdf27b4c892 1.00 MB 2,366 66
483,864 483,864 0000000000000000005ba37f167de8e30502578cc81a99849062f2a6de0ed6fd 1.00 MB 1,729 163
483,863 483,863 000000000000000000333e6e6109a3e5a829ab1087aa770293273609b71c93bd 1.00 MB 1,493 127
483,862 483,862 000000000000000000b6f41c348536ad7148005e4ac9a19c0b0ce9a9be1e43b5 1.00 MB 1,764 205
483,861 483,861 000000000000000001126485d47dec2897a9ff5c4e91521314284b00fca22e21 1.00 MB 1,825 114
483,860 483,860 0000000000000000003246040640c4b1a35d7ba14970f2255070aa7eed0c08a3 1.01 MB 1,987 254
483,859 483,859 0000000000000000009c870f73551873e3f0e139489c9361dba2bdbc31267a1e 1.00 MB 2,029 183
483,858 483,858 000000000000000000600bc61f5ac52123d3129c66a6f7c59ae4d2737f033859 1.00 MB 2,247 149
483,857 483,857 0000000000000000009769b8206eb613fbc90c607544636886e11ceb9161e33f 1.00 MB 2,683 167
483,856 483,856 000000000000000000087c230d5cde4c326653ec5158a1ad1f24bfdc53b7cd7f 1.01 MB 2,134 251
483,855 483,855 00000000000000000053936798e4e1e5d363fe1a775c78709fb4eed0014aff23 1.00 MB 2,390 272
483,854 483,854 000000000000000000841e1fa84e8e5abdfa000936524caf6b244ba23b3a952e 1.01 MB 2,155 281
483,853 483,853 000000000000000000d660b77622cbf23a025af99f00d9c6c83943484513dc99 1.00 MB 2,041 401
Previous 10 blocks ↓
Total Size: 769.21 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,634.54 GB sent, 94.00 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.