Memory Pool Memory Pool Refreshing

9,875 transactions
3.98 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,722 (583,155 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
324,567 324,567 00000000000000001b7efeabf63f9f9dcb3f97d7e8d40912b3c055e6c5cd9ba7 0.30 MB 439 36
324,566 324,566 00000000000000000a67b6ea0bfcb2d0f42ae020e47f12730333e83fc01cd6e0 0.41 MB 542 20
324,565 324,565 000000000000000000609b9dc998a51b7e5e04dc301f02997d03f93f9c4974e0 0.35 MB 692 30
324,564 324,564 000000000000000009d25ba0d7e31487ad910af7dcfbe523d4425c95e48625e4 0.07 MB 165 37
324,563 324,563 00000000000000001f70fc0f41f66175b6647db7880cb9695a67d3e78329665c 0.55 MB 1,071 37
324,562 324,562 0000000000000000092e4ee01f6c144f4a97bf1307e1c5e7bd49f49328c28f35 0.26 MB 515 31
324,561 324,561 00000000000000000dc71fdb8c98daddbb35f6305f32dca360b44fe79eeb19bc 0.72 MB 384 12
324,560 324,560 00000000000000000781fdf16a62f677fb10d2ebacaf60dff70b9886ac6721db 0.75 MB 1,654 29
324,559 324,559 000000000000000000f2bdd4d9bf7bc5814712df426f2fb16b88cf64f71d3a06 0.75 MB 2,273 60
324,558 324,558 000000000000000018cd0fdc79ef0fc292270a2c34a7b3947ad4bdb014766046 0.59 MB 860 22
324,557 324,557 0000000000000000046ba708d86becb93d4490b28507881560d47d3e51610ae6 0.15 MB 512 55
324,556 324,556 00000000000000001931f9c952f3f41f8d9f3d260387449d4ca77d85a5a0fb20 0.02 MB 30 22
324,555 324,555 000000000000000009c93ac9f4e290cfdbe53624b6659b9b352064f18dad1597 0.09 MB 129 19
324,554 324,554 0000000000000000183034154e4806a78c5c1af29e02af0513c79bb1a9cda5eb 0.24 MB 506 30
324,553 324,553 000000000000000009f88d9ba170dc74418a1a61557a1ef49bb3eda048330204 0.10 MB 111 21
324,552 324,552 00000000000000000fa922ea6a6b36c4e09102c78d82cb0835cf94fc3c0db662 0.09 MB 175 25
324,551 324,551 00000000000000000b7631f6a6b2fe3a95acdb5b962c3cc9428c6e0e06b31f23 0.36 MB 701 33
324,550 324,550 000000000000000006bae8883beb39890aec98d4f3df565770a2dd47563d7964 0.37 MB 750 43
324,549 324,549 0000000000000000190fbfc554974e3bed48ca8e644c5eb8e60649324597a52f 0.04 MB 90 29
324,548 324,548 00000000000000001552a8fae0af4b65400c6fb407c956e0915cc0d0f5e772ca 0.06 MB 167 35
324,547 324,547 0000000000000000180f1be4c862a615c303262413aa5693865494b9cd98f9d5 0.08 MB 158 31
Previous 10 blocks ↓
Total Size: 769.02 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,624.76 GB sent, 93.00 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.