Memory Pool Memory Pool Refreshing

15,661 transactions
6.69 vMB
Show Random Selection Loading Transactions
Max Size: 39/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 sats/vbyte 3
4 sats/vbyte 6
3 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
901,547 000000000000000000023a040000000000000000000000000000000000000000 ago 1.00 vMB 3,312 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,546 (768,474 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
133,072 133,072 00000000000000b0af7a8b9c923af0ee0730e92d0f24793fe3064add84a4e45b 0.03 MB 93 427
133,071 133,071 0000000000000417dc18fe3f57c15a462e72eb2afe8ca7e0bc4cf8b168946e72 0.04 MB 167 63
133,070 133,070 000000000000058e4c7d947c92435b40162cda76e0957887429fe12fc45a8150 0.00 MB 13 1,250
133,069 133,069 00000000000006b248642439e61a72a9991f94b5d8826c731001821263d66ada 0.01 MB 20 25
133,068 133,068 0000000000000443070354abf105810ccf205aefe97e77b50a5e709194a7d637 0.02 MB 48 269
133,067 133,067 000000000000067c096ad108dad8094d55db9981d6af2ba7248c631de8f77679 0.00 MB 13 2,151
133,066 133,066 000000000000002dd23815e37e122312a2ee1851b2dcab7c54f99bf7e4ad32f4 0.00 MB 15 1,727
133,065 133,065 0000000000000ae066168807b32c9ff85a94165f17000d9c42e1c50451ddc035 0.05 MB 149 411
133,064 133,064 00000000000006eb5a3d184cbceadde6471cee1f9b5f38074794535d8f4ddea2 0.01 MB 21 1,201
133,063 133,063 0000000000000838fbd34d530936d56e864288380ef8c885bf8f16daf88ba1d3 0.04 MB 89 153
133,062 133,062 0000000000000a3cae7737f6c8c5c21b95033ae68bebc7c3ec9cb0ca038cc060 0.01 MB 24 406
133,061 133,061 000000000000049e59290fa30a047e0c69b34ad4e7b57a705f24d9ca6c087d46 0.02 MB 90 175
133,060 133,060 000000000000097969ff12a2dc469780f3060b6113ae96511334d6f3db7412b7 0.03 MB 62 857
133,059 133,059 00000000000007d7fa8479eaa483009131cbd0de04a7bfcd88b28fc945c64873 0.03 MB 89 762
133,058 133,058 0000000000000b1d60d41b12f0b727df076d86be1c977d0f6cb6be916affdfe5 0.00 MB 16 1,884
133,057 133,057 000000000000008d9dd70dad81afd09a7e94647d0e517ac080b73e36831f3dbf 0.01 MB 41 925
133,056 133,056 000000000000047846f0776c901542540d555b9861cee16e9788611a3aef333a 0.04 MB 95 421
133,055 133,055 000000000000000a2153574b2523a6d1844c3cb82d085e2575846dd8c5d4ebb4 0.00 MB 11 396
133,054 133,054 0000000000000c26e24722d39d92641ffda32e521f9d73e4b3a82afe5b3030f5 0.04 MB 45 8
133,053 133,053 0000000000000bf2292393bbdf85c96874d7a5c198dcbd892b849700facb34cb 0.01 MB 15 1,129
133,052 133,052 0000000000000c44102752a1b10c92cf6253e207e93956fc406c8fc9b9a3b3ce 0.01 MB 33 687
Previous 10 blocks ↓
Total Size: 758.39 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: 737.76 GB sent, 38.81 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.