Memory Pool Memory Pool Refreshing

7,892 transactions
2.09 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,709 (595,145 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
312,564 312,564 00000000000000001bded70cade4cbf2706b9bcfe516da71341956cd04891625 0.27 MB 376 19
312,563 312,563 00000000000000001942b41e06723063de50e1448a5c346415c16ed9beafd274 0.20 MB 512 40
312,562 312,562 0000000000000000345f00c0efb3fe5140278a71b75a25cef8e4d9fc786169e6 0.18 MB 246 19
312,561 312,561 000000000000000021e49a970231930a261a3e4110cd941cfcf9f72fddd65b1f 0.06 MB 135 28
312,560 312,560 00000000000000001e0e17408e1bae109813ca5a3efc0eecc9e2d0330d7e87f4 0.10 MB 47 6
312,559 312,559 00000000000000001f39b021ba1435bdd99d5283c5870e6bf1e51450369d3024 0.23 MB 405 27
312,558 312,558 0000000000000000229e0188e93517314d385bd7d891429e4c26fb2c857a16ab 0.08 MB 135 12
312,557 312,557 00000000000000001e070560afba01da787e81d161f746458971cdbf89a32812 0.24 MB 477 30
312,556 312,556 00000000000000001fc1304bd4cb77f65e7f3ae486ddd50e7d4b738bf85fc414 0.11 MB 198 26
312,555 312,555 00000000000000002f7f3cdc386aca85a7358221b3186e9571db7e0320293912 0.34 MB 544 24
312,554 312,554 00000000000000002e80ab9c4ce8f64895d13c6ee64ef9d4a740f9320028171d 0.35 MB 630 28
312,553 312,553 00000000000000001b860c62fb0dd54f4f3fc24ceb4d1704d1a41b98b4c44896 0.31 MB 288 17
312,552 312,552 00000000000000002c6f11af99c92084bb58b00c422908b858f96268f8df1838 0.50 MB 1,108 32
312,551 312,551 000000000000000025286cc3d91ec68df68f2bf1e0e105b41ec4010e6b2fa5a7 0.32 MB 440 22
312,550 312,550 000000000000000015c5247865f3ba2a4f43cf85bcd0805bfdec5570c4d5d2a9 0.15 MB 223 23
312,549 312,549 00000000000000002091ec1f93cb24e8f0560acdcdd1c8e9482170a07280318c 0.05 MB 90 22
312,548 312,548 00000000000000001565b361953fb5d7a23f3371052430ac300de860fd72d122 0.18 MB 287 25
312,547 312,547 00000000000000001b688745f2cd794a12d2a620aebaf434bc6d4f41b0857d44 0.29 MB 587 25
312,546 312,546 000000000000000008b62c9744fed7080dc2d3a1d16eb215de646b1c85abd762 0.46 MB 602 22
312,545 312,545 000000000000000027a3395d86953621e802f06faedbe6bad0656988849fe983 0.75 MB 1,253 26
312,544 312,544 00000000000000001de6aa4457ae2dbdb2ef1bfb16019d0350ccf9358fad4132 0.35 MB 532 27
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.85 GB sent, 92.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.