Memory Pool Memory Pool Refreshing

1,005 transactions
0.34 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
908,667 00000000000000000002349e0000000000000000000000000000000000000000 0.34 vMB 1,003 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,666 (882,601 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
26,065 26,065 000000000c3f6c8d6e33957aaae7e5663b674e25203f6f04ba3e2efa1292efc3 0.00 MB 1 0
26,064 26,064 00000000c094123b1a9e3160c775d3b22ca011ff88024d2258e03ed938689187 0.00 MB 1 0
26,063 26,063 00000000d725ca1d0db0a7d75605c17906a15941fc58af752e8f234978786d71 0.00 MB 1 0
26,062 26,062 000000003529ebef84c1c3ff0be724563f733944aabb2ad7f5f6d64d4b909a84 0.00 MB 1 0
26,061 26,061 000000009c2d9e6447b60425e6c59d9b111b2c023ab09615a9433a10cf5f0fba 0.00 MB 1 0
26,060 26,060 00000000af379dd163595946f43027cfed6aa9dcb15d984d14820a7422115be8 0.00 MB 1 0
26,059 26,059 00000000f25dca7fb7dbb50b9506d79c38af066ed7bd85ed38568205dc89a771 0.00 MB 1 0
26,058 26,058 0000000003bba3ac1a9e7b1559148bc58b996ac4fb706680ca09455f7410daba 0.00 MB 1 0
26,057 26,057 00000000c6a6988992020d1de38a98721f72e5607bb6eaedea50309a50c68cb7 0.00 MB 1 0
26,056 26,056 00000000782f3d2571884c1c6fb1d4c4c0647686af0ad3b0c228d00ff3f787f2 0.00 MB 1 0
26,055 26,055 00000000a06b1d78f8bdd3af9bcd7c804bfa90011cfc64e6798df721dd985f12 0.00 MB 1 0
26,054 26,054 00000000ca92c0ea7abf639d649fc9202a63e2ec5c5c6d4208244bffbacd37f5 0.00 MB 1 0
26,053 26,053 000000002ebe4921fc34dc49d5a8096a9c0daee871586a092878a7965fd41c74 0.00 MB 1 0
26,052 26,052 00000000ba6ad9f826fed1aa85351dbe21ef6fce520ee10b6965f10a338a2fd2 0.00 MB 1 0
26,051 26,051 000000005b4ae55a388230844ba523a8e3ed19d79e2688268365e58aa5f40356 0.00 MB 1 0
26,050 26,050 00000000be9ac41feab02c6afe41b8fcc470b960df08f1f9eea875f6a8a6226b 0.00 MB 1 0
26,049 26,049 00000000642201213187c9e2d6150be4f43e363ef0d6b5e161795419c7d912e2 0.00 MB 1 0
26,048 26,048 00000000fe8e9b8e33689c7b7d6a8abf26749c46d54e6b3b9a42eaef9ea2529d 0.00 MB 1 0
26,047 26,047 00000000aa4c717f4d9e11a50f8822c3fd942c07a19a30015827510fe092506d 0.00 MB 1 0
26,046 26,046 00000000508e96e8c9c111a492f3befa05416d01954541efe58315cc5a048250 0.00 MB 1 0
26,045 26,045 000000004503528e084c99668ff5b8d074c7bb0a0d2f17fb48dd4c2af259f212 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.94 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,853.31 GB sent, 101.64 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.