Memory Pool Memory Pool Refreshing

51,773 transactions
22.41 vMB
Show Random Selection Loading Transactions
Max Size: 129/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,375 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 1,820 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,374 (485,924 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
384,450 384,450 000000000000000009e32ec61184485d8e6bc697a23042240513d00700175414 0.72 MB 1,675 35
384,449 384,449 00000000000000000c25f287c53fd4c2b795146693a3c05926644a4f791ea6bd 0.68 MB 743 15
384,448 384,448 000000000000000002180f86c0f803e0743818847b63e0fd8799773f221187cf 0.66 MB 1,405 29
384,447 384,447 00000000000000000244ef95e7b2ebf00b9956b8c246f88d69d8b840e9d4f425 0.95 MB 192 5
384,446 384,446 00000000000000000ea40dfaa6909eeab26698460aaf14f08ee39729c16ed31a 0.48 MB 1,055 34
384,445 384,445 000000000000000003c44dabb26c975ced7e573783241711c622bd517eb3c236 0.15 MB 199 17
384,444 384,444 00000000000000000c7229ee46b576b3abb8ff26a718f131f8fbbfc56fa6f9af 0.42 MB 899 32
384,443 384,443 000000000000000002b1c3fc74db3edfd8c3653990f4a268870cba60a1836118 0.56 MB 1,100 30
384,442 384,442 00000000000000000f556935d6b68924d769b2bfd5f3b6d6955759654e2141ea 0.78 MB 1,574 34
384,441 384,441 00000000000000000125542fd17ca63d60f3f301d38b77c548c29ae9c5a2fa7f 0.87 MB 583 11
384,440 384,440 00000000000000000a17125c3fc880b5574c4d13f4c2948f6a6e197efd28d1ab 0.93 MB 2,162 37
384,439 384,439 000000000000000004e6e7f611c026b3aaa7e088da4010c5c975de3612e8dd0a 0.95 MB 26 1
384,438 384,438 00000000000000000949547dc8da5eb21bd7211d6b7a1f3fd132aeabe2c5ba18 0.10 MB 233 37
384,437 384,437 000000000000000008ccae67db1e8639baffe3cd92b81e74d1bd7de0ca6e2612 0.25 MB 428 29
384,436 384,436 00000000000000000626682ce9130863c6fb58ef303743a0744edd8e0eb2570d 0.18 MB 320 82
384,435 384,435 0000000000000000098be3f2fd92e10aa20cb2e8459a08c1217f1755629b2c1e 0.26 MB 580 28
384,434 384,434 00000000000000000963272ecb98d0d1fa6923de061321938e6fcd6a556878eb 1.00 MB 2,305 34
384,433 384,433 0000000000000000029aaff8ee6d77c475a0b01adaace8e4d2f8ef4c081fffd3 0.06 MB 73 9
384,432 384,432 00000000000000000cde8cab8d7471d123e3ea4f0d2ce7bc574d2d6e930d5e90 0.32 MB 617 35
384,431 384,431 000000000000000003b3ce35d9be3a79d0dd49bc62e057bd31414b0d6c96d2fc 0.25 MB 599 31
384,430 384,430 000000000000000003c12d8fce11de953b4c792a2f1cadf8530f881e090570cd 0.30 MB 554 22
Previous 10 blocks ↓
Total Size: 700.15 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,251.81 GB sent, 211.32 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.