Memory Pool Memory Pool Refreshing

8,772 transactions
2.92 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,775 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (714,693 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
193,004 193,004 0000000000000788555354461041eefc7e87a7f3757f836cffeca7deda51af07 0.01 MB 22 240
193,003 193,003 00000000000007f9de56ade399f729d6e5cd2f7392de3a6db5ef4463ad52a2bb 0.02 MB 88 6
193,002 193,002 00000000000005db25dbe7fa77fc42801c15d52e9a897c4bb14b5be9754a7be4 0.19 MB 497 128
193,001 193,001 00000000000006a1e50bedf15148d15aafa469aa02c0e9ad1d8fa3a479bb770e 0.02 MB 44 91
193,000 193,000 000000000000059f452a5f7340de6682a977387c17010ff6e6c3bd83ca8b1317 0.05 MB 123 116
192,999 192,999 0000000000000130444a7246e17585e31d25de45018fed76279bd1aaee07d86f 0.02 MB 82 20
192,998 192,998 0000000000000298a96d1d43b0c797ea0d45bcadd7e4b8f0eaf3dd1cc29c482d 0.15 MB 367 134
192,997 192,997 0000000000000393c820119848cca62b196f06bae8451c06b8f4437fa691724c 0.18 MB 512 137
192,996 192,996 00000000000006fde06dc9cde7ab56000892379d29a73e8e59516cced40f733d 0.01 MB 33 151
192,995 192,995 00000000000003c6c5ac5665e13906ae1049a42ebdbe2dfa492dbd34d39189ea 0.09 MB 172 90
192,994 192,994 00000000000005042206cba30b5a8a726ff87478297af2e160e3410b9aa7020c 0.08 MB 155 103
192,993 192,993 000000000000003c0df9b9c5e29e00d7fd9da1ddde8bbaca294f5ac06e847dc2 0.00 MB 16 175
192,992 192,992 00000000000003efeb245e07c240091ca3e8cb601055beff21caacc80ec3ba48 0.40 MB 1,100 96
192,991 192,991 000000000000023fead6e0ac9d02f6202bf97a8563a2cea5d4d5e9abfa38098e 0.04 MB 160 628
192,990 192,990 00000000000003c8b655eb564e8588373571869d891ea79a286e26ea6e25d657 0.00 MB 11 354
192,989 192,989 00000000000004418351732d32971bf62009dbb818bef809bdaed7efaf5a8d8e 0.05 MB 142 98
192,988 192,988 00000000000007ef4a017f4d27f42109c53f892ea08cca2ffc28a353d149d9c7 0.06 MB 117 101
192,987 192,987 00000000000006045c8767730c0e764edda1720d126e1e27cf8dbca479ca1bdb 0.01 MB 22 113
192,986 192,986 00000000000005dddec67d385aea3dceff97a0e7f4e757936d97bfd43c1d45a8 0.17 MB 400 123
192,985 192,985 0000000000000163abcac62004e929182e88eff39ef72306acf7406191c5a536 0.03 MB 56 108
192,984 192,984 000000000000014f2f626f9cc4b9674b94b724211d3e7decbbba0adbac2ca1f4 0.06 MB 149 128
Previous 10 blocks ↓
Total Size: 768.98 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.38 GB sent, 92.72 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.