Memory Pool Memory Pool Refreshing

4,810 transactions
3.37 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,812 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,068 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,811 (465,063 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
442,748 442,748 0000000000000000031f51197bebe9ec4634f35af49214cbefc03f826c2b5dae 1.00 MB 2,476 91
442,747 442,747 0000000000000000036683a046343f9d95963eff88714aa50c82fe8ff64990d8 0.95 MB 2,219 73
442,746 442,746 00000000000000000369590337d93b6d3a86a9bc1b51a7f9d7679c2d1d03b6ea 0.56 MB 1,234 76
442,745 442,745 0000000000000000002b843f2902650e48595adcc28fc22ff6513a807156a9a8 1.00 MB 2,220 68
442,744 442,744 000000000000000000ff4c2e358d85bf5f40b743959cd094197da57c43b9f171 0.63 MB 873 41
442,743 442,743 000000000000000001caa32854a6cdcaabb55457031fc55162e2ba4017235e7c 0.96 MB 2,502 80
442,742 442,742 0000000000000000025c7b8af1c9108c44a3c2afd314d2c3e72527c3d59a9c13 0.00 MB 1 0
442,741 442,741 0000000000000000012a6771e0d4ff60dd90359e0e9abd3b8475413564e377df 1.00 MB 1,926 46
442,740 442,740 0000000000000000031abb252f0db8e72b3f86ba481f8f0c20db02e022a02959 1.00 MB 2,411 76
442,739 442,739 000000000000000003849117b37e586d659092886f89e148d2026e4740bec02e 1.00 MB 1,980 72
442,738 442,738 0000000000000000039bd4c287a8eecc2f368931a79f14ecb5daf681fdc4c657 1.00 MB 1,602 73
442,737 442,737 000000000000000001f3497e0f3c1910ebc544229b40f36975e412a8d6d79238 1.00 MB 1,849 92
442,736 442,736 0000000000000000011329ec74d274e65a597f068aaeb8e9a80625940747f8c2 1.00 MB 886 80
442,735 442,735 0000000000000000032b1aedf9f7c06b0186e87183bbaaa0fcb7a77895381f5a 1.00 MB 1,810 121
442,734 442,734 000000000000000001c1a35927795fc12042690659d8d71a6a35ff33ff089487 0.40 MB 896 62
442,733 442,733 00000000000000000172727e6a106be753621acfc568bf05ff5af950ef2a9fad 1.00 MB 2,082 78
442,732 442,732 00000000000000000197cb4c1e446c6a34c363f12d9157ddc55fbcba7c8860a2 0.19 MB 343 62
442,731 442,731 0000000000000000014771dd4b4bef7f7d584e1859073e1c99ff195193d1db68 1.00 MB 2,280 71
442,730 442,730 0000000000000000029f7a6012a3d0e966ea406f8fde1e529a0ce986769f8277 0.22 MB 503 76
442,729 442,729 0000000000000000014ffda09aefaa6f42d9880bedd3930b760c8e0e87bfc6fc 0.45 MB 1,053 69
442,728 442,728 0000000000000000039c6fd1566adc2b03bd5976780fb642fccce9b97dca3792 0.39 MB 899 75
Previous 10 blocks ↓
Total Size: 769.19 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,633.66 GB sent, 93.87 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.