Memory Pool Memory Pool Refreshing

219 transactions
0.04 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,766 00000000000000000002349e0000000000000000000000000000000000000000 0.04 vMB 199 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,765 (611,332 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
296,433 296,433 00000000000000008e26c9cdb23823e1126dc6ff59d2211f1650e7cfafedd927 0.35 MB 790 44
296,432 296,432 00000000000000003e1f63af379b2fc141d2c6d3796350f0a2b10a085ff40a30 0.05 MB 77 10
296,431 296,431 000000000000000087fc41ca0201f7b61ac188680069287ae242a8875f9d29e0 0.21 MB 408 41
296,430 296,430 00000000000000006c0c3d9adef3c5e561c516211e44932593ea949dbd453a78 0.39 MB 306 26
296,429 296,429 00000000000000003d23cf221a20c572591e8378a2eca619d303a7d7ddebfabe 0.06 MB 128 66
296,428 296,428 000000000000000086aefd5bcbea475f72db5920edd0bb4f55079ea35dd74c34 0.48 MB 837 33
296,427 296,427 00000000000000001609e69848bb07e628bf7fbbf73bf7c9a5ce4e73f2336f84 0.01 MB 16 21
296,426 296,426 0000000000000000774ac44104b6caa65d4a438a6393914f2ef183c7e5e2fc40 0.24 MB 387 30
296,425 296,425 000000000000000020028d2b2d849a2b3db09ad8b92f4cea9c6514b7219da7df 0.01 MB 16 22
296,424 296,424 0000000000000000158a9e5b4ae3f671b9ecddea5fdc076e4ea2d0c8f4efc903 0.07 MB 118 33
296,423 296,423 000000000000000058e5a06ad01f0dddf1fef95ace9f66bd7759981b8ad1a45f 0.04 MB 57 31
296,422 296,422 00000000000000009320f39022d37cb48de17cd194812ebd8133a64e7305a5d6 0.07 MB 138 30
296,421 296,421 000000000000000062974b3eab58dd705ff72bac3bfafa2efc17d4a6d611c3aa 0.20 MB 255 38
296,420 296,420 0000000000000000562850477fee88aea0ac15a652b577fa3725c251d127938b 0.26 MB 429 38
296,419 296,419 0000000000000000314c17896c9f9897924147489bde502e90e1ea3c4495a695 0.02 MB 32 53
296,418 296,418 00000000000000001c68e093229b95da6bc0b24fae8705f50ae71d8e906e01d4 0.13 MB 70 17
296,417 296,417 00000000000000001750fc98349d7b29a737c59db0a77b252ee445520c13cafb 0.45 MB 384 20
296,416 296,416 000000000000000031fc3814bc35dcc7332af20a161f7be114a336965ef14b0a 0.35 MB 737 60
296,415 296,415 00000000000000003e6aa0a839ed9457f9e8d29ff7d27f380b0ead4c7ba1b13c 0.06 MB 114 116
296,414 296,414 00000000000000008644c9801fa034df5e5d40dc475deff915231f7ead88f4ec 0.18 MB 292 29
296,413 296,413 00000000000000006fd0f0107103f3a4955a0388d5e23c83f8a5d0541c1b399c 0.50 MB 1,007 68
Previous 10 blocks ↓
Total Size: 769.10 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,628.93 GB sent, 93.40 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.