Memory Pool Memory Pool Refreshing

3,823 transactions
1.86 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (619,010 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
288,726 288,726 00000000000000011ce9b0fbcca85af5bdbb4ed1d2cc8aac0e5c97ddb9a08612 0.14 MB 256 25
288,725 288,725 000000000000000098c7a56d917d6209882331088d0ef6c270a94051c77f8cff 0.50 MB 579 28
288,724 288,724 00000000000000010c2c6bc88513c66af8485d9b78a040921d749667af3cd327 0.00 MB 1 0
288,723 288,723 00000000000000007acd6d615af2958cdd368c0e6d191b897c83f1ebed2ef25c 0.50 MB 1,353 69
288,722 288,722 000000000000000039663a298094ccc40412adff67fba2cf9061454fb367af67 0.06 MB 64 11
288,721 288,721 00000000000000008537d7a55240a849df33e3270446d2fa5e6825161ea2be3e 0.25 MB 547 37
288,720 288,720 00000000000000011cd21e6e2d0a31dad0c14cecdfbf2bf37d11e5891ca71c79 0.23 MB 237 25
288,719 288,719 00000000000000007166b00d1a654b23e0f955166dd870911620060586f230fe 0.37 MB 582 35
288,718 288,718 0000000000000000fb352af992c0d00f6b3dcc8e546252599e6f03f2eb01f78b 0.29 MB 518 31
288,717 288,717 0000000000000000e25288b49f2ccd488cae84b78dcabae1f8ed08f053ca334b 0.40 MB 676 31
288,716 288,716 000000000000000063f0d743bf8e1060ded32c8419a8e5891a00b803fd71338b 0.17 MB 230 25
288,715 288,715 0000000000000000685fc46c1cd691b665d99ae8118cdd202509f2d68a3c69d8 0.04 MB 80 67
288,714 288,714 00000000000000002acd558e994c92282aeb5cad5bc93dc3d248dc4952fc8da6 0.23 MB 429 54
288,713 288,713 000000000000000022b22d7e055a2da9b0961d15941ca6348079b8573afae272 0.09 MB 162 30
288,712 288,712 00000000000000003010293583ce9d2c6eaaf5805dec24ae55878db98b0098e6 0.15 MB 177 28
288,711 288,711 000000000000000084cab2747fd672a0ab7bf12210e7513c13b35d03821df7a3 0.43 MB 531 25
288,710 288,710 00000000000000011485297154467c0b45978521d44b2b5bb84eb530a74bc2e3 0.10 MB 108 17
288,709 288,709 00000000000000007c55caff5fe46fb66b72a3e0760afb57860d86620e5c0c47 0.02 MB 33 15
288,708 288,708 0000000000000000578409a771b332b8e29b4897fe1f97a5a3d6da2ec8267bdf 0.10 MB 171 29
288,707 288,707 000000000000000015861cf4d674a8c071504336530d9d5f452e77571a681f7c 0.05 MB 104 43
288,706 288,706 000000000000000078ca5cc715dd219d64824015f1989db9a1b010eb0e4d077b 0.22 MB 383 31
Previous 10 blocks ↓
Total Size: 769.05 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,627.47 GB sent, 93.13 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.