Memory Pool Memory Pool Refreshing

1,316 transactions
0.37 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,856 00000000000000000002349e0000000000000000000000000000000000000000 0.36 vMB 1,304 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,855 (149,033 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
758,822 758,822 00000000000000000003cfe835a7496557d084be0ff777c7d432d854e29b285f 0.27 MB 611 9
758,821 758,821 0000000000000000000469b7d25e885a292e71a4aece769ad8477d9b03deaa32 0.39 MB 850 8
758,820 758,820 00000000000000000002ac3973aca1252e0a7f2e527654c5868addd6fdf2131b 1.20 MB 1,605 6
758,819 758,819 000000000000000000043fae8d511e3f85aa7b90a48ce007aee93ad1579f6ee2 0.05 MB 114 12
758,818 758,818 00000000000000000001df1b71eb1eaf633fb71f123a1659e1ab970a3fca8827 0.06 MB 160 11
758,817 758,817 00000000000000000001dd79f4e0767b44154d0555eacf2b177382b92780e918 0.42 MB 611 7
758,816 758,816 0000000000000000000493eeb52ffa038e78ee6cc3094e757bdf76603f847aec 1.02 MB 660 2
758,815 758,815 0000000000000000000560370f1b3df0e3494a83537b29027cd494ec28d424d8 1.53 MB 2,498 4
758,814 758,814 00000000000000000004f8393ffa624bd4afc4514b5fdaf3bbc5b9a7130e380c 1.47 MB 3,292 10
758,813 758,813 00000000000000000001b530149bbda817880e76dcf52d6e1e033312cb0fc421 1.47 MB 2,853 12
758,812 758,812 00000000000000000001a6ad91f14562ed9b74a4b5d9ed723aeb49997733870d 1.15 MB 1,144 11
758,811 758,811 000000000000000000015b3af81ec000855f6ade33fa55a3ba0c372d100024d4 0.46 MB 832 12
758,810 758,810 00000000000000000005368569736959e08856aed467749266c812c0c00d165b 0.43 MB 877 8
758,809 758,809 00000000000000000005fedbb2d42ccba0fee0d122e1172e8640822050d9b794 0.50 MB 486 3
758,808 758,808 00000000000000000005a010eebf4e7270eea268355dfa6e391afaacb95b7b1b 1.48 MB 2,504 9
758,807 758,807 00000000000000000004cc3a451472ffa5884efaa3b43394392f45a41cd4efc7 1.61 MB 2,676 8
758,806 758,806 00000000000000000002811f76643980339fc8e2cf72586bb4e7b95df95c25c6 1.81 MB 1,074 3
758,805 758,805 0000000000000000000139296c821b770eff96cae01f26cc93d58c42a562d261 1.56 MB 2,912 11
758,804 758,804 00000000000000000005388e7e4906c2ec154dff292e60b1ecebf093dcf63dce 1.37 MB 2,490 9
758,803 758,803 000000000000000000027b0a237aa796e2f592803b4a6c0da488b75f5764b7c3 1.02 MB 1,795 9
758,802 758,802 00000000000000000000656cfbfc498abbd9888b5e1b44de5de1559197bcfb80 1.60 MB 1,698 3
Previous 10 blocks ↓
Total Size: 769.27 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.35 GB sent, 94.26 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.