Memory Pool Memory Pool Refreshing

3,163 transactions
9.99 vMB
Show Random Selection Loading Transactions
Max Size: 39/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,347 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,776 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,346 (857,068 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
51,278 51,278 000000000a54e82c9d58307293214b52fa457ba4e035360c4c45a860a946e160 0.00 MB 1 0
51,277 51,277 0000000003c1021b918e0c973d4b12e79df6e21e183124118e62094da2b21468 0.00 MB 1 0
51,276 51,276 000000000bf6a81a952e884d36ff25610b0e5a8ac87f2d2e0afd5aaabffe2714 0.00 MB 2 0
51,275 51,275 000000001f6d798cd01730983cf725f848ef403f2e13c6fe80afbb6265cd8fe3 0.00 MB 2 0
51,274 51,274 000000001bef1e3d945f6a188b3bc5b346a97d458869399d821be1e8a7b2774c 0.00 MB 2 0
51,273 51,273 0000000016d4e2285aa8781ac70f5d25dc22877d5a0f450e2a00ba618d624653 0.00 MB 1 0
51,272 51,272 0000000009044dcae927e2c2cbb91365c3edf01e806c25c94f445e2a9297cad1 0.00 MB 1 0
51,271 51,271 0000000008cd1a89b39c2285c128ad6ea7e8c12c194d8ac57e32e4bda5cb3d99 0.00 MB 1 0
51,270 51,270 0000000007214604593e9e3a3c0d5035eca9d55335da9d24f0083a7f4c630e47 0.00 MB 1 0
51,269 51,269 00000000143b117e1e6735eaed8c850d809e4bfd25f5c047b5629239dfc02e57 0.00 MB 1 0
51,268 51,268 000000001e76c532cffd2cb06414f850ef6313a925e6b6e5e24706c3c23ca52f 0.00 MB 1 0
51,267 51,267 000000001faded622f108fce5ef275687170dda6dd298fe0d56e5a1f7cfba924 0.00 MB 1 0
51,266 51,266 0000000001a434aa510614d8d6baf2efd7d29a71a9423518162fb885c87dd6df 0.00 MB 1 0
51,265 51,265 000000002079a890f333706030f9c23d5f503e961f9a1fbb0c26b4f2f21935f6 0.00 MB 1 0
51,264 51,264 000000001fa04f497921ad49d8772d5ebc300fa59c2307012ec85486e5cd8055 0.00 MB 1 0
51,263 51,263 0000000011316f2d73fe7af51d493c1bc404628d7fc62c1acf48530f8a246010 0.00 MB 2 0
51,262 51,262 0000000000bf8ed8d297b3414d3e63b20672dc4c46f12fe2cbe2190dd4274618 0.00 MB 1 0
51,261 51,261 000000001d772774ccbe4c0e7c2704270cfedcd696cc37ef4e1fedbc7ae52bfa 0.00 MB 1 0
51,260 51,260 000000000e1f74e26524055f8c9f0caf64eb85c5a270da39bcd9ce5bf7100bf0 0.00 MB 1 0
51,259 51,259 0000000000143e09d4e08c4ff9e757e2882ebae28de23a1df8fc59883986e0f4 0.00 MB 1 0
51,258 51,258 0000000010c7367518e92e5d1dd695422c0ed8f2ecbc06fc2eba9ea75d3e0c38 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.31 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,701.92 GB sent, 98.83 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.