Memory Pool Memory Pool Refreshing

48,251 transactions
24.81 vMB
Show Random Selection Loading Transactions
Max Size: 160/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,055 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 6,671 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,054 (48,161 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
813,893 813,893 0000000000000000000023fcb6489f5911d3c401872087eca1234c9f926fab5e 1.86 MB 4,124 8
813,892 813,892 000000000000000000038fe5a4ea711ebaa0f18f98a51c9e6a33669b4f6eb7d2 1.58 MB 3,753 28
813,891 813,891 000000000000000000015fe08dff9ad9a0e995e8596ef5b9f509997bbd656c90 1.61 MB 3,485 12
813,890 813,890 000000000000000000010c2f94790f572dffbb4dccff94cfc4f2102686e9ee2f 1.63 MB 3,136 19
813,889 813,889 00000000000000000004374315b931010607f0b758055f7965d015999884df7e 1.56 MB 2,945 26
813,888 813,888 000000000000000000001df9228b29f586b3e06f27870a59e5593049567bb03c 1.60 MB 2,618 27
813,887 813,887 00000000000000000000ac9dfedc38f1869224001dcded378d96f9981691f6c3 1.50 MB 3,642 42
813,886 813,886 0000000000000000000475238c77102ff809824e4b21eb2a11f435b5eeac264e 1.52 MB 3,138 8
813,885 813,885 000000000000000000028c5a4a89febf1f746736411f18e359be6c013583ff49 1.75 MB 4,333 22
813,884 813,884 0000000000000000000407f229e5be061a727f38e885c201ef782ce1d3d787d6 1.58 MB 2,646 14
813,883 813,883 0000000000000000000359cc7d4066270d07de8de598b25d7d69fb04fce7059d 1.61 MB 2,943 37
813,882 813,882 000000000000000000042cc6ae5051290b12b5ebaa19c3330ecf9459c05bc805 1.61 MB 3,119 18
813,881 813,881 000000000000000000029b8c5d0cc7cb5f3e7aa796cbcccada2fefc643860cd3 2.02 MB 544 2
813,880 813,880 000000000000000000029cb28a34ec2ffe7a40a52ab9fb251a22f15428ef5283 1.96 MB 3,297 14
813,879 813,879 00000000000000000003674dc4f463fcb9b2cfaebdbe1d75e341fa6800953426 2.02 MB 2,175 7
813,878 813,878 000000000000000000007e9db3c0f0d7760720f5d717f2ed35e51150db250a62 1.51 MB 2,888 26
813,877 813,877 00000000000000000001b2795644b2d63fb806f3f8b1b67af0f0afff0b10b880 2.07 MB 2,737 5
813,876 813,876 00000000000000000002aadcf16959f94de2441f7651cac70a585e6d70675b3a 2.04 MB 4,170 9
813,875 813,875 00000000000000000001d93d7f4701e111ad45a3a2a104be57569cfca1aa2481 1.88 MB 2,301 3
813,874 813,874 00000000000000000002bbd4a19c8dc61972271a1945f0436eafcb18a4153cae 1.92 MB 1,517 7
813,873 813,873 00000000000000000002a9798db955d16e67dcf01dfa04a4995c8721cd5e9c56 2.11 MB 2,491 10
Previous 10 blocks ↓
Total Size: 684.26 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,331.80 GB sent, 100.13 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.