Memory Pool Memory Pool Refreshing

7,139 transactions
2.08 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,853 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,187 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (701,468 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
206,384 206,384 0000000000000204823eee417d9da825ecd8e882ab3e67d40c66ff17b7a95f8c 0.08 MB 180 172
206,383 206,383 00000000000004c86204c4bc7092232331a2eec6a3696b9e98114c5f9e44c8dc 0.00 MB 14 0
206,382 206,382 00000000000001e8999c539625b5a1a3c3132289a7b47d50da6ef07b05bdb329 0.00 MB 11 209
206,381 206,381 000000000000050d6cc1fd52f9c50a6a54cb60d3153fc70fed2ea0f11ea2854e 0.15 MB 248 147
206,380 206,380 00000000000000d8b19403d33f9d417554f2ec24b6173e4f7be5dd740ddd9488 0.00 MB 8 193
206,379 206,379 000000000000047ff41a8d99e7047ce808a936e467799619fee48f794a85b5d1 0.00 MB 11 194
206,378 206,378 00000000000000341b551b621b238ee7446856eba6cb556522565a42a680fa7a 0.05 MB 128 207
206,377 206,377 00000000000002d6ba1683303c33b281446edf97b18e3a320b4f65b6970b65d1 0.03 MB 83 794
206,376 206,376 000000000000038402c1f753a31a7ffe243f3407a351e1647243fef17f95c96e 0.11 MB 231 142
206,375 206,375 000000000000037e96a514d537c11071dc494c95f7abe4e9e22493bde311e635 0.06 MB 155 170
206,374 206,374 000000000000032cebea8001e2cd591359c7a8074d8629ddb4329d9ce8e27819 0.01 MB 26 184
206,373 206,373 00000000000004de87a460b601157e16c5cd7e558636421efa04d33944c54755 0.01 MB 17 66
206,372 206,372 00000000000000d8f45c089fc8254488b3139a564cbd6f442e050fd9b8ab689d 0.02 MB 56 174
206,371 206,371 000000000000026f0cb6808bc6206e8d5c59bb12064e586ccba3bf9e713212f9 0.03 MB 70 152
206,370 206,370 000000000000028e6eaae3db30e3f01ef5dc7b379800432004bc5bfbcd3eb8da 0.04 MB 102 173
206,369 206,369 0000000000000510002e0c5c17e459f2e29566680747d499ea83b81201126eaf 0.00 MB 8 175
206,368 206,368 000000000000028f40b325c53ba44c12b3639b3433de3801403a8e802ad089b0 0.06 MB 129 135
206,367 206,367 000000000000038cca303e4af394352732b1abba38778589d2d7f5a63bd74d34 0.11 MB 271 176
206,366 206,366 000000000000026fa6c04c7effbee7a06b38c2477dccce07d9415bde9d455853 0.05 MB 138 18
206,365 206,365 000000000000042b3228b8b36e75d66612cec78f0b486a513ad37b387a27afce 0.13 MB 320 973
206,364 206,364 000000000000041285fb08076fee59f783497efb3b7e9d4eed1b412c5bd6099a 0.01 MB 16 134
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, 113 incoming
  • Data Transfer: 1,635.32 GB sent, 94.25 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.