Memory Pool Memory Pool Refreshing

28,177 transactions
30.52 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 862,407 (63,786 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
798,621 798,621 000000000000000000028ee4169e47913a2e3ea917e748845b817a53d25efa70 1.61 MB 1,793 10
798,620 798,620 00000000000000000001573ca805d31aeb50dbaf22e2b3b38027bda8ed5ae673 1.58 MB 2,997 18
798,619 798,619 000000000000000000018684fc1ef76eb0ad5323cb8132257689267007fa64d4 1.57 MB 2,791 21
798,618 798,618 00000000000000000000a6ea39b70ba3ceb24a8cb18e66e5b3f8fca775d507ac 1.62 MB 3,429 11
798,617 798,617 00000000000000000001c4d6a44414c28bfb2b8deb80b2d09163074b2142fb98 2.02 MB 4,903 7
798,616 798,616 00000000000000000003a9215d8b4c02e5140cdf8c7cedc1bb99239dc724cbda 1.81 MB 3,674 14
798,615 798,615 00000000000000000003a8c2a8e6e63632cea7740adebe95e4a4a8d719931f06 1.36 MB 1,889 15
798,614 798,614 00000000000000000001036ce4422acab26ad0fe5f736926d2d1bc329143cc36 1.53 MB 2,787 27
798,613 798,613 00000000000000000000de95aef29dcedabfc3b361deebbe785b23e253354fb9 1.62 MB 2,669 7
798,612 798,612 00000000000000000001bdda56cf71a2bdd110d357d1111b98291c281caa249f 1.92 MB 5,337 7
798,611 798,611 00000000000000000001c425d94a3fa99db5c0c71bb3d4db11531c4fb32bc002 1.54 MB 3,456 5
798,610 798,610 000000000000000000045a144296e93f44666570f6fe80e6ad69fa34ec34e06a 1.88 MB 5,404 7
798,609 798,609 00000000000000000003039361e87857902a83a68992bc46cbeb1c6bbb0fa6d4 1.48 MB 2,950 19
798,608 798,608 00000000000000000004f795b991ceec812f7af7a346b2a56d43334dce644ed1 1.69 MB 1,250 13
798,607 798,607 00000000000000000004f3a9e62d9f64a102bd84aac424a778a96da369ae6c81 1.52 MB 2,642 10
798,606 798,606 0000000000000000000325d2a05c5194db030f8651b5ba8638056e69b9354a1d 1.86 MB 4,949 10
798,605 798,605 0000000000000000000363f3fe3f732b43e450f766261e428574c0fe08707487 1.75 MB 4,288 10
798,604 798,604 00000000000000000003126fa77f2fa398e01a4df2c87cde9bd50f9fd13d9664 1.48 MB 2,416 15
798,603 798,603 00000000000000000003b7d73632af103bac2e8010a44b912710b0d9ca990175 1.38 MB 2,319 20
798,602 798,602 00000000000000000004a141e532b010aa859690377a5d9e6f805f6da1946cce 1.43 MB 2,658 30
798,601 798,601 000000000000000000028fff14a6944dc30b7f188b1969c4518c393504da6501 1.66 MB 2,335 8
Previous 10 blocks ↓
Total Size: 684.94 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,367.52 GB sent, 104.57 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.