Memory Pool Memory Pool Refreshing

7,787 transactions
3.77 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 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,689 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,695 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,688 (633,248 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
274,440 274,440 000000000000000374b6ecd148693a6b2067d32cc6652abeaca5d2da53c840ee 0.07 MB 141 85
274,439 274,439 0000000000000000e4eaef27fdcf9ed3a19eb66bd04e0f5b6cda4ff351bad576 0.02 MB 48 47
274,438 274,438 0000000000000002c26f5455c91f2a6b303dc719899f573d360054ef5929b204 0.16 MB 370 56
274,437 274,437 0000000000000001616b9ad30b4599d1abab2e3c0a1693d6555c2d791d8ab558 0.12 MB 402 45
274,436 274,436 000000000000000397fb45f1ee6fc6b9b1727d463476de3d6cf9b2facaa1c85e 0.35 MB 716 48
274,435 274,435 00000000000000043fa4bdb2282d023778d017b6b48ffaa40aacdcc5be9ffab9 0.12 MB 225 47
274,434 274,434 000000000000000058c0517af3d4aa9887e92f36b10f3185d10c505d69a84b12 0.26 MB 453 55
274,433 274,433 00000000000000040ccccd17a2577eebc67d42a15809a1ab9687b2f54ed7e54c 0.05 MB 104 36
274,432 274,432 0000000000000001adf9164a3e8361a605764d1d389bd9c73eafca72ccf9d62e 0.19 MB 150 20
274,431 274,431 0000000000000004b64841b6c3bfd18a3618132e2f1e4b3a0709fc775928f0e6 0.24 MB 430 35
274,430 274,430 00000000000000045236c98756e20537e628015dd33ae39c3f1f349cb39e3596 0.25 MB 687 93
274,429 274,429 00000000000000047d6329c61ec8dc67c77d65486abc371386e7ebf26cd565b2 0.29 MB 651 54
274,428 274,428 000000000000000370a365212f45da36f3e623e3f336fb482bc08eb337195abb 0.02 MB 52 65
274,427 274,427 0000000000000000928b00d512a5122941e2f4c10d558e45ed229346840b9280 0.10 MB 216 37
274,426 274,426 00000000000000034b379302285c8ab6cced50df26eafb88e1e3a6f50ee1e92c 0.13 MB 96 28
274,425 274,425 0000000000000001456208948efa67d866808da53f6ab0014a600efceea9f2a8 0.25 MB 456 26
274,424 274,424 00000000000000008ed5a2f6a1fb04c9450207eed64469b388df62b4834712d3 0.03 MB 82 73
274,423 274,423 000000000000000347338b2eec856a80b56426265a9a7f23bf69a20df5b5e30e 0.25 MB 711 60
274,422 274,422 0000000000000004812f08ef09502ad242f4508ad657be9f945c686b00179102 0.03 MB 77 109
274,421 274,421 000000000000000273c9dad7c14a8e023a50071968581eb39d260a825c183e3c 0.19 MB 381 41
274,420 274,420 000000000000000158f73e366c10c51d0910937a4e0e2cf6fb49314862060dd0 0.03 MB 82 258
Previous 10 blocks ↓
Total Size: 768.96 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,615.44 GB sent, 92.63 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.