Memory Pool Memory Pool Refreshing

1,781 transactions
0.82 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,609 00000000000000000002349e0000000000000000000000000000000000000000 0.82 vMB 1,777 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,608 (884,352 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
24,256 24,256 00000000b45389d81970786441418faa896acd50b8347574a0aa7bd63514c00c 0.00 MB 1 0
24,255 24,255 000000003ab805174bc3e9a87a35e999cbb84d3176f17f1c1da41725592f782d 0.00 MB 1 0
24,254 24,254 0000000039852bf298bee0631b2c93369303bbe92698f647f0f8773e05bf9331 0.00 MB 1 0
24,253 24,253 0000000051619f8e07bc61f7f9d9fd5ffdd8410e8500310b568375da72791165 0.00 MB 1 0
24,252 24,252 000000008494de70c00bfc23d401993e66d0842d691d59792372c663994e954e 0.00 MB 1 0
24,251 24,251 0000000015b5c4d506a48e4b7ba33617ef06180cf29fcbde68df6326fd80665c 0.00 MB 1 0
24,250 24,250 0000000035db4a120e5cacbd72c563e27d1d51a0aa5db59750a7823e8f42c08f 0.00 MB 1 0
24,249 24,249 00000000760de9f5788ac5b130a1caa8e79b7d8c7151438bdb39b2955ea7aa68 0.00 MB 1 0
24,248 24,248 00000000437f058b21f8f27c76787ea021c0e2852abeab590163bddfd8ff159e 0.00 MB 1 0
24,247 24,247 00000000a66935da56c97514fb12d2d09b5a7789021d24579c96656788c6d360 0.00 MB 1 0
24,246 24,246 00000000c06255f06e19f7d32afd5a704fd533f679f2a2084d0828ee9ce35b23 0.00 MB 1 0
24,245 24,245 00000000a5e193c3b6414b1a161758f7f4f4ba50722dc3390c4fcbbf0b9fedb1 0.00 MB 1 0
24,244 24,244 00000000d4d4943ef25cefd64f2402810fe4c7f8f8f3c7a8e93438f4983e2d45 0.00 MB 1 0
24,243 24,243 000000003531e9c792c533f9e133a71356ec5a1d6d630a85b340e8f3220d8db1 0.00 MB 1 0
24,242 24,242 00000000699acfd63a0349213f77d1164e5bd5dc309affb749e238ace4b78831 0.00 MB 1 0
24,241 24,241 0000000012a8ba603ff61130024df27efee2caabfbbdc35f95515f1c38002b32 0.00 MB 1 0
24,240 24,240 0000000011f2bd1a6832f2fa5bc26e4cfe3123f52caf6cac4c4284e823fd7815 0.00 MB 1 0
24,239 24,239 00000000a4e72c00ef6d1559c884b2c90c12a4d97ddbe4ebd68ecf7c6c679732 0.00 MB 1 0
24,238 24,238 00000000d18ab2b3317ea7bcf7ceae4c2906d324382550be1317fdf9cb19ed9b 0.00 MB 1 0
24,237 24,237 00000000f4ac606c81ee7429d1c7c616b7ea445faf8060973fa2f5b63bf9b65e 0.00 MB 1 0
24,236 24,236 00000000e93f5aebc8f8a59799862deed3adfd2cb059f1efa3230c4de40780f1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.83 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,849.73 GB sent, 101.09 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.