Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.61 vMB 1,583 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (483,268 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
424,509 424,509 000000000000000004f57feb63fd36b3ee878520a4605d3df5effc15310729fa 1.00 MB 1,988 51
424,508 424,508 0000000000000000050c4d3937ed82013172ceab7b8ca053b0f5bfe6a73d8ad1 1.00 MB 2,558 71
424,507 424,507 00000000000000000555db276a6a84199e15e214a037d902403351943642e88d 0.13 MB 130 13
424,506 424,506 000000000000000001e3fd08e4ebbeb0f7e059532e76e7cfb0a0d90a67593a8b 0.19 MB 449 71
424,505 424,505 000000000000000003bdd244757304e499d8548765f51573a84a9fc7fe4c9c58 0.98 MB 1,718 42
424,504 424,504 000000000000000002e13cc88251ec2af124e153a12f3cfeddc58cf918f2d709 1.00 MB 2,753 73
424,503 424,503 0000000000000000021bed3da222216951068afe954db2b9a5df17cf0d304c66 0.70 MB 836 43
424,502 424,502 0000000000000000043e089f4cc742df51ad27725fdadaabc676de5373961e0e 1.00 MB 1,542 33
424,501 424,501 000000000000000004ffe9abb9400f1c892d91bee824a3500f245bd6c94ca4ee 1.00 MB 1,963 59
424,500 424,500 000000000000000004eb0e562d9bd5d1f047d4832298749853299430c84d80e8 1.00 MB 2,238 56
424,499 424,499 000000000000000004c26b8369eb524f81fb50646dd50bf06cf17c56b3a5cf8d 1.00 MB 1,765 63
424,498 424,498 000000000000000000b2d7ed22bb4f8c3ac9bc6df75eeed68cea618321f294e3 1.00 MB 3,041 111
424,497 424,497 00000000000000000276339401fa5278b6c54caab3655a0dd8229548304cf8d9 0.06 MB 110 63
424,496 424,496 000000000000000000c9e384ceb1de17dd044c5b975f3729b67b6d54a0a888d2 0.53 MB 1,018 50
424,495 424,495 000000000000000002d99224450e83601d44616e458fd04307ae38749525c108 0.98 MB 251 6
424,494 424,494 0000000000000000048eb3db200941c5cda563ef7349bbcb36c1846713ac66e4 0.30 MB 540 49
424,493 424,493 000000000000000002a5ea075f37a81f6ee0968e012a62b94324be7921c362ec 0.57 MB 1,114 60
424,492 424,492 000000000000000003fd65c0952ac015ff181deac716f626426f8f5bb63d353f 0.01 MB 35 60
424,491 424,491 00000000000000000394eed1d251f8b74f01ca207a9eea8217dd711509099c4d 0.99 MB 843 20
424,490 424,490 000000000000000002a40f0a0f50c42fb7e4bf2d68bad4ce19bdef198969100d 0.99 MB 1,342 38
424,489 424,489 000000000000000001aed4c1e26d4dee0b1c484b0b02b755075aa9ad2f297dd6 0.89 MB 663 22
Previous 10 blocks ↓
Total Size: 769.12 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,630.13 GB sent, 93.49 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.