Memory Pool Memory Pool Refreshing

2,250 transactions
1.23 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,938 (709,153 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
198,785 198,785 00000000000004522cf2395cfdb85d268a393b781cba2217ce25a29e2f3921c9 0.14 MB 319 121
198,784 198,784 00000000000001ebf00a5b8a8c7a37e8316df942e15590f4c5c51d6110e651a8 0.25 MB 581 185
198,783 198,783 000000000000053d18da72af127318b96b90072ea35d6c59782ea8244686374e 0.13 MB 331 129
198,782 198,782 000000000000061d6a4e5b3721bf21e175b6b3c13da3ae72e7045ffd7050ba11 0.03 MB 10 14
198,781 198,781 00000000000004bdaa3fb7fae8607d04b5e63697df56af3a8ccd3edd50939279 0.09 MB 207 135
198,780 198,780 00000000000005fa492cb953b1e26ca0bf5446e7376e2626324c8daeec2eb5c6 0.12 MB 204 121
198,779 198,779 00000000000000af7b84a87df55c766c1d80ebbbe3523d7aa41f67b8d52a8b9b 0.04 MB 120 107
198,778 198,778 00000000000003d2416916e31f3dbe705c61b569975d33a9be2851ce2136b445 0.25 MB 689 138
198,777 198,777 000000000000023df84f69929a8caa0b6cd7e99e3572782e56788bf15bb2eba9 0.05 MB 124 138
198,776 198,776 00000000000004ab6b830c5989917f8bf74d7aff53312fa1619c8efba41b982f 0.06 MB 194 10
198,775 198,775 000000000000008203b3c108d8865e06d5d125f4caafebb6eb670ddeb9af8af7 0.25 MB 585 173
198,774 198,774 000000000000059238c5ec9d7eef243861b765d0b19591ba4fc974898aadcf80 0.04 MB 83 129
198,773 198,773 00000000000004b80c7ccd513298bda27f5cb910de4d44928b56e50a7e17f42a 0.00 MB 1 0
198,772 198,772 00000000000002cb5ac76b18bdd64502806593c3fdd946aef62f196ba1ec7fc7 0.14 MB 366 149
198,771 198,771 000000000000047bdb0719cd36b551b2a7c3f42b777c1d5c5976524739f7dfbf 0.21 MB 449 119
198,770 198,770 00000000000002763d2cc87116049b55e628bdb52714d21184e8c4996986183d 0.06 MB 144 163
198,769 198,769 0000000000000016445aea00e914049b1d5c7553dac4bd349d8025e6ee2aab78 0.04 MB 104 167
198,768 198,768 00000000000002616bf7fe76e145221fe7720cff5996cffb6fd3aea5f2cd5c5f 0.08 MB 171 133
198,767 198,767 0000000000000332606448871cdba1bea21007d9b9e5fc3eea92b882d55b9f75 0.05 MB 145 120
198,766 198,766 00000000000001ca468491ddfd7d6a43ce520c93220d1ed070c194b8587c8ddc 0.00 MB 12 17
198,765 198,765 00000000000000f89765b20da5ca039d8be17e6a1b28931e1bc180bd09fc4d8c 0.03 MB 68 103
Previous 10 blocks ↓
Total Size: 769.43 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,645.44 GB sent, 95.09 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.