Memory Pool Memory Pool Refreshing

5,620 transactions
1.51 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,709 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,701 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,708 (41,966 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
865,742 865,742 00000000000000000000909005f3530bd40540e69952b007fbed21450bfcd847 1.61 MB 4,493 14
865,741 865,741 000000000000000000023f7d18c07d4b80ab820ca5cf018e065eb264e0b2c5a0 1.54 MB 5,089 19
865,740 865,740 00000000000000000001767ccfd6a0a624ee3758e961d20d0d316c5ff228f253 1.81 MB 4,279 8
865,739 865,739 0000000000000000000029bd370a19a7eb7970110da3c70aefcb40efb7ccc779 1.66 MB 4,842 6
865,738 865,738 0000000000000000000031fc7664e0c965095f0eb368b7f9ceb2d1bc76dd509a 1.55 MB 4,745 12
865,737 865,737 000000000000000000023997bddc0a8104a7c553052d4970b2ae5cd579d1dce5 1.85 MB 234 3
865,736 865,736 00000000000000000001f8da2f04ad811d730123d3f426a09aa180d0ef09915b 1.80 MB 1,312 5
865,735 865,735 000000000000000000003a7013025cfeece242388f9a18e71ad48e599cd63c21 1.80 MB 1,198 4
865,734 865,734 000000000000000000008d5a2fd92e6924eac06d30584631e4327d19eb078901 1.53 MB 4,618 9
865,733 865,733 00000000000000000000d133736a4ed4970288af8467352599b76505f13ddd63 1.77 MB 3,289 8
865,732 865,732 00000000000000000001f87c2b2e12c1629ac8edaba61990f10e6c6060da6f4a 1.79 MB 2,348 6
865,731 865,731 0000000000000000000249fe1bc4644689944fcd642571b64e8c9cebbee046e4 1.61 MB 3,064 10
865,730 865,730 00000000000000000001c5f548adc3a20bac9039f0ac447daf49f2011bf31a72 2.68 MB 2,116 4
865,729 865,729 0000000000000000000282eff92fc244aa47e1a82906c682e1a95cfab9401bee 1.95 MB 3,108 9
865,728 865,728 0000000000000000000106a1f88dace24cf1ae8ccd8f095d69b3e9f759be1139 2.67 MB 2,775 5
865,727 865,727 000000000000000000010a50fce7f5d4379aa70ceb920edb9cc2975957edc525 1.69 MB 3,401 10
865,726 865,726 0000000000000000000256c2b3f215b60335964ed42b78be991eccbc864e22ed 1.56 MB 2,970 9
865,725 865,725 00000000000000000001b13e1d4795a32a8e421847467572dd9796fc2903a5c1 1.53 MB 5,574 16
865,724 865,724 00000000000000000001d0d9839316d096753dcc4b896d077cd797741a4bc0d1 1.50 MB 5,529 12
865,723 865,723 0000000000000000000224b9f1317ce2bb2d9156506c78ca92dadf1d2c0b26bf 1.53 MB 6,286 5
865,722 865,722 00000000000000000002d53966f64595e0273ca952c6af41d017b7de875a26f2 1.52 MB 6,165 9
Previous 10 blocks ↓
Total Size: 769.00 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,616.67 GB sent, 92.81 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.