Memory Pool Memory Pool Refreshing

10,267 transactions
4.67 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,135 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (679,832 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
227,893 227,893 00000000000001253350e9d1e745190d8558b67b3ab08feb4e952898334c5571 0.21 MB 508 213
227,892 227,892 000000000000012a256c246340eed07fc32a4eff711e274a3588acc627105120 0.04 MB 20 60
227,891 227,891 000000000000021fde85cabf4b0ae276072b0ee5bbc5639d28c7fb1144a8828a 0.13 MB 260 148
227,890 227,890 0000000000000000d4574a151a87e0d37d360dea4e9830dffa0c5d50fd97047d 0.20 MB 442 165
227,889 227,889 00000000000001955efe759a64256990a5b0cdbe91d59f613771aff4cbf376b9 0.35 MB 443 29
227,888 227,888 000000000000018109b19c4085f5b52cfa6aab5b71bafda5c45a577a2841f32c 0.12 MB 365 323
227,887 227,887 00000000000000810c53cb24237ae72152932cc3b8824623556a67121aced6fd 0.25 MB 624 176
227,886 227,886 000000000000024f9ee413ede244ebe99a8fbacdf77b3ffb3bded31ef70beb3d 0.15 MB 293 114
227,885 227,885 000000000000021ec51d168b0882a0a99e46f28e9e44da0d1894f226c1931689 0.23 MB 537 220
227,884 227,884 0000000000000190a8a62ca2edd5bc5036cf5344b6b9bedc35202c648268d05f 0.19 MB 418 210
227,883 227,883 0000000000000281441ad0e2590640387cc96d52203bf64206f0f81cdfea49d5 0.50 MB 787 131
227,882 227,882 00000000000001fdb37054b2659637abf7480f7c192ad255ba86f58e50948891 0.15 MB 342 229
227,881 227,881 00000000000002761fa9a014563a942373b5b9348df022189136ad56fd57cd22 0.12 MB 232 195
227,880 227,880 000000000000023fb6005ab4761d5f4a33465866113c359b1e0f7dce98b9a4d7 0.27 MB 617 320
227,879 227,879 000000000000018ab0ba56fa1e48f3cef8da5d551a79f9e5a80ab0437e82ffe0 0.12 MB 221 169
227,878 227,878 0000000000000258ba31eea0a2911cd87ace69c950b5ca803f54ddf3f7e8d020 0.26 MB 573 199
227,877 227,877 0000000000000104a232e2f780e49bc7ada749d2fa33fe6be6d09ede1f3b3765 0.36 MB 692 174
227,876 227,876 000000000000012d4574a653ac384dae6beb8edf91529aec1f97adb0dc3cb31a 0.32 MB 700 157
227,875 227,875 000000000000027c3b4784b40e5afbadba84da35913d81e98456d71d9dc40dda 0.46 MB 730 195
227,874 227,874 00000000000000ad9731dee76cf60d56a2171d76580024108535ad1c8637ceb1 0.47 MB 1,346 223
227,873 227,873 00000000000000666bad9d748a41259d6d06b62d24e87c6e97eb805199d2c276 0.29 MB 643 183
Previous 10 blocks ↓
Total Size: 769.03 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,625.72 GB sent, 93.04 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.