Memory Pool Memory Pool Refreshing

72,261 transactions
33.79 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,329 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,245 23
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,328 (578 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
869,750 869,750 000000000000000000007b5010c5b931ce55367545fbeb8fc2dd8d65461fb7ff 1.71 MB 4,083 6
869,749 869,749 00000000000000000001e8d15f4d48bae5b52e6e286083f3cb2c792d100478e6 1.59 MB 3,304 10
869,748 869,748 00000000000000000002a8e1e1b00209ec129a8cdc918060bbcaad55642dd34f 1.49 MB 2,999 7
869,747 869,747 000000000000000000018f8bc711a9e905db54b1a966986e3781cea047772797 1.52 MB 3,444 12
869,746 869,746 0000000000000000000249710584fb40c6cd242a77c99c3e02492069aebf617e 1.67 MB 2,813 8
869,745 869,745 000000000000000000014411f7ca20de8da170283dfcfa80be844a85ed3ff688 1.60 MB 5,575 5
869,744 869,744 00000000000000000000ec875802d735a0b3d419427e0740190b5e9a06a06242 1.63 MB 3,290 7
869,743 869,743 00000000000000000000705c5d5b0b00a1f6db68449f31dcd7788958fcf6f63a 1.50 MB 5,256 7
869,742 869,742 000000000000000000007ffd7924b6d7a4185a70c047272fe3a47cbfd9be6b91 1.53 MB 5,687 6
869,741 869,741 000000000000000000028a7744fa13a1c56ded20c2fe722fb8d3ac7416214b6f 1.49 MB 4,375 10
869,740 869,740 0000000000000000000156ddd6c7416e6f86b29762eeab2dab928fd1ad2be95b 1.52 MB 6,161 5
869,739 869,739 000000000000000000026e3115d98e4380c31b3a0e1e32d9ebdc6b0086cb51b3 1.54 MB 5,310 7
869,738 869,738 000000000000000000029ac607885f88a88f846ef08a778a756b5ff6fb603871 1.56 MB 5,085 6
869,737 869,737 00000000000000000001a2d17bcdb8bacb8275d2574d7d542383f1bd62c99872 1.53 MB 5,237 4
869,736 869,736 0000000000000000000051234a8eda89d1039b0a783637b0bb3df5c665ef339d 1.49 MB 4,136 3
869,735 869,735 00000000000000000000402d1098e7976e842cf275764d2a84c9ee238befbcd0 1.58 MB 3,477 6
869,734 869,734 00000000000000000001d652f55d410ab60210852b2bd407246692eca9dfea68 1.87 MB 3,580 6
869,733 869,733 000000000000000000024d0ce320b5dcde6bbc867259f6472153f66adede3538 1.64 MB 3,523 7
869,732 869,732 00000000000000000001f7e8d5b32f0ef77c24f88ad42b0133d48a37f5b68b0e 1.52 MB 3,438 12
869,731 869,731 000000000000000000013e50f0317690d45b05fd7aaf578346be802da67722ad 1.45 MB 3,680 7
869,730 869,730 0000000000000000000138d70c8f765e8b976e11bc396e18fa19c8d963b93290 1.51 MB 4,993 12
Previous 10 blocks ↓
Total Size: 700.07 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,229.24 GB sent, 210.92 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.