Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (582,273 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
325,426 325,426 000000000000000005c7489a50d2c61b5dea6936ab43afbdbfb538d3e39be3f8 0.33 MB 609 25
325,425 325,425 0000000000000000161be37e51f10b9f4bfb86b5d8259f21c3bf4beedce034f5 0.55 MB 789 25
325,424 325,424 00000000000000000afba6a241f46b1b46a5ff0b57c73898be359cc07b78988f 0.32 MB 546 27
325,423 325,423 0000000000000000045cec5a0b4953c74769afb59f5b17239861e7a182391c89 0.41 MB 722 29
325,422 325,422 00000000000000000b7640ca8c10eb93892ab5ec5c19a1b62e590cfc8941de92 0.09 MB 102 23
325,421 325,421 00000000000000000931d3659d71d90992a0aab1c83db3627d26419f009e3bc0 0.25 MB 443 25
325,420 325,420 00000000000000000e2e972695dde8df34e99290cda466e5f848db183e614c99 0.03 MB 40 24
325,419 325,419 00000000000000000c6b4bf21f0c38e03a8fbcf15531ec937949d183d8758033 0.13 MB 206 23
325,418 325,418 0000000000000000159e507c10e08214e4631d174806b889e1f41bf5cf843309 0.76 MB 1,349 28
325,417 325,417 00000000000000000ba62d81c39e8e08e7918b37919a6e32614de15454675257 0.25 MB 477 26
325,416 325,416 000000000000000006317e08797e43c8a3024776d06deed007ee02a685a02af7 0.24 MB 393 23
325,415 325,415 00000000000000000a6a7e71881d669d908683cd1df939e6faa6517059c1f2e2 0.05 MB 35 15
325,414 325,414 00000000000000001ef9056c768f93dbb4748373f21a6c4f7c6cd97861038319 0.10 MB 175 24
325,413 325,413 00000000000000001a0dd4c7e58fcf7f6a6afe070df86cd8346263832fa85782 0.09 MB 102 11
325,412 325,412 0000000000000000105c400edd6f1619727a98e27a198dc3811fcfae72b7a4a3 0.02 MB 64 10
325,411 325,411 0000000000000000062f2ec849b8ca80d12b871fa11bfe9b3f96f0026bc28550 0.28 MB 458 25
325,410 325,410 000000000000000016dff4a41bb392112162efcd60e92e6f1b05a8fae61366ac 0.65 MB 681 19
325,409 325,409 000000000000000008774beca88f0d9acd13504f29efe00594fbcec8ca6f5ed3 0.35 MB 1,115 46
325,408 325,408 000000000000000019933ee15aec07d5c13dff861af57a90bbf794eca3a0d4e6 0.14 MB 209 25
325,407 325,407 0000000000000000154f71ec6fc164f15bd63de0083c33d40295859537d252d6 0.12 MB 193 22
325,406 325,406 000000000000000005e278365f279ca2240e2fc6760a073c436ef48cee90f6d4 0.42 MB 773 28
Previous 10 blocks ↓
Total Size: 768.98 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,616.52 GB sent, 92.74 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.