Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,857 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 1,022 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (220,351 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
687,505 687,505 0000000000000000000a4d3aacafdc03684231024f5c78b2683c0cc012ddf01f 0.04 MB 83 32
687,504 687,504 0000000000000000000c27cb5c66fb513b6eacb2c1076b7b71fed2497c8ac04f 0.01 MB 31 25
687,503 687,503 0000000000000000000979bdf4da03f45b50f08d3d926e37e6a3dab3dbadb8bf 0.10 MB 182 29
687,502 687,502 000000000000000000014a81450b78268310d2e4cf7ca51349ae467b433d64d9 0.84 MB 1,470 18
687,501 687,501 00000000000000000006b6be00544523f4a6294fbaf70cfb4468a206ee6a61f0 1.42 MB 2,084 24
687,500 687,500 000000000000000000054055bc904314f0ee27d42a490bbe92d015c7b562d29d 1.41 MB 1,195 24
687,499 687,499 0000000000000000000942698072512775607411368d0450488b121cdc4ae737 1.18 MB 867 40
687,498 687,498 000000000000000000032d6fd348a327df9b50641d324bc6653a5cb9e26b03ff 0.08 MB 203 34
687,497 687,497 0000000000000000000210d89de1630d8d836379bd0414ac94f0f63f4c097491 0.82 MB 1,263 24
687,496 687,496 0000000000000000000b3c1657bd75eb7d4410032e3197f7578b6c88c434b8ae 0.55 MB 861 23
687,495 687,495 000000000000000000042f74d160f91fa4e978a7e70adf65612a872779433756 0.19 MB 248 27
687,494 687,494 000000000000000000023b57369b389bf7e845f67e55892b2fafcf98ba4867f9 0.65 MB 996 23
687,493 687,493 000000000000000000048219e4005b7862593378b52f55ed104e22fc783ef3e8 0.48 MB 772 22
687,492 687,492 0000000000000000000dd4d44d4f361079c485bfcf9ac677110f0cec2d3de48e 0.33 MB 377 21
687,491 687,491 00000000000000000004085c98aa8289f588fb0da81838faaba38d90f6505160 0.37 MB 622 28
687,490 687,490 0000000000000000000bba49589a8a0bbc708973b4eae34f452ee99428cfa25d 0.38 MB 541 24
687,489 687,489 0000000000000000000be3564a0e1e7237c54f8b0bd58fb34bcec475c1e3399b 0.45 MB 926 26
687,488 687,488 0000000000000000000b6b3422519c340eede8e67fab01c254c2640e3b2888f4 1.41 MB 2,136 32
687,487 687,487 0000000000000000000583755d58c9888f715764d5862634fc46a0803321e3a0 1.70 MB 1,344 19
687,486 687,486 0000000000000000000995ba0a21dfabfb32bc717dbce94e44586060ee7200c3 1.81 MB 1,486 16
687,485 687,485 000000000000000000090a06b88566fbfd341cec05ed2e68be2a80fde31b9d7b 2.03 MB 1,034 10
Previous 10 blocks ↓
Total Size: 769.27 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,635.37 GB sent, 94.27 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.