Memory Pool Memory Pool Refreshing

3,756 transactions
1.67 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,543 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (619,002 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
288,733 288,733 000000000000000049c5aff45469931b2bc8da24f7fd440aa2129ae1bb3d5f68 0.50 MB 1,185 39
288,732 288,732 0000000000000000022f5a4a1a24d539235f28c5cefca3dbb88ab5c25292f0a2 0.36 MB 500 26
288,731 288,731 0000000000000000db06ed54e93de470226d10e9f7b4584eca8eb208fc407945 0.04 MB 64 45
288,730 288,730 00000000000000002a1826254647f5afb5ee560de5eae48eb005cae60b94939a 0.50 MB 737 27
288,729 288,729 0000000000000000cdd268da4e51ca0503f63eec7e480341de9b7cb898ae4818 0.50 MB 717 26
288,728 288,728 0000000000000001053320771205df3417cfb12053c55a7d9f70c1f152160cf7 0.90 MB 1,825 54
288,727 288,727 0000000000000000e416c7eae716950db53736bc8c74b2799ae75722471581e5 0.20 MB 262 28
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
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.28 GB sent, 93.11 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.