Memory Pool Memory Pool Refreshing

39,676 transactions
30.69 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,492 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,895 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,491 (69,657 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
793,834 793,834 00000000000000000004a21db534411666e68c092db6f545e40c488db184df2e 2.84 MB 1,595 17
793,833 793,833 000000000000000000039d7a384d3307608c8efe22b17e233e3ef5232efdcb09 2.20 MB 2,629 15
793,832 793,832 00000000000000000003624beb0ec11af3d282d83bd2cc110a821e34693d730f 1.73 MB 2,391 35
793,831 793,831 00000000000000000001296d6f709753d6d0f30a970a1a5b3dd91cbc49761147 1.48 MB 2,346 10
793,830 793,830 000000000000000000027361f46bfb02afe8dd4fc1e542f4497b4fff1f1008f0 1.71 MB 3,133 11
793,829 793,829 00000000000000000002b12232da6e3ef2d6309f51b87c382a8133a6d3aee023 1.90 MB 3,386 9
793,828 793,828 00000000000000000002e1605ab26061b9c9f207c8af300d2f985cf04bbb33b4 3.41 MB 944 10
793,827 793,827 00000000000000000004e1a42fb40f5dd038652e6838cf7dc11009fe918cd653 2.79 MB 2,121 14
793,826 793,826 00000000000000000000c2f5e5fbf914051bb689345e66ca89423d51e2b8b0e3 1.89 MB 3,652 15
793,825 793,825 0000000000000000000404f14f6f7c1d1103636c0db8a2f47dac7db6c983356d 2.02 MB 1,118 17
793,824 793,824 00000000000000000002a43ff93226a4674f53c56ad0a88107ebba80f01321b5 2.38 MB 2,204 33
793,823 793,823 00000000000000000004e2a9d3333afe3bbacf1f722ff7a1d95625d7e06bf16a 1.99 MB 2,176 39
793,822 793,822 000000000000000000026b99bcacfedd6e0fe0195cdbf7fb9e0f35a2606e900f 2.36 MB 1,904 11
793,821 793,821 000000000000000000011f8115c266694eb1cef5b3ac47aae23d55260665c9b8 2.94 MB 2,548 12
793,820 793,820 000000000000000000054c5ca0d7e70eb221351b773a8835c39047f430adf0b8 1.90 MB 4,596 24
793,819 793,819 000000000000000000053364bd4f5855ade0a7eb8c2d5702e2a4b7e77bd4ee85 1.61 MB 2,717 31
793,818 793,818 00000000000000000004c9c9bc94e4e02857e9840036d00fe1093faa4eb0da9f 1.88 MB 4,199 13
793,817 793,817 00000000000000000004e66ca130e6e0575fb9623d8ddc9779e15ff173ebd9a3 2.22 MB 1,788 19
793,816 793,816 00000000000000000001c0223db4f9fb1689d31cd9db488fe70b246543b10012 2.52 MB 1,412 17
793,815 793,815 00000000000000000001602fa7e84b823311bebc73d031e867d8ff8a04ddd651 2.10 MB 2,655 26
793,814 793,814 00000000000000000002cd741400e8ed6db0a51f0039d3bfee291d7df586bf7b 1.84 MB 2,327 9
Previous 10 blocks ↓
Total Size: 687.05 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,505.48 GB sent, 118.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.