Memory Pool Memory Pool Refreshing

4,052 transactions
1.27 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,711 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,260 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,710 (42,982 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
864,728 864,728 00000000000000000001470be19d6431b8eb26513c058a1a523c74960422086c 1.61 MB 4,840 5
864,727 864,727 0000000000000000000320adf324ce12b246581fe482abe818c3dbd9b5c43108 1.55 MB 4,165 6
864,726 864,726 00000000000000000001f029aa30d183ac4992133c3343b35d6165501f6c85b8 1.56 MB 3,834 10
864,725 864,725 0000000000000000000083e36bf83da75f8b6fe22ac41a92eecf1b8f428c6b95 1.59 MB 5,335 5
864,724 864,724 0000000000000000000111f113862f0195cb4ce85e4685bf662f99bf799e2a69 1.59 MB 4,092 10
864,723 864,723 00000000000000000001b318ae1f7e4526e0677e7f28d59df1ac0eab3b107ee0 1.46 MB 4,452 9
864,722 864,722 0000000000000000000175f689c1a72115f58450d617f061a99a28a57f95736d 1.58 MB 4,041 11
864,721 864,721 0000000000000000000276f1012daac474510c4972588865115fce1b2d1f62b2 1.45 MB 2,109 2
864,720 864,720 00000000000000000000f9b4927be4283b27d2e5a4fbd35135aae54a160f0f02 1.84 MB 3,469 3
864,719 864,719 0000000000000000000007f7513e2c690b3961e90070d28e74ff29af63f9ed2d 1.93 MB 2,814 3
864,718 864,718 0000000000000000000097bb73bdd377a79cb2714a3afbdda05dc662ed60c88e 1.65 MB 4,369 2
864,717 864,717 00000000000000000000911f3897ecde9b90d5fe206131848474c65a6d14c807 1.75 MB 2,848 5
864,716 864,716 000000000000000000023d19bc4b937a283d0655e3fb801fbdee1fe049946ca9 1.64 MB 6,349 2
864,715 864,715 000000000000000000002bf2434b5d07c7ce4d1a9d523755a8ed4871098b7a10 1.60 MB 3,503 4
864,714 864,714 00000000000000000000353cc8bfd70f7d6f7de20ecb9c2ee3ba80efe45eb4ba 1.64 MB 7,867 1
864,713 864,713 000000000000000000017ddd83fd679c1c966f0c1c94d8cc87c2984412f8be4e 1.74 MB 3,373 5
864,712 864,712 00000000000000000002a26dcda8f586d2149a88b07d297a9047894d3c8fc3b5 1.64 MB 6,784 2
864,711 864,711 0000000000000000000293b6b866be237ee65e4e58013548b53c1885c1b8808b 1.64 MB 6,365 2
864,710 864,710 0000000000000000000297ff3bae711e51157a270249d8c55f74d212a273b8b5 1.85 MB 3,914 2
864,709 864,709 0000000000000000000054d7c1d6fa219028e70ad7a2f32902b86ceba773a5b1 1.53 MB 5,537 6
864,708 864,708 0000000000000000000322e018084255564e3bd7fc4a99553ad9f18d76cd3e27 1.69 MB 4,140 5
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.86 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.