Memory Pool Memory Pool Refreshing

3,630 transactions
1.07 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,838 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,313 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (12,775 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
895,062 895,062 00000000000000000000b84002b247a180e282fb1299bff7abc71a443dcfc101 1.71 MB 3,807 2
895,061 895,061 00000000000000000001d887bb4c468ea11298e34eca4bf98157fea2d8a9f816 1.83 MB 3,715 1
895,060 895,060 000000000000000000011633dff7b72023215384ed375f7b4280305f85860a82 0.56 MB 962 1
895,059 895,059 000000000000000000023155ee4d96cb85164c257564617d44409ee3e142136a 1.90 MB 2,630 1
895,058 895,058 000000000000000000001f34d56cf7054f6a946d34f643039274a08ad25f1a84 1.63 MB 3,581 2
895,057 895,057 00000000000000000000840be52f45f77e2222cd2d07a1efcbe9481726afc9bb 1.71 MB 4,041 4
895,056 895,056 00000000000000000001d0572bef8d4de391bc8bdfa66a5b8c9c9f1d084e9e91 1.69 MB 3,731 2
895,055 895,055 00000000000000000001f0441d02fc23c7bc361a30b581eed8835c0b0fbad527 1.74 MB 3,569 1
895,054 895,054 000000000000000000003f00b8d3d33a0d1a4cef578751d15640ea17f31e3371 1.66 MB 2,086 1
895,053 895,053 0000000000000000000014736ada8b9988e123a7c08966f666bae50345d2a37a 1.65 MB 3,901 2
895,052 895,052 00000000000000000000e551cc1fb09ba47317a4f13849a52b7d8a6f9471f6de 1.76 MB 3,749 1
895,051 895,051 00000000000000000000fffa113eb4fa21f194fc2ac3293baa9df890750c77cd 1.65 MB 3,583 4
895,050 895,050 00000000000000000000f2290e86a237d55d4fa70f3c8c44765d99e0f095d384 1.87 MB 2,946 1
895,049 895,049 00000000000000000001f4353059150b4958d2312fcf9f782dc846d721188876 1.65 MB 3,895 3
895,048 895,048 0000000000000000000026a16b77fb62dc4e79397b03055764718e182e672d3f 1.61 MB 3,702 9
895,047 895,047 000000000000000000002d970ce8d2471b7f8b1386bc018b4aa00794c3585745 1.59 MB 3,866 1
895,046 895,046 00000000000000000001eb9f4475a1894ca131a763409408e4ab3d5b09c3c44d 1.85 MB 2,973 1
895,045 895,045 00000000000000000000f3c7a7858c7f826407038bc43ea63f4ba229baecb9e0 1.67 MB 3,558 2
895,044 895,044 00000000000000000001b90c9438ee1984cfbdf6908364a0a8d5caac3ad34e6c 1.74 MB 3,550 3
895,043 895,043 000000000000000000017b236bb0bb3c7be78ba426c96f03715dfa054e076fe8 1.80 MB 3,468 3
895,042 895,042 000000000000000000020de005a0ddb5fe0a53452d95d69736478c8c928fdf16 1.62 MB 2,639 1
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,634.95 GB sent, 94.10 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.