Memory Pool Memory Pool Refreshing

64,459 transactions
29.12 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,419 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 2,661 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,418 (7,387 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
863,031 863,031 0000000000000000000019d54cad0eb74e96785633582d8273b57f11683ce593 1.69 MB 2,534 10
863,030 863,030 0000000000000000000315b7a619e11ac691a6704cb158c5735522c8228abb71 1.76 MB 3,820 3
863,029 863,029 0000000000000000000304afc2f86555db8d315c31f1d222ff59d6ca8ed848f4 1.56 MB 4,744 4
863,028 863,028 000000000000000000013b3135c3b50574d7b0b1ffc26de7f1480db6050bc810 1.89 MB 1,878 2
863,027 863,027 00000000000000000000286c439d2553b92178c31e2424fc5f819d1a0c8bddee 1.54 MB 3,191 4
863,026 863,026 000000000000000000010fbf49b1c5e6f9de1f460bd2fadcadaa8e6e6fa308b5 1.62 MB 2,469 7
863,025 863,025 000000000000000000026f06a069dc15f558a1efa64baec5393e05244cb53df8 1.54 MB 1,636 3
863,024 863,024 0000000000000000000255c3a08f4b2e158f144000bae61fb3335e0a8fd9f82f 1.49 MB 2,507 8
863,023 863,023 000000000000000000006c69fd780d73e88ccf686183b9d45e334418c1dd86fd 1.29 MB 1,471 4
863,022 863,022 00000000000000000002a02eb5b9b0b1baea0c078c2d16ec42dfa826c3996096 1.51 MB 2,803 4
863,021 863,021 000000000000000000009f8c5d281f8928c73ba9bd185bd2066ae506240dfe07 1.50 MB 2,618 6
863,020 863,020 000000000000000000022ea9e92ac197d38ddcd5034b3b3baecc424cbe197a36 1.47 MB 3,017 10
863,019 863,019 00000000000000000002e6388817ed25f27c6fa44c61c8b0f408df589f56e785 1.58 MB 3,935 4
863,018 863,018 00000000000000000003030a381b8833cb13cf39a5d07a14d37fdbe861915d58 1.56 MB 4,096 6
863,017 863,017 00000000000000000001ed960e70c7f5881e2e965fefce2d716a2c3b9c4f5996 1.41 MB 4,014 6
863,016 863,016 000000000000000000025915873f7c42d2403c0965b2c5f0a5cab31f02b58867 1.49 MB 5,351 9
863,015 863,015 000000000000000000010eec3dc1f7fa9b14b3bbfc08d708b62c761ff635dbb0 1.52 MB 5,329 9
863,014 863,014 00000000000000000000978ffd68307984f0f1b899e90c13e64a621a6ce1416a 1.50 MB 6,317 9
863,013 863,013 0000000000000000000296985d4b89577f26cca527d805d06c01b8d5ef09fc36 1.50 MB 4,784 12
863,012 863,012 000000000000000000006079e35782a20b4a328116459aa5f604c89da2c2a5d6 1.46 MB 5,708 8
863,011 863,011 00000000000000000001b90f3664e5e382857951b12adf14f4848144c33323ee 1.42 MB 5,105 7
Previous 10 blocks ↓
Total Size: 700.24 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,280.27 GB sent, 211.91 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.