Memory Pool Memory Pool Refreshing

5,112 transactions
26.13 vMB
Show Random Selection Loading Transactions
Max Size: 142/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,775 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 1,973 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,774 (12,170 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
850,604 850,604 0000000000000000000022dcb5bfeff47f5aab72eb99d49a0fef480dfd16ccad 1.55 MB 6,137 11
850,603 850,603 000000000000000000009c9d05efe29f7164536a8768d430637ce6db544067a5 1.42 MB 5,668 7
850,602 850,602 00000000000000000000083b12cbf6ee19e47dc505dde932766916208ad83868 1.39 MB 4,961 11
850,601 850,601 00000000000000000000d443499d66610083cf25664c4a9a540c569d50f46627 1.38 MB 4,695 10
850,600 850,600 000000000000000000002a53932a9952a974d73a4024fa89e68492a5adac0235 1.43 MB 7,225 7
850,599 850,599 000000000000000000025d3d4aa372e4424cc2d4165243c61ff54a08080c1346 1.90 MB 1,755 6
850,598 850,598 00000000000000000000da635fa21c15bb9b1a679dbbdb9d6ba678cb43bce0e7 1.62 MB 3,670 8
850,597 850,597 00000000000000000001dfa7777beecac9535fe9005ee6ddbbf326326ad70fbc 1.60 MB 6,297 9
850,596 850,596 00000000000000000001e5fe5f9d4920977d54434da11850b6020907a443a4b5 1.45 MB 3,756 12
850,595 850,595 00000000000000000003509fdb262c72ab91c1ed1c81e6bc4b11e2c2d11d20d2 1.55 MB 5,175 11
850,594 850,594 000000000000000000024316d9598c9e11c7478c86a949a67202aeef694cbf54 1.50 MB 4,174 12
850,593 850,593 0000000000000000000005ef608d6da7f455b289165bb05da829a92269afae3f 1.53 MB 2,437 9
850,592 850,592 000000000000000000027d379a1c31a358cb18113402a5b5639c6cc03f3ea5e3 1.42 MB 4,903 9
850,591 850,591 00000000000000000002368aec2bfd563566896d3faddf931b2f1b59160c3c6a 1.61 MB 4,651 10
850,590 850,590 000000000000000000009e7ab9a9faa0979bd167aa07392ba28c4629e3da0ed3 1.52 MB 5,016 12
850,589 850,589 000000000000000000032318fa92b09dccc726e76dbe58a269ad2488130c8aa4 1.51 MB 5,327 12
850,588 850,588 00000000000000000000b850b2a9caf0ead3930336f691b68bb7799f3d1ac719 1.43 MB 4,609 11
850,587 850,587 000000000000000000030fc0df7c018b633e2ab6aefc26baf442669035e5c22d 1.52 MB 5,680 15
850,586 850,586 00000000000000000001f9a9bcf7517c20680a77dd2c4133b86f4c31a42fb4b2 1.45 MB 5,838 15
850,585 850,585 00000000000000000001beaadf621be6cde9eb9e1deab3434943a7ad1b82dc0e 1.47 MB 4,611 14
850,584 850,584 00000000000000000002d6bec4d37a4445b2f7722ffa735da47290d79a051405 1.90 MB 2,548 7
Previous 10 blocks ↓
Total Size: 685.66 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,396.86 GB sent, 109.79 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.