Memory Pool Memory Pool Refreshing

42,085 transactions
23.02 vMB
Show Random Selection Loading Transactions
Max Size: 148/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,654 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 4,552 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,653 (23,872 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
845,781 845,781 00000000000000000000ec930d60b7bf2aa3898478cd32f0b70a3772ed367fe6 1.57 MB 3,825 30
845,780 845,780 00000000000000000002887846d43a56dcebfcb95aa0c46a1d5305a10599f795 1.57 MB 4,120 41
845,779 845,779 00000000000000000002b6af1424b36579e277591a9318306782da7b48aed691 1.60 MB 3,584 41
845,778 845,778 00000000000000000000c0c5578a7c2e10a5e94c1aa97c1126f7ebe4b82f2982 1.52 MB 4,004 51
845,777 845,777 000000000000000000004b17a3cdbe9144071c23b43f6b6d196f5a12b09e12a5 1.51 MB 5,070 20
845,776 845,776 000000000000000000029e4480a86afc347c6f80bcfa5f1687e425ca361dfca2 1.51 MB 4,846 27
845,775 845,775 0000000000000000000013f49a91860b007987c3133c54af6715d8e02f91241f 1.59 MB 3,643 44
845,774 845,774 000000000000000000003ea5abbb2618830148ce10a58a094731176dad163b7d 1.56 MB 4,636 25
845,773 845,773 00000000000000000002cf3677fea8b5407225b034c3f7f9c721ad9bec3ab05a 1.54 MB 3,996 34
845,772 845,772 000000000000000000021e6213ac47be8d0f1b9245779175b0e0734f52417387 1.55 MB 4,155 37
845,771 845,771 00000000000000000002205315d18f35b58437c03b18722a5b45a0a8285d1c28 1.47 MB 4,002 11
845,770 845,770 00000000000000000001c4ae4368634d55d2ad75f0dfff6262ee0d94a132a370 1.60 MB 4,197 17
845,769 845,769 00000000000000000002d20e69d76d85d45b7c601a87299f18aa57576c395295 1.81 MB 5,013 18
845,768 845,768 0000000000000000000154ba78859298ae90d83d2bb741ca803e89af99c375f5 1.52 MB 5,337 25
845,767 845,767 00000000000000000001fc931645648e7e8e68707c071d84cedd4867a8570999 1.46 MB 5,749 17
845,766 845,766 000000000000000000003eb6e2255d8507826bf4a36f83b5ab73a0df91658865 1.47 MB 5,362 26
845,765 845,765 00000000000000000001f08f302b7ad49d5211e0305ade946f79008450c9858f 1.44 MB 6,456 17
845,764 845,764 00000000000000000000fa4bf2fc53c75308c294e8a751eb9d1e1b518a9506cd 1.49 MB 5,408 22
845,763 845,763 00000000000000000000bae2a9c1558fcceba9bc72992b9e3d6bf305e113ebe3 1.50 MB 4,721 23
845,762 845,762 00000000000000000002853d9875ed158e7d53ae5136f36e5891cc3483ec0e00 1.48 MB 4,631 18
845,761 845,761 00000000000000000001ab7425ff47e3c40d286299901d99ab4e8466256eae1c 1.58 MB 5,361 18
Previous 10 blocks ↓
Total Size: 698.80 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: 2,099.71 GB sent, 202.81 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.