Memory Pool Memory Pool Refreshing

1,449 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
2 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,908 00000000000000000002349e0000000000000000000000000000000000000000 0.48 vMB 1,449 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,907 (712,123 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
195,784 195,784 000000000000043a62d51d3aa907269f8cb5fdfc11f48ead6d8f816208105138 0.03 MB 64 132
195,783 195,783 00000000000005bc37722df6c0868e79cd2c6cef1052d3ba28511801292c02ed 0.10 MB 300 177
195,782 195,782 000000000000046f743120102f83813eddea1c21312ba42f04d922c2fa863898 0.06 MB 123 112
195,781 195,781 0000000000000543ecbbb0b66c604a71e791bc144bf7e27e154104ea32a70757 0.05 MB 144 74
195,780 195,780 00000000000005204801271f2ee60638c9ed6b56d151e22408743dd481760bc4 0.02 MB 64 173
195,779 195,779 00000000000003246e4f3ae8b8ffca3d5497ecc7b673dfd1ddc674e97b45284d 0.01 MB 19 59
195,778 195,778 000000000000029ca52463c4ec6e5d67d735b5a13bd1b5a79f5572d6f769a0e4 0.02 MB 46 98
195,777 195,777 00000000000000671822dd2eb8865eec577d3eaf5e940d42450e552c07ccc499 0.09 MB 252 147
195,776 195,776 000000000000057c557788602cfe4bf98fe79d95f9b3267b1777d5a2e324f3ff 0.10 MB 190 86
195,775 195,775 00000000000001509bdac3e42bed3391cfbbeb1d54668a73e83c6397dcbc6c6e 0.00 MB 13 14
195,774 195,774 00000000000002aaebfc9f2646df9f3785360fc3945978dd9949893e38f6baa6 0.18 MB 85 65
195,773 195,773 00000000000002b6e62f4cc20a86313890546b96c0e6d867ae7b5121deb50ca1 0.32 MB 696 120
195,772 195,772 00000000000003567c652166e5298de5d92a67a8823bbbd0e1d1cc9be0dc580c 0.01 MB 40 52
195,771 195,771 0000000000000167d30a000de5f9d6cd29edc073be8877af6b5587d51f5d107c 0.12 MB 256 116
195,770 195,770 00000000000003d66dc2ea141d227914c5915c767f9628e49c6865e357c2a913 0.06 MB 143 98
195,769 195,769 00000000000000d1448d6c8a12d46d52994a9010325a812bf49f31ce6513fb84 0.01 MB 32 0
195,768 195,768 00000000000003368dfbb5269ec462d6d4476e716ce600b071f37e1290af0f54 0.05 MB 91 81
195,767 195,767 0000000000000297e892a3a74540a569a7e09728c8f0e4f951e55ce8f1e4ab70 0.01 MB 16 11
195,766 195,766 00000000000004801f9df4b2cefa8d9c0745bd9497593f1189ddb579f7c551b2 0.11 MB 261 113
195,765 195,765 0000000000000623c4aeadd4da2bd803a04d078ea495a666f8bbe53d88c38729 0.09 MB 294 158
195,764 195,764 0000000000000661867072c2e4f3df9efcd11e54a6e5d34cc71aacd42b7ba6e7 0.25 MB 573 119
Previous 10 blocks ↓
Total Size: 769.37 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,643.88 GB sent, 94.78 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.