Memory Pool Memory Pool Refreshing

1,741 transactions
0.52 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,468 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 1,731 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,467 (906,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
2,294 2,294 0000000018f5849fabd683aa992bea25e2d9c8a7d8744dca5f67176d414d7df6 0.00 MB 1 0
2,293 2,293 0000000099731fe1e5dcc7b7aeb1f00c54abefb676a96f2a08c36117b89c18f8 0.00 MB 1 0
2,292 2,292 00000000f428507fbe8d6d33c51180fba0c9fa5bb937430d86d84ac649f6fd1a 0.00 MB 1 0
2,291 2,291 00000000ac60be46c3f78d9ef740ea974d910a7f51b0f0befdcfe0400469a80d 0.00 MB 1 0
2,290 2,290 0000000087d58cfbda325f0e0c1a6d7c9653284952a737b7a6daa048836bb423 0.00 MB 1 0
2,289 2,289 00000000c068202bf064552cae1c57b92fee3d24d5040f251f48a03c7217320c 0.00 MB 1 0
2,288 2,288 00000000625bd7ce59366e8b19859e87e6021fabd2975e2cd4300419c8e1f72d 0.00 MB 1 0
2,287 2,287 0000000065aebd2a083094fe89216a6c350e59db077c8b5aae471014c8f54afa 0.00 MB 1 0
2,286 2,286 000000001e77447f842ce3058379840fcff6a670567eda1a8f88186ef018b753 0.00 MB 1 0
2,285 2,285 000000002d9af58ffb34e9f64fd800380506a575c53476fe65b806acee7d5e9c 0.00 MB 1 0
2,284 2,284 000000007f4d5878b1965c46df374dc15b6f002a1f84a3d1aeaddf119b39fef6 0.00 MB 1 0
2,283 2,283 000000007569ac9cf8db89a6903ed71218bcf25786370acefef1866e15e96216 0.00 MB 1 0
2,282 2,282 000000005743d5f574e5a96826445be944e59687cba22ede9783155a1074da9b 0.00 MB 1 0
2,281 2,281 000000006f9554b1b00ac6a3a52d9223f6083373f4aaff95effdbae09f359be6 0.00 MB 1 0
2,280 2,280 00000000d9da3e4b800f2eeb7b5cde52d3a646b114f1a4995465109be76d9814 0.00 MB 1 0
2,279 2,279 00000000eabc936d3ef7cc45f3fda94884046ae8c20095cfa1d64ec8f43f9088 0.00 MB 1 0
2,278 2,278 00000000b3dd2017a779d84a62d2f63aeee8fdc9c8c02ceb236988a621b00502 0.00 MB 1 0
2,277 2,277 000000001052ca40f382b01b9640bf8150e64746ee3346f33679dd8431bb7df0 0.00 MB 2 0
2,276 2,276 0000000017ce60547cbc7106176fc3db42709d2cc2e669863a4409a4d67a58f7 0.00 MB 1 0
2,275 2,275 0000000031d86ce67a67bd9ff6d37008cc765b24420eb3b3f1c79af904e4e154 0.00 MB 1 0
2,274 2,274 0000000063355349fe8807f7f006b1bbfe4f317ceea33d383c8b18a5ac5fb132 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.58 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,784.22 GB sent, 99.88 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.