Memory Pool Memory Pool Refreshing

3,078 transactions (1.23 vMB)
  • 1 sats/vbyte = (7 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,798 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,071 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,797 (903,359 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
5,438 5,438 0000000071e1202e62f5d573f368c359d9bd5bde89e336b78e169ad738fb776b 0.00 MB 1 0
5,437 5,437 00000000e1b8efb1cf4cad378aebbe85af2b468cb3546b469b82864c99c15551 0.00 MB 1 0
5,436 5,436 00000000ba57ddf4d91a3bac9f723f8d51dbb0ce56a2270cb31ff2f4c0ad8491 0.00 MB 1 0
5,435 5,435 000000006ace94212f64bd7eca22c6ae0ae302e48027c774e6a2abd42e942228 0.00 MB 1 0
5,434 5,434 0000000002e99fa76cbba4801b9f05a0f35bec1601e56b9e39e93ae5750586d1 0.00 MB 1 0
5,433 5,433 000000003a92733bcbe53293e9473154db46952662b64d5dcbd4aece69eceac8 0.00 MB 1 0
5,432 5,432 00000000927924e2175928d9fbbed5c4021c09ef534adf11faad418698ca71f4 0.00 MB 1 0
5,431 5,431 000000000174ca114a54caeabe0a010627edaa72e94543110b22c14ea061ef5e 0.00 MB 1 0
5,430 5,430 00000000febd91a57b25bc71ea677d2e3489f306550bb95e5d170c0d8f97a242 0.00 MB 1 0
5,429 5,429 000000005fa9181adbb3ede82c9a692974e06a3267429243c831b7031664a9e6 0.00 MB 1 0
5,428 5,428 0000000088980c92d1f8edadc54cd34d7fb187e74a22a99b3c0f4fbb5bd84d7b 0.00 MB 1 0
5,427 5,427 00000000288877a515fa6e40b3f257a4821773d47f235ea6f5c2105140ace81d 0.00 MB 1 0
5,426 5,426 0000000018d2323a1ecf127e68846085fb9036f85cbe9117ca4a69f1a9312490 0.00 MB 1 0
5,425 5,425 00000000b1864af6e54979ec7a500cda079fec0f7c8837b610ca7fc4bd8f75f8 0.00 MB 1 0
5,424 5,424 000000007e87f91334c1be083b131a91c1d4114f6a15ecade25fbcc3c3bc3e73 0.00 MB 1 0
5,423 5,423 000000009f74e6529fb869f2193613a1c27a5e6a6c2b5a95d12a844642399cbf 0.00 MB 1 0
5,422 5,422 000000005c13788d942f3c7c03407c32b573d571f5af92654f9c8f6bfa798e2d 0.00 MB 1 0
5,421 5,421 00000000ff1922fd00fb342a2f1a633356d69978297d75f75d90eb495473552f 0.00 MB 1 0
5,420 5,420 00000000fd0d2373e1a563ec2744aa8527f78939101059cca2330c1fd7a86d31 0.00 MB 1 0
5,419 5,419 00000000d0743dabf49b4766bed6ef0662bfc6f48f2fcf02bb5cb2a8054b81fe 0.00 MB 1 0
5,418 5,418 00000000afda0e79f404bd04f14f6450eca2a9cb1cac617953e1841a4afa4e65 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.18 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,857.27 GB sent, 102.98 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.