Memory Pool Memory Pool Refreshing

9,625 transactions
3.03 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,111 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,478 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,110 (2,265 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,845 905,845 0000000000000000000169c443af48282dad8705b9a2bd29ae8a3f3221037af1 1.66 MB 3,548 4
905,844 905,844 000000000000000000009729770a6209bc1ef11c46ff3d8ddfa7aad25bb34388 1.74 MB 4,266 2
905,843 905,843 0000000000000000000137077a49385bd9b99608cc96054ea81707be1a6ab425 1.70 MB 4,320 1
905,842 905,842 000000000000000000011bfe87d4df769d5db7d4bad5223f2b5d3b43ae07b3b5 1.64 MB 3,887 2
905,841 905,841 0000000000000000000138dbd64dd8eacd6805920000c4232fc8e6ddb0d73f4f 1.70 MB 4,707 2
905,840 905,840 0000000000000000000228acf9556cfd33073dff7bf298f71269e74eeeffc95d 1.70 MB 3,088 1
905,839 905,839 00000000000000000000632444da9cfc20b7696190777e373514c92c675e9c41 1.62 MB 3,674 5
905,838 905,838 00000000000000000001868e426f56f3af0b998c408d10f2296683a544181b7c 1.90 MB 2,121 1
905,837 905,837 00000000000000000002356ff221c94936b42303d617695b151e0ef763d5b4e8 1.91 MB 2,479 1
905,836 905,836 000000000000000000017f3e8304fbd57425846deb0a6d7d150634ea44e0aa48 1.56 MB 2,226 2
905,835 905,835 000000000000000000019663d8a2d0b4e06df3b90908d8c9631654a419eda275 1.59 MB 3,334 3
905,834 905,834 0000000000000000000165479d9de4de6bcca8c36d2af569b49a6b544f4023a1 1.58 MB 4,025 4
905,833 905,833 000000000000000000021b8afabf4907a3d45d3799eb939e835c2f52fe424194 1.75 MB 4,013 3
905,832 905,832 00000000000000000001aaf1f7f9fda8fe264aae5a1dafb43ac9e1cd23e2eacf 1.65 MB 4,424 3
905,831 905,831 00000000000000000000269eed8efe8f4df11757c74d5c173bda9e14412b88fb 1.55 MB 3,678 8
905,830 905,830 00000000000000000001f1de94b601896e2ba4bf19b625c65bd41139a6fd354b 1.70 MB 3,573 1
905,829 905,829 000000000000000000010b6b942330ac74c4b8d5412fa1d721e8ad77edc5f8f8 1.64 MB 3,826 4
905,828 905,828 00000000000000000001d249821d77e4ee3028d35dd221a1567bb9ac566e3451 1.63 MB 2,448 3
905,827 905,827 00000000000000000000f3d66d843d3896970f5ea70672e80874e0c7cbfd1cfa 1.70 MB 3,649 5
905,826 905,826 00000000000000000000e7230029392a74b18707773af867e3b0716c2d700c84 1.71 MB 3,648 2
905,825 905,825 0000000000000000000071a09099cba71acbec79814afba1b1b5f2e8406cd23c 1.73 MB 3,839 2
Previous 10 blocks ↓
Total Size: 769.75 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,679.62 GB sent, 96.67 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.