Memory Pool Memory Pool Refreshing

28,905 transactions
30.56 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,727 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,443 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,726 (348,287 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
514,439 514,439 0000000000000000002c08e17fcf61b6ce0f1ea22ec8d9c2284264de45c570c9 0.91 MB 1,894 33
514,438 514,438 0000000000000000004e845831222d9f0f5709f9a264c6b3a534dc483cf9a2c7 1.16 MB 2,902 44
514,437 514,437 00000000000000000015d4320c7412cb2f88a820f1f94848e4f02b60c456df4a 0.45 MB 1,205 22
514,436 514,436 0000000000000000001e81243800af07fed7edea72757b71112586a943106937 0.44 MB 894 60
514,435 514,435 000000000000000000214460cb4c864c30ef1bf08888898ae2e5ad00e2122122 1.14 MB 2,778 57
514,434 514,434 00000000000000000038dbdf8fc329641436c9252b36cb997b9084e7881e0c60 0.96 MB 2,195 41
514,433 514,433 0000000000000000002d19c89fb26f14714c4dc6f944e43a19ccabd03b2a4c42 0.99 MB 2,210 34
514,432 514,432 0000000000000000002c2d6c0aa70dbe8e778fb2257b0d1bca7377ce1c45f4b1 0.13 MB 274 43
514,431 514,431 00000000000000000049f3ac163dd4fea6c16234dc73f073994cc7bddec78399 0.30 MB 687 44
514,430 514,430 0000000000000000000c56d054cdc24463771d01fc891ede01a7f1b24a59d4ea 1.16 MB 2,901 53
514,429 514,429 00000000000000000041b02d8e759d24b0a1307d6745961f1401ef6c38965fce 0.60 MB 1,462 30
514,428 514,428 00000000000000000014b624af66fa7f247396d4866c755db2e79cb6061b4b63 0.34 MB 649 58
514,427 514,427 0000000000000000004d5ccab5356817b6efdbd8fea8a680afa37fa143b39924 0.29 MB 550 42
514,426 514,426 0000000000000000002c7f53d84c05c07f6c2c4bb0afc464f47adc4fd6199aa7 0.28 MB 665 31
514,425 514,425 0000000000000000003616a54c30f7588fe22281cf34b722ad8065c7c03d2079 0.92 MB 1,767 18
514,424 514,424 0000000000000000000f3a6a1099e807f4c74a3a94b32b2c98177467edc854ae 1.21 MB 3,211 53
514,423 514,423 00000000000000000043558243059d4d6b0ade7a4243b9134476f63ecc09dc93 0.14 MB 359 42
514,422 514,422 0000000000000000000ad34a9df85ae92a0fc3df1fe6d19366320ad8c45dd332 1.11 MB 2,752 37
514,421 514,421 0000000000000000001b138b0bf2f3d6683352d72f3a6b36620f8897e4ab8d18 0.45 MB 1,084 38
514,420 514,420 0000000000000000002426704824c08bb2a19209914fa66a58931a2bb4285449 1.04 MB 2,497 36
514,419 514,419 00000000000000000004782ad0bf6076142b9f54702ef740d3f7aaced0f16ced 0.16 MB 374 72
Previous 10 blocks ↓
Total Size: 685.57 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,387.63 GB sent, 109.24 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.