Memory Pool Memory Pool Refreshing

59,224 transactions
33.00 vMB
Show Random Selection Loading Transactions
Max Size: 166/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
867,128 00000000000000000002f1280000000000000000000000000000000000000000 1.00 vMB 2,145 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 867,127 (114,646 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
752,481 752,481 0000000000000000000218aa42282396b2cd3afd7f4e2fdec54d37cef658d239 1.14 MB 2,349 12
752,480 752,480 00000000000000000000c0789a776421f5d97def437036c46142883befd032df 0.81 MB 1,120 9
752,479 752,479 00000000000000000000e761d9f52e83ba13da9a882168e4159b68c8a780a22a 0.53 MB 606 6
752,478 752,478 000000000000000000073f2c1a6c3000900bd596faa6bea206a5d2c541cb529f 1.45 MB 2,883 12
752,477 752,477 00000000000000000007c2f55c17a25a0962bf18d88a06cd620ba086425ef787 1.46 MB 2,358 5
752,476 752,476 000000000000000000051ec36f82cfead1001e9789a399235530c6338e9aa6e5 1.33 MB 2,370 15
752,475 752,475 00000000000000000004b06db2c83160a4c399b435197f22291a0f02a1f94cc7 1.21 MB 1,634 17
752,474 752,474 0000000000000000000138cc978b3920d4c56ac8cc41ed4fbd62afdb6bb0c276 0.19 MB 298 10
752,473 752,473 000000000000000000019b22da0d7f1f28ce7759e3a98961b6f311d4c545997b 1.18 MB 2,293 10
752,472 752,472 000000000000000000045de395e66438af8f668eb4623bdd013cb82ecfb5f457 0.39 MB 595 8
752,471 752,471 00000000000000000001d19d98aa736e43a7908d31ecd27695131a2a1add3faa 0.43 MB 603 8
752,470 752,470 000000000000000000062373a3b71ea3722f75ea7770bd0c09942e45beed4221 1.01 MB 1,586 10
752,469 752,469 00000000000000000004280845982439f416d5b3e2776270a937f8dec8620e40 1.54 MB 2,625 11
752,468 752,468 00000000000000000000ab0883814d622dce7f92a9694cc2858e1a4cfddd04e2 0.06 MB 77 8
752,467 752,467 0000000000000000000437d657c76599922a9a4cfe547fa93fe37643b2535b8a 0.60 MB 777 8
752,466 752,466 000000000000000000042ea0ef8cab25f81ee6b29c1f070193c46ea12bd753d9 0.54 MB 872 9
752,465 752,465 0000000000000000000136268a6ce5381ca3a138ce0f3d7b980a4541544047fb 0.45 MB 684 9
752,464 752,464 0000000000000000000888171aa4acd100ff41aad41b26b8f372c26c4f2c1fad 0.69 MB 885 9
752,463 752,463 000000000000000000017c66e49c65c92198f52ae3a3d2f907c96938bf6b21c5 0.92 MB 1,846 12
752,462 752,462 00000000000000000004a4bb5390e3d37841bc39037b7b4087172e0d4f67f598 0.54 MB 773 9
752,461 752,461 00000000000000000003e9886ba80e8822762e09900d91a1d9c2c8d146787474 0.75 MB 1,547 12
Previous 10 blocks ↓
Total Size: 693.84 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: 1,894.62 GB sent, 171.35 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.