Memory Pool Memory Pool Refreshing

5,063 transactions
2.38 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Priority:

Feerate Time
3 sats/vbyte (within 2 blocks)
2 sats/vbyte (within 3 blocks)
1 sats/vbyte (within 12 blocks)

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,748 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,361 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,747 (903,304 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
5,443 5,443 000000000ca7ece795e557a276b5fba01e25f6072025289d90a1d381fff8d261 0.00 MB 1 0
5,442 5,442 00000000ba6e6134d72a12c5c3253823f3a8428d2bee15f3dbb1b530223b3170 0.00 MB 1 0
5,441 5,441 00000000ed6673488f06a571ff3a22352bc6e713f88958bc178d3766f067862e 0.00 MB 1 0
5,440 5,440 00000000bb8f23edadfd9aa1a5b30c8de4379646000e61b1f35daf1f16eba782 0.00 MB 1 0
5,439 5,439 0000000004b8ac72396dc937b7e1ba3153917fcb0139b6896150bc4885c556a9 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 771.09 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,856.05 GB sent, 102.47 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.