Memory Pool Memory Pool Refreshing

1,090 transactions
0.55 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
901,272 000000000000000000023a040000000000000000000000000000000000000000 0.55 vMB 1,084 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,271 (24,232 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
877,039 877,039 000000000000000000008338e6570ecc370447bd9a5e0e2fb5611d3a3e086a04 1.55 MB 2,590 4
877,038 877,038 0000000000000000000184e4a39b33071d2c29588694fdc93036bceaec80b6f7 1.64 MB 3,035 4
877,037 877,037 000000000000000000013d423a9acea28570b4052ce9ad5b896c8ff462380867 1.59 MB 3,490 4
877,036 877,036 000000000000000000015a6b1e4e7a49c64ea7d20222d7b3d47ab897dba62d62 1.72 MB 3,087 6
877,035 877,035 00000000000000000000be8fa3c86f6eadfb72f43bd94c1d601664f98dab9e53 1.78 MB 1,237 2
877,034 877,034 0000000000000000000285763f4ae1802a3e2d3693c6086e621d121b3c393022 1.60 MB 3,862 6
877,033 877,033 000000000000000000018887c68dc15ed0ea3c8d41555ea62305f497836b2346 2.11 MB 1,799 3
877,032 877,032 0000000000000000000164b31fe613111e11f3f4eaaf3fef50619f25b3a92954 1.71 MB 1,861 3
877,031 877,031 00000000000000000000517fa92e5434a0975b2e1c538d92d1ef8d97f9ee1678 1.54 MB 3,291 5
877,030 877,030 00000000000000000000e13838564a9cb4650beb7e128dd5c76c76823e906614 1.52 MB 2,468 9
877,029 877,029 000000000000000000012861e50271faf28309ce6e4f40695d1c5ed328d20f83 1.65 MB 2,116 3
877,028 877,028 00000000000000000001eacebbf49306f045c3103b1e53fcb1c5a7b095c8ce6c 1.68 MB 3,516 6
877,027 877,027 0000000000000000000062d87f6b514c8ff7bef506c1d28d8800d911b9aee802 1.75 MB 2,722 3
877,026 877,026 00000000000000000000c19b357adc5aa3fa13fd57a2127b1b7791b88c073c8b 1.53 MB 2,970 8
877,025 877,025 00000000000000000001c3d93750f666f5acf904b0d71a32f0a0bb41eca7d798 1.21 MB 1,767 12
877,024 877,024 0000000000000000000241898016f1c75626dcd23c9919bbd0817876f894bba9 1.57 MB 3,463 7
877,023 877,023 00000000000000000001e6336e0b6d378e1aefd4e0b1888cea0807a6f7ce8e4e 1.87 MB 1,540 3
877,022 877,022 00000000000000000000ab825d694771af72a63d52ee89841066778dd87cf887 1.62 MB 3,153 7
877,021 877,021 000000000000000000009390074d316c434294aa782c53fbc646baa1981b9abf 1.84 MB 1,526 7
877,020 877,020 000000000000000000012d31b32a27af7c5d2cfeaf0933409f01004474f79a31 1.23 MB 965 18
877,019 877,019 000000000000000000025b3449c77989c69cf71c8e0d5fa46700e2ef8267de2a 1.07 MB 479 21
Previous 10 blocks ↓
Total Size: 758.02 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: 714.00 GB sent, 36.99 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.