Memory Pool Memory Pool Refreshing

41,857 transactions
24.95 vMB
Show Random Selection Loading Transactions
Max Size: 156/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,588 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 4,386 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,587 (65,927 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
803,660 803,660 00000000000000000003c6e255fa0b7fa3fe76302de21dfab1670c3f5ec2dc10 1.50 MB 2,543 13
803,659 803,659 00000000000000000003806d93ab8542ee22f2fbf63354d6b1685508a08fd19d 1.64 MB 3,857 12
803,658 803,658 0000000000000000000358f55c0dede49635e100b3930f89fc48bb9d02c86684 1.45 MB 2,229 13
803,657 803,657 0000000000000000000275fbaed892593771d3e09557b05f7ce3bac02c5e704a 1.50 MB 2,909 16
803,656 803,656 00000000000000000005277f3b946d7f557435ebe5311260c342015d88913c79 1.59 MB 2,532 32
803,655 803,655 0000000000000000000398937020453601806e9d26cb332505e5e0fb922a75c3 1.60 MB 2,318 17
803,654 803,654 00000000000000000000d673eb91e6224f6a34ca53ed8704be9513368f953555 1.56 MB 2,981 19
803,653 803,653 00000000000000000001afc40a7efbe87d22c5fc6d11fdb338f38ef8695d0655 1.60 MB 3,122 21
803,652 803,652 00000000000000000003513827196d794d6592bc52b21e0c19b854c957bae20f 1.51 MB 3,286 23
803,651 803,651 0000000000000000000299c2ff3f6c5fdff59df4744059d05b9d5982993728b9 1.43 MB 2,940 28
803,650 803,650 000000000000000000028e7d922e04edd85f8412dc79770e38c6dd8a7b29e2f4 1.56 MB 3,004 13
803,649 803,649 00000000000000000004259cf1f13893dd28c0a217c2d316cbf74765a02eff35 1.41 MB 2,940 19
803,648 803,648 00000000000000000001a40958f592c856a5b76e68d4b4e8de75991e6e57b4be 1.35 MB 1,881 10
803,647 803,647 0000000000000000000539f96f99e6bcea115ee5a7a24ab220e94a9ce98c618c 1.10 MB 278 8
803,646 803,646 000000000000000000030b1f9cfc4581612d94917383e837a335dc47f260217f 1.68 MB 2,506 13
803,645 803,645 000000000000000000003675bafbec0ee0a9dadc51b021e988a55968ac15ee72 1.24 MB 1,454 11
803,644 803,644 00000000000000000000b11522445f42b451524274a31494a382a932d6c96065 1.27 MB 1,673 12
803,643 803,643 0000000000000000000349e1fdabd8710a5c95037709349a7a79a6fbd7b3bbc8 1.14 MB 564 11
803,642 803,642 00000000000000000004d36a902efd73608c52642cd52ea4bc5584a74688f8ce 1.15 MB 697 9
803,641 803,641 000000000000000000001eb037ed31077aaaffa67964772987ade9db8cc26cbf 2.11 MB 6,903 7
803,640 803,640 000000000000000000013c7a0e1df0913380e09f151191e0526276f9064b8ed3 2.08 MB 6,680 6
Previous 10 blocks ↓
Total Size: 698.68 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,096.72 GB sent, 201.90 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.