Memory Pool Memory Pool Refreshing

1,805 transactions
0.77 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 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
908,004 00000000000000000002349e0000000000000000000000000000000000000000 0.77 vMB 1,801 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,003 (368,329 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
539,674 539,674 000000000000000000021b215b02d20e1ff847267b43f3a9c60ae9c65c12f792 0.25 MB 696 18
539,673 539,673 0000000000000000001cfc70ed508e3e50746df0345780757473addb7918cf98 1.13 MB 2,572 22
539,672 539,672 000000000000000000216e76a46e561148c3c49dacb43ca66dcdcf903cfd50c5 0.11 MB 219 21
539,671 539,671 00000000000000000022a5057ee6bcfe9196b9c8cc4ff617572cb02f0ef86d18 0.85 MB 1,604 9
539,670 539,670 0000000000000000001f1a2646af39b48722a1773572189a6d10c0ed58af3f37 1.13 MB 2,749 10
539,669 539,669 00000000000000000019d82fdb524b05dc7340f4b1769e97e7ff25435bf3bfb5 1.11 MB 2,292 9
539,668 539,668 00000000000000000007e19c73201a6519c4f218ab99a4b49a7331571257d864 1.19 MB 2,797 29
539,667 539,667 0000000000000000001dbfbf4080c90408c49d360b67f3fd4cabf54cacbf34b9 1.42 MB 2,281 16
539,666 539,666 0000000000000000001db32cc21b7c291cfa50bef27209e0042d912eb9978a57 1.27 MB 2,766 32
539,665 539,665 00000000000000000019b50d5823d82b077749127cf06056a477b8f0c10b2fdb 0.91 MB 2,056 22
539,664 539,664 00000000000000000024d971d0aaf33ed3bd87b7cee23e3c9a459a2fbbdcd1d8 0.02 MB 51 16
539,663 539,663 000000000000000000118597d963e737a324f2678d3885c9654c94c53cc25809 1.11 MB 2,374 19
539,662 539,662 00000000000000000020aeb84f026584d6fe53e38b790b9bc6fb2f592cb8bd75 0.30 MB 473 22
539,661 539,661 00000000000000000005fe2277250a1f3fbf24313f93889d26ca133f838082ab 0.02 MB 41 16
539,660 539,660 00000000000000000000bf0c92d14de9a0e00168da29c35a53f575e83c92c255 1.18 MB 2,646 6
539,659 539,659 000000000000000000110617a4ef47422e119102677d6a2b1c60473c6c19794a 1.15 MB 2,535 30
539,658 539,658 000000000000000000022632fb615e52db8a88c1538a2f00c450b7eff3b64549 1.15 MB 2,749 19
539,657 539,657 00000000000000000006ab38accbe9fc8763c50546451083cad306a7dc3ae8f8 1.17 MB 2,674 19
539,656 539,656 0000000000000000000a7ee5b7558fb47324926b435957f4dab1bc8f875e09be 1.09 MB 2,361 22
539,655 539,655 000000000000000000164e10f23a80a7363a358a71240e1637b57d982d36f9b6 0.99 MB 1,840 1
539,654 539,654 00000000000000000002fde380dd9a72614b27bae215f5f72583e1a6afedcde4 1.09 MB 2,608 4
Previous 10 blocks ↓
Total Size: 769.55 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,648.94 GB sent, 95.70 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.