Memory Pool Memory Pool Refreshing

306 transactions
0.07 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,799 00000000000000000002349e0000000000000000000000000000000000000000 0.07 vMB 296 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,798 (625,997 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
281,801 281,801 000000000000000103c9d811609353d22d5f4e78dc57ae1e85fe34b98004bf6d 0.10 MB 101 15
281,800 281,800 0000000000000001eb7b543dddfc8789479d73d664f542fbd520cf8c1d4f7379 0.10 MB 80 14
281,799 281,799 0000000000000000ce7e06cc07489c59f6b3fbf172e0ab7eca7467a4a1ab7d81 0.10 MB 34 5
281,798 281,798 00000000000000003b6044233e7229523ff51cdcae066cc02fbf70dd8fee5f66 0.23 MB 150 18
281,797 281,797 00000000000000004fb0235861ede7fa3df09d649bc137458c97fa983e9f4ddd 0.23 MB 522 43
281,796 281,796 000000000000000006f9976291a46b934c252039289c447faf67ffd00189fbae 0.03 MB 22 6
281,795 281,795 0000000000000000f5970806631bd5d44f24789cdd264baf85a4e3d9e8512905 0.12 MB 236 45
281,794 281,794 00000000000000009a1e2437beb6194fc2c3cc4c21d882616be5f368401ada49 0.34 MB 536 46
281,793 281,793 0000000000000001bbfc435522b406a53b86bf07935eb2b35be78696af52d6b1 0.02 MB 43 35
281,792 281,792 000000000000000115e4c7ad7a70f7942ac9691087ebf646e6c38d3f1100f750 0.20 MB 425 53
281,791 281,791 0000000000000000095d8b21e5b333c13b6ecf037562916c7f0eb2399bcbaed8 0.11 MB 79 19
281,790 281,790 00000000000000013c29d03039c5178aad373484fcd6e0ed020178e145aca989 0.25 MB 583 41
281,789 281,789 00000000000000001a74f8f48f3f3b9976d7b5e82e8cbd43482665d359ff3232 0.05 MB 97 45
281,788 281,788 0000000000000001d03f26d6ba4da9c8928ca09a619ac8e98e8179b04f347b1d 0.20 MB 431 47
281,787 281,787 0000000000000001519ebe6e820cf607d45602689d1db6ad93e50f8febfaa321 0.35 MB 161 11
281,786 281,786 000000000000000225d47679cc12cb2ffb641d7f67ff35934e8146d96449d5c9 0.17 MB 358 36
281,785 281,785 00000000000000014fcc42dfd1498c1c3cacba3a2ea72678db6e62b9ccf7afaf 0.04 MB 28 8
281,784 281,784 00000000000000019ad9c5130039970f6e22b899075ec4624184fe7ea2c1aee1 0.14 MB 297 51
281,783 281,783 00000000000000021483d1c80a76b4ce419e4c72f9d71261de5da18c02c12c65 0.04 MB 60 25
281,782 281,782 00000000000000020f93ca0147a2dee24fe3e20e29b0707c6ab3014d4fcae185 0.32 MB 662 46
281,781 281,781 00000000000000001f82d4403ad9aed071bc0a6757ab5d22baa3c2e6e3750cff 0.04 MB 36 11
Previous 10 blocks ↓
Total Size: 769.16 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,632.76 GB sent, 93.70 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.