Memory Pool Memory Pool Refreshing

1,634 transactions
0.50 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,795 00000000000000000002349e0000000000000000000000000000000000000000 0.49 vMB 1,621 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (412,407 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
495,387 495,387 000000000000000000709033a803959fe993468d5655d305324d0e279c02940f 1.07 MB 3,229 42
495,386 495,386 0000000000000000003ce83f4ba48c6905ab67f359dd57229b0e6ce3233dffac 1.05 MB 3,009 169
495,385 495,385 0000000000000000001c1029eaec281a3f36b182557bc3c2f64e9c704158f6a7 1.04 MB 2,857 172
495,384 495,384 00000000000000000033e5fd37be576c9cce30491d191536ab6a010e78e412ba 1.02 MB 3,994 72
495,383 495,383 000000000000000000c553d45083b4edad0385948866fa1a9ac62a7d74c877e4 1.04 MB 3,020 115
495,382 495,382 000000000000000000588f6c6cbf3a68d2d9597a97462f431600b71982479416 1.06 MB 2,032 209
495,381 495,381 00000000000000000094012df2a3bd41c89a19041eb50cbf0c48347a2aa7e681 1.05 MB 2,806 114
495,380 495,380 0000000000000000000bea66a85780ef05df410ce1e78df5dda01b6602ea2d63 1.04 MB 1,892 79
495,379 495,379 00000000000000000081a309b40c263176ec7fa1f8e637c28dfa4573c34d64ba 1.09 MB 2,231 149
495,378 495,378 00000000000000000004f04de967d1e2f8251b8171ff69e1fa80f7d1e13a1635 1.06 MB 2,234 261
495,377 495,377 000000000000000000c18647401583534f95a794ef5e0a19ede8350292d301a7 1.06 MB 2,535 117
495,376 495,376 00000000000000000052187f996414acb922dbf57f01ef23f16bf8dd08d47484 1.05 MB 2,666 131
495,375 495,375 0000000000000000009995ee653243a4ac5eeae5933b44c62897c02e866ba95e 1.01 MB 335 114
495,374 495,374 0000000000000000005135c8f73963f76b3722ad207f3d6cae2a8e1d5d58b4fa 1.07 MB 1,620 190
495,373 495,373 0000000000000000005bd02f9e045555a177377ccc81a94a12ea7c4f44912ac6 1.02 MB 549 155
495,372 495,372 0000000000000000008eb4acda27062881551d9ca41184909e81536872de514c 1.07 MB 1,474 187
495,371 495,371 0000000000000000003db67992ff21054808dfc3caa9c2aeb1c86f4467feff33 1.00 MB 690 155
495,370 495,370 000000000000000000c2d1e73459b2ee9ef409d16407bf9caeb560d0e0fa5680 1.07 MB 2,533 249
495,369 495,369 000000000000000000cc815f79d14b873bb0a327d8e7466974cd9442c450fa89 1.13 MB 1,627 195
495,368 495,368 000000000000000000704648c7f24599a0f9afde13a20985f92154eb1d392353 1.08 MB 1,259 158
495,367 495,367 000000000000000000659e33087233a346eedd4fcf747f057b22b9475d28854b 1.12 MB 2,105 216
Previous 10 blocks ↓
Total Size: 769.16 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,632.68 GB sent, 93.66 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.