Memory Pool Memory Pool Refreshing

35,065 transactions
21.83 vMB
Show Random Selection Loading Transactions
Max Size: 135/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 863,445 (37,807 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
825,638 825,638 000000000000000000038c1c8179c7d40f7f8d3c2ee9310ce43df3cf7b5fa662 1.73 MB 4,613 103
825,637 825,637 0000000000000000000211423dd982bf3ca11fbfaf7141552ef831d01088a9e1 1.88 MB 5,483 104
825,636 825,636 000000000000000000033eb745f7b67bbc33fd64ef490c41e76f8cfa87b42197 1.79 MB 4,964 106
825,635 825,635 00000000000000000000184d5b31c47efaf8a08d146305d96248256b0b0209dc 1.68 MB 4,214 106
825,634 825,634 00000000000000000001c890b7dddeb95eaeb9db0a7e9072f515abb61576e6bd 1.70 MB 4,460 92
825,633 825,633 000000000000000000022052d4541e8f53ad385f6bf32894d5e2cf5cd6d18113 1.74 MB 4,534 109
825,632 825,632 00000000000000000001024ceed15fb8c95c7b710da7e4d0911a37cae204ff36 1.72 MB 4,325 104
825,631 825,631 0000000000000000000205517835d91060906e8b80bb797cb7d1c78470c2c3aa 1.74 MB 3,946 98
825,630 825,630 000000000000000000015e4cbb0e7651f8701b3b0a5dc0a4196785be1e968834 1.60 MB 3,547 114
825,629 825,629 000000000000000000029337e2ea10e779713dc8509cc942b2ada13c649db979 1.57 MB 3,731 118
825,628 825,628 00000000000000000001c2eb314d97ac2edee52c2ec6560a0aad18270f9ba552 1.72 MB 4,649 87
825,627 825,627 0000000000000000000060bc8ab1ff1c990ad46f013ec6f14acd92f56f46e1dc 1.85 MB 5,219 77
825,626 825,626 00000000000000000001f2379e51750c8b46b0fc2ae5667da8ae7f900c3515ed 1.74 MB 5,096 73
825,625 825,625 00000000000000000000d7c8835bf9cfebc5ac815b349bd373e373e26182fd62 1.67 MB 3,896 89
825,624 825,624 0000000000000000000070deb349ec081c499f449cfd75f7f3b47e926525d276 1.63 MB 3,942 80
825,623 825,623 00000000000000000003d300df50500d7db98add401d7abaaa2444fbb70ddcb3 1.76 MB 4,466 88
825,622 825,622 0000000000000000000065d0a5784d45695fd51ca04bba8c9ee0b6fc89bb601c 1.56 MB 3,594 103
825,621 825,621 00000000000000000001192ac2071643c11241935468ca168e373f206913c61b 2.03 MB 4,860 86
825,620 825,620 00000000000000000003162a79c495cd6b6dcd842c1dd887a3cd12ec75fd6652 1.73 MB 4,764 101
825,619 825,619 00000000000000000000e9eb334259823f83b45a2d4d5af9dfae07b350a2dfb5 1.98 MB 4,497 78
825,618 825,618 000000000000000000011a83e5d436c7af548a9e0e6000cbc46d5720f5499c63 1.88 MB 5,324 97
Previous 10 blocks ↓
Total Size: 686.97 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,499.38 GB sent, 118.17 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.