Memory Pool Memory Pool Refreshing

4,179 transactions
1.70 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,618 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (614,661 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
293,108 293,108 0000000000000000028d33e6e71db4d1af9a967defb7db9012a9da03624dc8c8 0.13 MB 163 24
293,107 293,107 0000000000000000c91ccc3efb440ac04e559f8553adbf002192b5d66152f4cf 0.21 MB 512 37
293,106 293,106 00000000000000006f6931b67901113b99b69a9dd31405afbb79545eb39bed86 0.19 MB 376 33
293,105 293,105 0000000000000000af9995137480e6a36fae448bc329b332b67d7a6fa26f3538 0.02 MB 43 19
293,104 293,104 00000000000000009169f3e397204af695d3e7a1f5f0c3cc053c0727d10e0593 0.23 MB 417 31
293,103 293,103 000000000000000000bad97be6f85556390f68c9fbb4b181814d7b057ef34a86 0.14 MB 87 3
293,102 293,102 00000000000000000c3c118e585ba039a713be69b13d41a064bb898f9263edb5 0.30 MB 588 32
293,101 293,101 00000000000000003d137dc7379fa5281448168cc091fbe1e37d8ad6d4e00a05 0.02 MB 32 18
293,100 293,100 000000000000000054896dca83117f36425bd3fe70f074ff0aa7a08ff18bbcd8 0.14 MB 285 27
293,099 293,099 000000000000000050bc535f6bab70f075ae5d4ddfa89e01cf274d5620f69f77 0.18 MB 228 25
293,098 293,098 0000000000000000ae4e7de0ed156e834e92298ffffe6a29a8be22aa0669e676 0.10 MB 208 33
293,097 293,097 0000000000000000b2f718f617f0916cb1ca9e78f94b2a52bf0763882fab7429 0.21 MB 423 33
293,096 293,096 00000000000000005ecbeeb7f26b9b68cb4eefb5f58065abb0144ae67d53964a 0.16 MB 220 38
293,095 293,095 0000000000000000567598336a4aeb70bf7ae4c7a8b6a9ff65021bf481b099b7 0.25 MB 474 29
293,094 293,094 000000000000000092940255a88f376e6e493c15afb5483cd731f9e70c9f9ac8 0.50 MB 732 23
293,093 293,093 0000000000000000c513f09e2a17f73ee92c46e0d162bb97fa539b448f73837b 0.25 MB 806 60
293,092 293,092 000000000000000064112546f38fca665d4bd18f03a5cc19829e0c93cc43f924 0.02 MB 32 2
293,091 293,091 0000000000000000badd852feed39a27404b0569a413495bb1153cd9718b62f5 0.81 MB 1,722 45
293,090 293,090 0000000000000000ccf5daf73ac14babc8a57f4f5c8a732f22661875d66980c6 0.03 MB 32 26
293,089 293,089 0000000000000000bb5c9ff8a6d99ea5090b1d2a34bc3ccb910ca1d71c3e47db 0.19 MB 360 30
293,088 293,088 000000000000000005290db207e76244d0626ec0a3d26372a16b4534652562b6 0.14 MB 257 38
Previous 10 blocks ↓
Total Size: 769.11 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,629.69 GB sent, 93.45 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.