Memory Pool Memory Pool Refreshing

57,753 transactions
34.80 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
875,424 0000000000000000000297fa0000000000000000000000000000000000000000 1.00 vMB 3,551 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 875,423 (10,685 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
864,738 864,738 00000000000000000001680e5f95869739917bd86450cfa5358391e424232595 1.66 MB 2,931 4
864,737 864,737 00000000000000000000b27fdf87d91c2b925fbe33884e9aa14d8c0f1edff62d 1.59 MB 4,426 3
864,736 864,736 0000000000000000000002a05044e65c6c9803ed1129971fee55c3eecee637c1 2.05 MB 3,637 4
864,735 864,735 000000000000000000007bee4948a7d92e14cc822effb1aee8541fa7f8784ad2 1.70 MB 2,939 5
864,734 864,734 0000000000000000000066154805132da36ef3e961b0496e1826121a7f8ae744 1.75 MB 2,411 6
864,733 864,733 000000000000000000028f03b51124fc6e9e29fc5ba661caa631e2f90359e29f 1.63 MB 3,194 12
864,732 864,732 00000000000000000000ffa9ab62703fcff5a55ad896d430b672f0ff71572443 1.69 MB 3,464 6
864,731 864,731 00000000000000000000d02281f6cb63589da91f99b6fc50ba585f1435a36adf 1.71 MB 3,608 8
864,730 864,730 000000000000000000008e3eb1d33de1dc19a01fd7202fce587b98e873c7e1e7 1.53 MB 3,098 5
864,729 864,729 0000000000000000000134b7a9c5c0a799559e43c04aa40ae09a29e34de08a34 1.61 MB 3,613 15
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
Previous 10 blocks ↓
Total Size: 709.43 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: 590.60 GB sent, 8.94 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.