Memory Pool Memory Pool Refreshing

1,830 transactions
0.54 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,795 00000000000000000002349e0000000000000000000000000000000000000000 0.53 vMB 1,827 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (216,101 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
691,693 691,693 00000000000000000006879b16d0100eab29e3fd524919fb7cabd17d1adfc698 0.69 MB 1,078 15
691,692 691,692 00000000000000000000144c1ca8f3c8386dfce2387107a4f8fb25533079547b 0.90 MB 1,529 3
691,691 691,691 0000000000000000000a2a2b4bb8fe33a874455ebf8a91e319cf61fdb916b467 1.84 MB 259 16
691,690 691,690 000000000000000000021141108c56982f28b56d48bcccac891c40c05676c7cf 1.73 MB 530 22
691,689 691,689 000000000000000000025667247eb7a73aa5351c1ac5c5b7010ae2541010051d 0.93 MB 1,478 12
691,688 691,688 000000000000000000059310994c52cdf5e93abf95c75d4816e2134e15a2e9b2 0.58 MB 876 14
691,687 691,687 0000000000000000001428c431aaedc1b3d153733643658386b9dff9d824d457 0.26 MB 368 6
691,686 691,686 000000000000000000055323a129f354387d8c28e0e770e63cb6dbc312f8d889 1.41 MB 2,137 18
691,685 691,685 0000000000000000000185022491273346ec896ba8517d2e8ad5912cc511ed2b 0.24 MB 313 5
691,684 691,684 00000000000000000012378eac79593046b4b4daf22fe080bc503ca5b073305b 1.16 MB 1,192 8
691,683 691,683 000000000000000000138e58775791908dd01d140b179c3beffc8edd0edb0046 1.19 MB 1,107 11
691,682 691,682 00000000000000000001d8a1ef3f5eb824453c113ec8ced1914a43dbcace9389 0.86 MB 1,565 19
691,681 691,681 0000000000000000000423b624a64f4ae86890d73169f8a90c073d41f8ae2f94 0.31 MB 411 13
691,680 691,680 00000000000000000001f8b64ec521bbda7e8ead3457747be3a0dee73fbf6f82 1.04 MB 1,770 14
691,679 691,679 0000000000000000000d960fbc4dedcfedd805b064024bfcea7d2b5923664621 1.33 MB 2,072 5
691,678 691,678 0000000000000000000a92a4731c59dbfb0ce3f5ff0cd7342adc7fdab25788df 1.40 MB 2,643 30
691,677 691,677 00000000000000000002976285cd9468f935e8a5885c597b670557239a0523ba 1.52 MB 1,465 8
691,676 691,676 0000000000000000000ba725b0f01a1ff7d33209157af6a5a0b63cbfcdd9f060 1.25 MB 1,650 2
691,675 691,675 0000000000000000000fb1b68c74e5a619f2c6edd5f12adda87bdc336716fba1 1.45 MB 2,124 4
691,674 691,674 00000000000000000007edc272f7b9913496c54d26a4e62eec2eca1f1ab93545 1.30 MB 1,853 20
691,673 691,673 00000000000000000008d04f69af987619f20f6a2c2a925bda65e853cc7098e9 1.29 MB 2,027 27
Previous 10 blocks ↓
Total Size: 769.16 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,632.68 GB sent, 93.66 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.