Memory Pool Memory Pool Refreshing

7,004 transactions
2.65 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (905,663 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
2,036 2,036 0000000011de33c7f0a5c814697d7844d1c6ea5894bb0a2fb348289632844018 0.00 MB 1 0
2,035 2,035 00000000837ed9c989ed7506b7ed9d04cffc3b32c9bc5bca7f4215d4c08f9237 0.00 MB 1 0
2,034 2,034 00000000aee0dbe3b27059da0a4410e4d59b3d70959f01ed21269dfab332d425 0.00 MB 1 0
2,033 2,033 0000000079c4800a1f1a60d6a2e39dd37641b9f00e11edc0a30e4ddd3b95f14d 0.00 MB 1 0
2,032 2,032 00000000b4917905c6183a5f94eec3413800842757bd48c773e14165883bfcbf 0.00 MB 1 0
2,031 2,031 00000000b1c8b944d9d8a4d6165abfc98fbce1e894070e1dacfb4bfcad9b17d0 0.00 MB 1 0
2,030 2,030 0000000036e9b23428b4e9e275c5edc14b4765c82fdad3d5f8abd078303d63d3 0.00 MB 1 0
2,029 2,029 0000000056db511c4a2801cab2704dda95dfd97ac1ddf7c107fdbc089b4a19f2 0.00 MB 1 0
2,028 2,028 00000000bf7540f41ae96e804929b75fb307c16ab46f071765ff35184231f066 0.00 MB 1 0
2,027 2,027 00000000e2fe00b652b77364ced8b96402bf35d3064c4bd253140ef907adf1d6 0.00 MB 1 0
2,026 2,026 00000000df3d3d8e1b63db203496a67c186cc7508adac33aa72db03685ada3b1 0.00 MB 1 0
2,025 2,025 00000000cc455e6c79b0d9b7d9546a507ea312b00626a4cc3b625b270d9ad6d3 0.00 MB 1 0
2,024 2,024 00000000a0b289cb223408631a29dd583140a04d52870bb82cb7887cecbf7dc7 0.00 MB 1 0
2,023 2,023 000000005a6dc0cc4c7efac72b59fac06a22ed02118789300fd0cc9ff9a48e3c 0.00 MB 1 0
2,022 2,022 0000000026024cd1f3a914b4d034e6cbbea6d0262569c04abe39a3f4a03d5aa6 0.00 MB 1 0
2,021 2,021 00000000cda6b0e6ebcfe7d45ad2d977f1b264f3fec58b41ecf53dba795b0d87 0.00 MB 1 0
2,020 2,020 00000000a2090ecd638c98afa5785d69eb9c84fbc1201f259f729a28190791d3 0.00 MB 1 0
2,019 2,019 00000000fa26cfce2cdce6a5df7491f71cdfc8e75c61b6e26ecdd361ff052763 0.00 MB 1 0
2,018 2,018 00000000f42278032e65a8fc09a41fbbd1779421d166e59c205a37b6fdad1340 0.00 MB 1 0
2,017 2,017 00000000a30d73bbfe167ace49a48042099ea64bab675611e29545a7abe06dee 0.00 MB 1 0
2,016 2,016 00000000a141216a896c54f211301c436e557a8d55900637bbdce14c6c7bddef 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 768.98 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,616.52 GB sent, 92.74 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.