Memory Pool Memory Pool Refreshing

8,203 transactions
2.72 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,843 (685,986 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
221,857 221,857 000000000000042ee583eaccb4aac6818eae1b11f617425b424d568e6ec50fa3 0.25 MB 402 186
221,856 221,856 00000000000000aed2d036450ff48766189b12aadba737fef531ce4ff399f303 0.25 MB 594 202
221,855 221,855 000000000000048b33c49907c7d34b240964dfe35b8faa3cfbdae3965f4a5d0f 0.05 MB 78 696
221,854 221,854 00000000000000a98b49c6d0b2c42fcdd40cd18f2a10d6c0b737b4e7a2022355 0.24 MB 585 188
221,853 221,853 000000000000034335df1f6b008f25e5e19707858a032779ec705a861539763e 0.05 MB 129 94
221,852 221,852 000000000000023f4ece6f8912fdcaadf24c8ecaaf93a6eb96f05213ccbae139 0.21 MB 450 175
221,851 221,851 00000000000003d320e1ff41ba43c02e78a3659f96f785a9d81557b9b705fc9f 0.05 MB 104 74
221,850 221,850 00000000000003319624085bce4918e7a3fd0c62216c78a0bec51e6db1c86319 0.25 MB 536 178
221,849 221,849 00000000000001cd9188619c027e37b9b73c13af86c21946d9f3ebe268efde9f 0.26 MB 580 179
221,848 221,848 0000000000000014457d69591cf6206be1b60e5f9c72e615365ae6ea7fffda22 0.11 MB 153 87
221,847 221,847 000000000000014b98857f1815b41b7f43497d8c7a17fa144673daa40c9fb196 0.25 MB 728 220
221,846 221,846 00000000000000996d699aa8e9abbdcbd7560e3d27c753aa4621b8a7e17fe688 0.12 MB 304 198
221,845 221,845 0000000000000032a6ece3a395a34d5ac045e0e7e674134ada15006bb98cd691 0.05 MB 107 189
221,844 221,844 0000000000000261ff5e015e268278b63ec9a099cc3a3d85afcf713baf9fd2d1 0.03 MB 57 218
221,843 221,843 00000000000002fb9225be62af156098466d41e8a801491f84b10e5bcfb2bcd3 0.11 MB 264 169
221,842 221,842 00000000000003e627e537dfe8d12fa736efd919cbeb3df5255a1d5f74885f1a 0.13 MB 372 210
221,841 221,841 000000000000023029b798c7b943e58568c3dd9e68f4cc80836e19e17cf327c5 0.08 MB 159 158
221,840 221,840 0000000000000238fe640fb1a603274c66306dad242cd3a0c56d298282d397c1 0.05 MB 127 64
221,839 221,839 000000000000024ff25a0d3768bb68517177f6439e41df645fa757c4e4b4c692 0.20 MB 372 161
221,838 221,838 00000000000000c000cbe815626f92e40d37dcdfd86f1f4fa7eb057c70a8147b 0.25 MB 700 210
221,837 221,837 000000000000042a55486a16b74cd275414565ad82c377f3724ddb65cb3143ab 0.00 MB 12 323
Previous 10 blocks ↓
Total Size: 769.25 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,635.14 GB sent, 94.17 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.