Memory Pool Memory Pool Refreshing

3,571 transactions
1.08 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,696 (678,958 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
228,738 228,738 000000000000009e5819987b947d6927becac6f47ff4ad1c07da3b83b25084c7 0.15 MB 81 44
228,737 228,737 00000000000001b1b1d475d39bd70710cf40e2f5e1009e26ebb75f4642ba017c 0.00 MB 13 34
228,736 228,736 000000000000011469132a111ae1aa092f48b610ab5e4f56abfdd805d2386da7 0.10 MB 213 192
228,735 228,735 00000000000001c13eed82451c946178dd6a77e0656b1b12d27c60971742c90b 0.08 MB 179 172
228,734 228,734 000000000000012dbed81c02d67decc634a8a49509b119b427558631d9686b1e 0.15 MB 292 141
228,733 228,733 000000000000026c746ef69b534341c5d191d362df30d1e7427c24f19cc4ff56 0.25 MB 548 181
228,732 228,732 00000000000001d399fdb249d7c87ed9a1535aa8e78a1a824bafc78e9cfc5e53 0.05 MB 99 160
228,731 228,731 000000000000025acf5b57e37de64a65ceb9752d20c1f3dd98084417bfd0a6f8 0.02 MB 32 163
228,730 228,730 00000000000000f83746ecb0b64305dd2ed5d05808ab256395758baaa45a39e8 0.02 MB 42 174
228,729 228,729 00000000000000c191a651fc61ad84b1c171b067df120a20bda3eeac9d2ea919 0.15 MB 347 124
228,728 228,728 00000000000000bad1e9a644d1fc650eae0f3b4c05e9c4a1c4fb6ef35d8eff10 0.19 MB 433 173
228,727 228,727 0000000000000032c01024d61905a53d0286a4850313495238f2b0a4fcc2216f 0.15 MB 258 78
228,726 228,726 000000000000017326a63773aa9eab256a26497f939f5c13f7d373ed53dc536c 0.18 MB 374 167
228,725 228,725 0000000000000190be6a8551b8a675bf8a3c9e3cb586753f916067f77d4a53f7 0.16 MB 369 165
228,724 228,724 000000000000014eea748425789cb94faaf12faf186b816f80f085d8448f7218 0.16 MB 349 129
228,723 228,723 00000000000001952fbb6888dc3fa36e2e667c1d3908f1414a308c6f36fcda49 0.15 MB 265 118
228,722 228,722 0000000000000071b52138754c5440cbb8c117429402601d7d6530bae1825be9 0.01 MB 22 112
228,721 228,721 0000000000000060f67125a838adbd2beea4de9490e7045c0bb28b6078583226 0.10 MB 184 116
228,720 228,720 00000000000001727faab7fd4b831ff629755ce79356ff56615240ef45ad1dad 0.17 MB 388 173
228,719 228,719 000000000000017ca195a7213a4c0754202b3f6f20dbbe33b3e76a1815192495 0.05 MB 16 54
228,718 228,718 000000000000003aa540f2bdbad28c5f84ce5208283eb488a215ed5df7e570c1 0.25 MB 529 175
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,615.72 GB sent, 92.69 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.