Memory Pool Memory Pool Refreshing

8,444 transactions
2.78 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
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,842 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,558 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,841 (464,978 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
442,863 442,863 000000000000000000acf02ebe3e391657964db20ac1117e36dcdbd6d9f12fb7 0.14 MB 265 72
442,862 442,862 000000000000000002865529744a165ceaeef4d76cc88599a4401eb255d7c615 0.04 MB 90 61
442,861 442,861 0000000000000000015f35e4bcc76a77ac7f21c8899bd2153cdca133b6aa6d8e 0.22 MB 440 72
442,860 442,860 000000000000000001569b520c55bea5ed7e2ebb8c5a2ad2b002a0c86938b120 0.81 MB 1,800 74
442,859 442,859 0000000000000000019bb61ac4fd7abdc4d962bebfa11d8cabfd4d3b121e78cb 0.19 MB 307 63
442,858 442,858 000000000000000002ea098947ef9b4db5f48aceceda94b36e76274eda3a6f7b 0.34 MB 496 60
442,857 442,857 0000000000000000013568a979b52ee87bbf436f1fb158e0339d04840617e2fa 1.00 MB 1,383 51
442,856 442,856 0000000000000000018acff0f968c1435d3e445b649f93bd04917ca4338663b4 1.00 MB 339 11
442,855 442,855 00000000000000000364954bea4d0000f189be4efa489866b9b31a9e42f0b08c 1.00 MB 875 46
442,854 442,854 000000000000000001bab31c7e844608a15dda3be85a2cd55e936aa696fbd837 0.99 MB 188 8
442,853 442,853 00000000000000000060b36ea6d1399df8c67b072f5d49c140e5beb218e0fa9e 0.59 MB 1,209 70
442,852 442,852 000000000000000000da5b2cbce346fe1c641e3f0109a2d8783298587c62da32 0.48 MB 966 72
442,851 442,851 000000000000000001a1d9ca9777a1a1c6a2019ded34bd396bdad5f96c392a26 0.28 MB 663 75
442,850 442,850 00000000000000000143d2e761a0c63ca98951661fe954df91a960699dd57a2c 1.00 MB 2,126 85
442,849 442,849 00000000000000000343ceda2f264ec14d6ad72cc04c53df32cd506495a4c376 0.02 MB 64 80
442,848 442,848 000000000000000001df073fb5b00ffd6796c86a445badd64e995ccbbc045919 0.51 MB 1,097 86
442,847 442,847 00000000000000000061385002e0f13f362b977850e9884b6ced266249f46f27 0.33 MB 499 92
442,846 442,846 00000000000000000281ab3cd74f505bc83e9a0204fb4d188d26f8739df4596d 1.00 MB 275 9
442,845 442,845 00000000000000000208f5a9ef36e5f794ad0dd2adba6ae65346794a8d66bb95 0.99 MB 974 31
442,844 442,844 000000000000000002ee03cb5f77808057f52d3d1f732018313edc361d904079 0.13 MB 288 85
442,843 442,843 00000000000000000018efe010bc0b716d6c811559353a315957ac870e4846f1 1.00 MB 1,673 54
Previous 10 blocks ↓
Total Size: 769.24 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.09 GB sent, 94.15 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.