Memory Pool Memory Pool Refreshing

37,023 transactions
32.83 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,689 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,499 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,688 (245,724 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
616,964 616,964 0000000000000000000a791219b7fe9b2f71fb62f6d38bde9f24fa5df475d875 1.25 MB 3,261 29
616,963 616,963 0000000000000000000eab143b0d668b9407accc32429f5336bf42e5a1d303c8 1.31 MB 1,996 18
616,962 616,962 000000000000000000013b06c615e99df6b675f8b824d9abc7b175a04f8ef093 1.30 MB 2,949 30
616,961 616,961 0000000000000000000d17bb22db37e8bae7845bab917b41c6c8101799428126 1.21 MB 2,917 26
616,960 616,960 0000000000000000000ff151591b4ab46b857d944297dcc51166b19a20fde694 1.26 MB 3,177 29
616,959 616,959 0000000000000000000ddf49d8ae918c80f31611afed035a9761f7d6b678240e 1.25 MB 2,780 29
616,958 616,958 00000000000000000008d5ae5645b9810dd5fa2d188ef29f43737ee5465e8b2b 1.16 MB 1,840 25
616,957 616,957 0000000000000000000d28e515968c05b68b4d7f4b2daf1e0e7cf2d366caca81 1.26 MB 2,940 30
616,956 616,956 00000000000000000011ea4a0b9551883a81aeee376493d309d3bed47e933d09 1.43 MB 3,664 26
616,955 616,955 0000000000000000000085a4ca8b66a01c0e1f31c9295a4c15bc7018aa832372 1.33 MB 2,752 31
616,954 616,954 00000000000000000006087aba38fd4a6e194992ffb53d468444ef19fb590b35 1.21 MB 3,094 47
616,953 616,953 00000000000000000001f3590d5af0bde2575ace572a34277cbe974bfd4a967e 1.23 MB 2,593 26
616,952 616,952 000000000000000000012054c7813532e67b16955b0bde88f162b325d1b4aa94 1.21 MB 2,803 23
616,951 616,951 0000000000000000000e102e584082bda0fdc60f6cf2ce08d1640a23d0aa32bd 1.51 MB 2,443 30
616,950 616,950 0000000000000000000bb124b21b25ec68e3bf2b392b7e2d6504573f9b1b5e93 1.75 MB 1,718 31
616,949 616,949 0000000000000000000e00ecc2d1fe379a0ad8d0f6517d76df1c3b92d522f84a 1.39 MB 3,377 32
616,948 616,948 0000000000000000000194cb1dbcbfc53506b3f2a335da7b4dbc50039cc7d10f 1.28 MB 2,529 40
616,947 616,947 0000000000000000000bc2413aa6e4023e5f252b8539357ee836e1c568cd3d2d 1.25 MB 2,933 40
616,946 616,946 00000000000000000000dc7e37be3d0423f82734cfa614cac7658e7d567ae9de 1.28 MB 2,895 26
616,945 616,945 0000000000000000000eb38fc74aadd76aaf719ccf48063454b7a082ef5322ca 1.12 MB 2,746 18
616,944 616,944 000000000000000000091f6605dcf4d4f3d2fcadae4c8ad06720a281665d31fa 1.07 MB 1,928 20
Previous 10 blocks ↓
Total Size: 685.49 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,383.61 GB sent, 108.78 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.