Memory Pool Memory Pool Refreshing

1,573 transactions
0.58 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
908,521 00000000000000000002349e0000000000000000000000000000000000000000 0.56 vMB 1,571 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,520 (882,267 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
26,253 26,253 00000000180851f6c05d07b8404566d4d644edaca9991e0ad82bfc2dceeb52f4 0.00 MB 1 0
26,252 26,252 000000002660170bb717ed226825f54d3b9e392c8463ea6dc912514e7e7e4f96 0.00 MB 1 0
26,251 26,251 0000000029c311c2e9c64c78e4f9ea739c5552ebdb91e9eed7dd38ace2e56377 0.00 MB 1 0
26,250 26,250 00000000508651f2e6cb5bc3b63ff6fb6a7f46e7da5e850b3c4797b569154c07 0.00 MB 1 0
26,249 26,249 000000009c7ed7e17e2dd038e4a9e67712eb615080c72d6a794f82be46b2015c 0.00 MB 1 0
26,248 26,248 00000000d9ee739f31257bd63c33dbdce413254335bc957c6437edbc0f2efd80 0.00 MB 1 0
26,247 26,247 000000000bb4b544a3dcb275c26fe5efab08568d8a09b074a51eb97d76a4e418 0.00 MB 1 0
26,246 26,246 0000000033ccc36aaad90040e93280525ea218bd42243ae7e1b13a272961dee9 0.00 MB 1 0
26,245 26,245 00000000a1215a19b782ecf68341ec2bcaa26c7d36ba007f3fd88466f7567fda 0.00 MB 1 0
26,244 26,244 000000006b3bb38ca8a9029ee8bef7f47b93e5cc584abf4b09ccb9ae76a9f7fd 0.00 MB 1 0
26,243 26,243 000000004b7362a2ceeace39966a85fbcd3a7da3f4497fccd42a0bb2ae3fc722 0.00 MB 1 0
26,242 26,242 0000000072baa25f5b688b9c71fcfd695e045ab2c28106e322292f0ee10efd6c 0.00 MB 1 0
26,241 26,241 00000000cb2f5853627c60e339388998e0f4fc71194e6186aedfe1b0ce1ca34f 0.00 MB 1 0
26,240 26,240 00000000b4a57acd36b6595a06179b57010676d7af51a6bca78580d56097dbd7 0.00 MB 1 0
26,239 26,239 00000000d7d6ae3d8e3060d7794d8a859d829263e08b7f135d97dc4cc26bb03d 0.00 MB 1 0
26,238 26,238 0000000033864a16b21557d4e67347928c83d05e086ae2ef4fed49b6e45aff18 0.00 MB 1 0
26,237 26,237 0000000079a1b2b4a500b9f5960cc940977a337111838df264bfe26a0e8057b0 0.00 MB 1 0
26,236 26,236 0000000046eb0934a822509c1011630427ee707f15d95bad7311d789da05a69b 0.00 MB 1 0
26,235 26,235 00000000a2a7f323e0f4a69f58adb2429f5e3b5097e0a5134e094b87f6abf852 0.00 MB 1 0
26,234 26,234 00000000ad07cac2c31faa363582a39d3c5835c55a6202097fea5c9637c446d6 0.00 MB 1 0
26,233 26,233 00000000728bab72e3aa7dbaf090e962e542498ecdfa650d7ac36142384739fb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.66 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,840.37 GB sent, 100.31 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.