Memory Pool Memory Pool Refreshing

14,255 transactions
4.28 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,674 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,788 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,673 (33,942 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
873,731 873,731 000000000000000000021e03c3c6e4409f788dd612e0b3573a64e45415f24868 1.83 MB 3,033 6
873,730 873,730 00000000000000000000b29493d0a58446c9328c0a49e3f3edc1175da8ae1470 1.72 MB 2,901 7
873,729 873,729 00000000000000000001e80b59f84bf80184ac28f2b4edc37d7d05af3f45750f 1.81 MB 1,983 5
873,728 873,728 000000000000000000023a84c9366e64e50a40a861fc45d6a8824ef829405183 1.79 MB 2,829 4
873,727 873,727 0000000000000000000125e82e680378c764f9554734018805d7328bb6ee46d5 1.86 MB 3,090 6
873,726 873,726 000000000000000000026e12f2bd235e9c1ed5f84aa9049a5a216bc09befa4a9 1.91 MB 3,052 5
873,725 873,725 000000000000000000005e3717fdcd81efe0477fd5492d573881e5ce067f7528 2.13 MB 158 5
873,724 873,724 0000000000000000000090a98ca75c1a11cbfd010dcfcf764457e2f0fb466b1c 1.71 MB 2,517 8
873,723 873,723 00000000000000000000d78b9ae1736b57aa06e9f8a91ec12b57dcda9417b8dd 2.04 MB 992 5
873,722 873,722 00000000000000000000866b89be9c2f67c5cad8cb1a79a8a3d0600fe02ee314 1.56 MB 2,699 10
873,721 873,721 0000000000000000000194db601c1ad9723b9d4a7db46630bf9712c093d1e774 2.04 MB 309 5
873,720 873,720 0000000000000000000235da5dceecc0c764694d74beb15896ea7860e4764f11 2.14 MB 144 5
873,719 873,719 000000000000000000007ade872dad40eb07c99aa3302de33710e413568ff994 2.07 MB 604 5
873,718 873,718 00000000000000000001affc59c538e501c04463e38bdc68023922ddf3cc59f4 1.82 MB 2,355 7
873,717 873,717 00000000000000000001117c96aae5033089242f7ca64b03dce67107837fa1a6 1.29 MB 1,074 7
873,716 873,716 00000000000000000000e012382bdcf69070ffe625561aa2cc1edde300e63fcd 1.26 MB 1,606 9
873,715 873,715 00000000000000000001c83118bf6e19fd74cc20b4e025626088499c7858f218 1.51 MB 2,513 10
873,714 873,714 00000000000000000002440d766a0258396c349297a40687408d654407509857 1.37 MB 3,033 10
873,713 873,713 00000000000000000000fc4e998586db251e10f9e700b3d758b5e1d0eaaefcdf 1.53 MB 4,908 13
873,712 873,712 00000000000000000001ee998d678b48bd7f2d6f525abc97ef16b6537660496a 1.43 MB 5,773 14
873,711 873,711 0000000000000000000150499ca49fbbc611d2d8f927e7669e9ac02765574015 1.47 MB 4,711 14
Previous 10 blocks ↓
Total Size: 768.93 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 113 incoming
  • Data Transfer: 1,613.05 GB sent, 92.49 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.