Memory Pool Memory Pool Refreshing

6,051 transactions
2.10 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,802 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (82,213 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
825,617 825,617 000000000000000000037b8c8e4dfb126dfe336b93821753b03fee76282180f9 1.88 MB 5,353 110
825,616 825,616 000000000000000000018b92034ba1fd46dfd56bfa4c5084da358f7a18a6be5f 1.75 MB 4,651 113
825,615 825,615 00000000000000000000de4b666d8dfad136a339ca99b3caed1f01d473eb84fb 1.73 MB 4,455 98
825,614 825,614 000000000000000000011d49c61af874e471411eee05b61983a1f08f8966e38d 1.83 MB 5,146 94
825,613 825,613 00000000000000000001c9605139795627cbd970224a69cc5e0f18e65962978c 1.78 MB 4,863 99
Previous 10 blocks ↓
Total Size: 769.25 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,635.20 GB sent, 94.19 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.