Memory Pool Memory Pool Refreshing

5,948 transactions
2.07 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,777 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (732,413 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
175,433 175,433 00000000000003f299e7a7edbd5fa84a16ad3ab8c3e77dabcfbf03590ef61c32 0.03 MB 83 20
175,432 175,432 0000000000000067dff73538ba93d582f2410613d05d064a0b1fb71e8263ff5a 0.06 MB 68 130
175,431 175,431 000000000000050a345607021791d25550c6aeee5d8cf06ba8e324762a79cbd4 0.00 MB 9 22
175,430 175,430 0000000000000036ccfe67a53ac37ccc5a4befdd4945b2ed5ce452513f21c9b2 0.04 MB 82 169
175,429 175,429 00000000000004d81a1cbfea4354dcb52521ada72e1f9e266a0002aacfba1918 0.00 MB 10 58
175,428 175,428 00000000000009908b7457db902bf1f9efae5f8a132e0e0fe4af46742dd149e4 0.02 MB 37 55
175,427 175,427 000000000000060531c2fa5b88c07cef1060e0c698c68fab9ecd7ea681e3ff4a 0.00 MB 11 473
175,426 175,426 00000000000003e6538b0dcac16db40a611a872ff53b4e02aeeb4a2c2d040738 0.02 MB 72 69
175,425 175,425 0000000000000a01e7832ca658c8715e5131225f482b90694a2b39d7b3ee700b 0.03 MB 68 50
175,424 175,424 000000000000048beb513e159e46db8ce6195bfc9cab1d45cc6082db72594a13 0.02 MB 44 70
175,423 175,423 0000000000000333fa364d58805b6f9162bdc046c7659acbbd68fe17bc60be3d 0.04 MB 84 103
175,422 175,422 0000000000000733a31b2fb17d050a479a6889ae215c43b4a98e9ee21f8f1d30 0.03 MB 120 1
175,421 175,421 00000000000001e572324aa088d99b9309c61282b17352ba3e59eb335a7a3235 0.07 MB 99 327
175,420 175,420 00000000000003ac2fe358f3a4de6602d107cd5ef2d8ee99e191bbc516762b30 0.08 MB 185 108
175,419 175,419 00000000000008a4f7cdec8746fc2fa28abb3832e03adbf738725132ab21c7a6 0.05 MB 141 134
175,418 175,418 00000000000007a3a42c3482f090f468a3f0aa5d05e25bc911317aad0eaacc23 0.06 MB 73 100
175,417 175,417 00000000000008dea8ca5f4fcaf16a8147c6f0210c6cae370f9a0bab5e30d12a 0.00 MB 14 55
175,416 175,416 00000000000001196d92dfc1ee4269b84f7496536e8f7eac5d37566cc4564f90 0.00 MB 14 0
175,415 175,415 00000000000002096d5284c0613337f20457df277ba7c62a1c42c41d4ed77987 0.04 MB 83 240
175,414 175,414 00000000000001c373363470eb6cdf9a1cbd21d923171cc9b639331edca631a3 0.05 MB 134 46
175,413 175,413 00000000000004a4e51e45e2fd747ec5c0237662c1f11fa347b4b8a355cd91ce 0.00 MB 10 1,504
Previous 10 blocks ↓
Total Size: 769.25 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,635.20 GB sent, 94.19 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.