Memory Pool Memory Pool Refreshing

5,733 transactions
1.74 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,693 (659,775 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
247,918 247,918 000000000000001b6876117a9c06a5afb0f6711cc938c3b97a155adfa7d740f6 0.08 MB 101 142
247,917 247,917 000000000000006a5cfe863caa28cbc51299d577bdef50e3118bb23eb8b5e75a 0.20 MB 473 125
247,916 247,916 00000000000000641a6c62272397ce35f938e5ed569f96323f14c82ce71b2236 0.10 MB 183 152
247,915 247,915 0000000000000025fcb9f3126bc2fc0809f3c95119db59464e4562c887f6a832 0.06 MB 128 76
247,914 247,914 00000000000000564a492f2ff9f91b80162d8392bac9e4371a8e54e99b411b99 0.05 MB 84 19
247,913 247,913 0000000000000079a551f91bef117914e24ea5b6cb235f5624a5364367738fcf 0.25 MB 602 160
247,912 247,912 00000000000000818ca3e827d504fc2490279695a066744d28462a015bc8a93f 0.25 MB 446 143
247,911 247,911 0000000000000031fc8b9a0a7cfd2e75194271de8c671ec33b22c6f01efc3ab9 0.11 MB 215 79
247,910 247,910 000000000000007f09fe73fa003c2ff2f294f66e85016aa16e3bbb490518fdcd 0.00 MB 16 120
247,909 247,909 0000000000000049575b0ae26537dc470f77674b16a6f8cefbbf598686d9e482 0.13 MB 280 145
247,908 247,908 000000000000008c5519705631d877fe1052c6f04aaf011fa6054b73528f693e 0.21 MB 602 161
247,907 247,907 0000000000000060cb787f45308be297de335c76d5bd75485916391e95829cfa 0.01 MB 30 179
247,906 247,906 0000000000000062ae8211f6282d68fcd8240948bed9d7309d9492d08661b219 0.03 MB 76 64
247,905 247,905 000000000000008986307b3c1dfcc5c7b912684d2257d4710e7680df912a9d9c 0.13 MB 278 122
247,904 247,904 00000000000000701a6c73c6de8b30f7264a333f499e6b878a188187ba44422e 0.22 MB 434 129
247,903 247,903 0000000000000079339481c4de155d8df07b0d769a026e8b8596eeb85a478ad1 0.23 MB 498 87
247,902 247,902 0000000000000039cd5c1f606079d05c414471a66d5c636f1aa2544e47318a3d 0.12 MB 311 128
247,901 247,901 00000000000000040b45b983bd2275500a8ccc6ab0cab01359b9ab63b0846d5c 0.25 MB 507 213
247,900 247,900 0000000000000006e675df13c15efd4f4ebf03838e07b85a6a423293fb8e5d0f 0.12 MB 257 174
247,899 247,899 000000000000004c1e98b6ff1b6766b42a72a50a6e286a8f7a113f57a18c22b1 0.07 MB 157 155
247,898 247,898 000000000000004dc81d7079175509ab6b240097a80b43c2c4dc3c3675f7df39 0.03 MB 75 200
Previous 10 blocks ↓
Total Size: 768.97 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,615.63 GB sent, 92.66 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.