Memory Pool Memory Pool Refreshing

7,485 transactions
3.18 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,688 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,934 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,687 (678,934 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
228,753 228,753 0000000000000048be90184edac39205170ac6d7c0eaa0abf1f5e2881971f035 0.25 MB 240 103
228,752 228,752 000000000000025d4a4a842cd026a6bd75f1532ba38eb54a419f5c39fd7ce33b 0.16 MB 313 159
228,751 228,751 0000000000000165f69c0c7faee8e7b306539f304a764dc2419be4041bdc1d8e 0.17 MB 392 173
228,750 228,750 00000000000001bcacd19e5af3dff9c83005d69074776c18045f8efb3222f131 0.23 MB 479 161
228,749 228,749 00000000000001502f7835f7923843b1529813b8c186c5a959a435556170c27e 0.10 MB 268 193
228,748 228,748 000000000000011b7532c6284ab228d439ae77bb0c56a989310a6aac98952407 0.24 MB 598 183
228,747 228,747 00000000000000a28f96852d056e5eebe061efa003c1aba3c237e37ba178b10c 0.10 MB 149 107
228,746 228,746 000000000000012d120fa878eff2a241c975406df054255ce4a61f3fd9d71c0d 0.25 MB 513 140
228,745 228,745 000000000000023ca7715c665ee6fd70e14f8ae95c718f4f39d2333182fe3d5b 0.25 MB 630 391
228,744 228,744 00000000000001a56909c28285ea6531cfc402e680063c4112a9e763398b9823 0.15 MB 300 166
228,743 228,743 00000000000000335d704087c963e430bf84adf6d39f3fb1207e9cddd04713fd 0.15 MB 363 500
228,742 228,742 0000000000000218662c53bffbab12a76728be4f97a607713335a32836813401 0.07 MB 101 103
228,741 228,741 000000000000011d371a3118a7afef2c2aa70a36be439cea56ecff0b5ef7e37f 0.16 MB 287 123
228,740 228,740 00000000000001d6cc076b3499d4678ae08c2b31fe0e0edf1078cb106454dc05 0.18 MB 512 219
228,739 228,739 000000000000020a47376f05bf31e07c42b009a4d0b8142c66e777b3db718ae9 0.21 MB 450 160
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
Previous 10 blocks ↓
Total Size: 768.96 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,615.09 GB sent, 92.62 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.