Memory Pool Memory Pool Refreshing

601 transactions (0.19 vMB)
  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,860 00000000000000000002349e0000000000000000000000000000000000000000 0.18 vMB 580 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,859 (845,201 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,658 63,658 0000000009f58eeb92f128bc9d7f3fbbcc0c52b959fb556d9fbba2ca374ddf6e 0.00 MB 1 0
63,657 63,657 000000000bdca7c1345ac1c7937dacc53582c61807b069df898de727f5872583 0.00 MB 1 0
63,656 63,656 0000000004a3bc7d048a44a58260decf9cd6af45f1fa0d9e5faace654fe4491e 0.00 MB 1 0
63,655 63,655 0000000005f00d9d3baa7425f2f11849da46ac34502a3438e0c02dfa5512a2e2 0.00 MB 1 0
63,654 63,654 000000000669df92f2e3eea8f6769cdf4fe30fc8b892a31b6f347f347cb3b2d2 0.00 MB 1 0
63,653 63,653 0000000008950ddeec826e3c94fb73534e82737b7e629ddf4bd5f41db949908e 0.00 MB 1 0
63,652 63,652 000000000620a4eeda15abe0fa7442436596e959760e001c7ed748c27ee3a3aa 0.00 MB 1 0
63,651 63,651 000000000a995f333759473baa01dd15c292413cfb53cb5a732dffef0ef2f46c 0.00 MB 1 0
63,650 63,650 000000000698cd4dc52499e3becb3a6dfe4e4e611af257c9b8f6510339f7a0a8 0.00 MB 1 0
63,649 63,649 0000000000d1bb3229422020d52f025544923eba4f377ce7a76bfc595c7a9a45 0.00 MB 1 0
63,648 63,648 00000000020a4fd50260216a7c9e1616207bc471fdef1f33ec22c39884a231e8 0.00 MB 1 0
63,647 63,647 000000000571f794136b1cc4f5a45ab14fe6cb80a784efbc9386c005fdcb497e 0.00 MB 1 0
63,646 63,646 000000000ae762ea69b83282a894d78a9b2cc879d42e7dd0bf848aff445aa580 0.00 MB 1 0
63,645 63,645 000000000352749276fcb64b64868584ebfd010f179be706233c389a1eba94d9 0.00 MB 1 0
63,644 63,644 000000000b3f40691fc8cf1b7f884c1a526bf9b0993a6275e8378f1ca27d5fad 0.00 MB 1 0
63,643 63,643 000000000cc61f915f0b9ce51f1224a17af651ba2582dcd2c4811bfe531c3c0e 0.00 MB 1 0
63,642 63,642 000000000904e39533e3910fd1c741cbab294e8b9b9562845aee077775854bdb 0.00 MB 1 0
63,641 63,641 0000000005886d7823a9ffa8b2cdc2d4928b210cc73831f3adc5b1d26e792227 0.00 MB 1 0
63,640 63,640 0000000009d7aeecc18823aebcc3182a006cf448ea2ba9c47c549cebd374cbca 0.00 MB 2 0
63,639 63,639 0000000002bb34ffa23a3a9478fc0a37dec22c4ce27da89566bf3b9085a7e4cf 0.00 MB 1 0
63,638 63,638 0000000004a76b3b468d97d417592a2e44fcec229586b1968414412651d529dc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.29 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,860.46 GB sent, 103.55 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.