Memory Pool Memory Pool Refreshing

7,457 transactions
20.86 vMB
Show Random Selection Loading Transactions
Max Size: 85/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 sats/vbyte 3
3 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
896,005 000000000000000000025ced0000000000000000000000000000000000000000 1.00 vMB 949 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 896,004 (721,361 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
174,643 174,643 000000000000079e7b8b8f20f7b39ba09ad19741ad8cf91612f801603cbe52d9 0.02 MB 48 66
174,642 174,642 000000000000015a7e93827b89dce0b48154fa7f32c9f58b4708a2451cd881fe 0.00 MB 12 28
174,641 174,641 00000000000000cce1e60bce3c25b7468483f64004a7d275685539569728a4ce 0.03 MB 60 23
174,640 174,640 00000000000000cf41e9bbc0d02d531b6da9f97f2d7ea8cc6160900b86973f4e 0.07 MB 123 240
174,639 174,639 00000000000006129f96e181d175b0425b81a14a07319b13179e8e0c0dd4c01b 0.01 MB 29 129
174,638 174,638 0000000000000601116bb65e37e938bd5181cf90bf5374eb2b6b9615d66ff344 0.00 MB 8 668
174,637 174,637 000000000000001fb9d6772b9a739301086a2509165d16464df84e15afb35550 0.01 MB 26 61
174,636 174,636 000000000000066d9abb5f246dfb587b3537257f52fad62be6e16e3776c48fb5 0.00 MB 8 509
174,635 174,635 00000000000009ef0a00b6c781b7758702eead1ccc94e561cf3fd42c23481c8e 0.02 MB 25 86
174,634 174,634 00000000000004d446d4bf94820048c069148a4bc3b1e369ce50f3c85fb17004 0.01 MB 18 205
174,633 174,633 00000000000008bfc9f70714ebd15be35cde9c3e5494e545d4a7f57c647d7ccc 0.01 MB 18 28
174,632 174,632 00000000000001f08eb4fff7a375111918444e363f576c64833ac83fa70243d3 0.02 MB 78 185
174,631 174,631 000000000000041345287bbafdb406c84ed52daf1a6a4cbe35480bfd842b4938 0.01 MB 28 163
174,630 174,630 00000000000007cd2c1620d01a56e70d92f96512f7bf0bc8a447f56b2c856f1e 0.02 MB 49 53
174,629 174,629 00000000000005329fe3cb3900d77fe9bb86d071803af833588a53908a3a0540 0.01 MB 25 98
174,628 174,628 00000000000004fa0fe024cdde1a1d28a5a867e7d29f8fa167ea62ac007ba041 0.01 MB 24 168
174,627 174,627 00000000000006898b4bb52373c34ea190a9b6a0e748b4b9d8eb29afc19ea771 0.02 MB 60 210
174,626 174,626 0000000000000156d1ecd00c017e88f5487cf409ca14687ac678b48c7e4b14af 0.03 MB 49 1,957
174,625 174,625 0000000000000663b44ffb7deaa988b32b13a736472356cb4cf0b5c8766d8d3e 0.00 MB 4 70
174,624 174,624 00000000000004de3ee223d551bb0b86a54bad4a98aadc8f9ff50ce57c60c586 0.00 MB 1 0
174,623 174,623 00000000000008f4e5194dfe224f96704944435f0d0679fd3268227299b85138 0.00 MB 11 254
Previous 10 blocks ↓
Total Size: 748.75 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: 534.24 GB sent, 3.55 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.