Memory Pool Memory Pool Refreshing

9,868 transactions
4.35 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,916 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (606,222 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
301,501 301,501 000000000000000018676072817c0ac311fb1a71c5139307dbb89fa74a9ec18a 0.13 MB 235 32
301,500 301,500 000000000000000014288d18f6334634e7d936dd9fc9c896c48a078945d6ba9d 0.74 MB 539 13
301,499 301,499 000000000000000031443364d8ff314e646fda25dceb680de744464242b04b7b 0.01 MB 23 28
301,498 301,498 00000000000000005bc1c12b8fc1e7aaf620a9f4575c070c2b6e8f9e0afd8760 0.09 MB 176 29
301,497 301,497 00000000000000007917566c09faec71207028e838df27436eae480bef6a5259 0.09 MB 150 26
301,496 301,496 000000000000000058bb2f92e1fac50ea2c03f31b33ad3fc2570ad63956ce15d 0.22 MB 315 22
301,495 301,495 00000000000000001d7e689c9a410ef334c864af663b64f77c4b8b6a25e8a0e7 0.27 MB 389 28
301,494 301,494 000000000000000006029d90f451a8d536c0197b4197e00fa40073f96999372d 0.71 MB 309 8
301,493 301,493 00000000000000003d6c06bdc9344e8852cf4643604ed4c9bd30885fecbebe3b 0.22 MB 399 28
301,492 301,492 000000000000000066a65106109c6aa19c4f3f2ab9e876fba0a0d60ea030d301 0.24 MB 368 24
301,491 301,491 00000000000000003bcc3300a4706921f23982e091e0726833ff0c6ad4c5bbc6 0.73 MB 1,421 32
301,490 301,490 00000000000000007374479f7557e1f7857e8de3264b35de84c61d7a9965cb20 0.12 MB 279 40
301,489 301,489 00000000000000006e71446a06dc5c96bb7756fd6d14b855d49ea773d6a40515 0.32 MB 211 22
301,488 301,488 0000000000000000242e31a474a9edd35619cee12ae9448b2bfb33430017e569 0.34 MB 547 28
301,487 301,487 00000000000000002627a3f4422e048d62af7d7a1a272e2bbbe6ef97cb3fafaf 0.23 MB 446 31
301,486 301,486 00000000000000005dac044c8c2c10223405dfe0f1ce63ed5425514067a991e2 0.32 MB 611 34
301,485 301,485 000000000000000065ec711f433884b5ab3ff0357e6c2e3596a8a8ef06687885 0.08 MB 140 36
301,484 301,484 0000000000000000742bb4f6a48d31750b7cbc4b75ef494606c999ac988335d3 0.11 MB 139 35
301,483 301,483 000000000000000079bbe7c9a06f2e66baadcd1a4b0d5f923642f25710aedac8 0.09 MB 193 34
301,482 301,482 00000000000000004a6f0f007a6c651fa3c559e8863f9e42ed3cd59d1f508791 0.18 MB 319 31
301,481 301,481 000000000000000027db9d94a3200b8b123a33781bae3cb3a4b393cb7015a62e 0.20 MB 489 36
Previous 10 blocks ↓
Total Size: 769.03 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,625.00 GB sent, 93.01 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.