Memory Pool Memory Pool Refreshing

3,848 transactions
1.86 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (146,797 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
760,939 760,939 00000000000000000000e70554c3494c5a6ff527ac7e86c4c7a8eec558cdc8a3 2.19 MB 461 2
760,938 760,938 00000000000000000004aca3eea9e9d8a6687f8293ea568c4cd5bc166d43fe5f 1.62 MB 2,711 5
760,937 760,937 00000000000000000003a23b16f6cc5a165b8111f8f84a6f70be709deaadd132 1.55 MB 2,370 9
760,936 760,936 000000000000000000041113a446b1cbf8772bc1c555281e015e92775d0c5bf2 1.58 MB 2,786 15
760,935 760,935 00000000000000000005b28e73231393909bdd2d5c3f2af228aa62da555d734d 1.48 MB 3,449 29
760,934 760,934 000000000000000000001fa700ae74294f193a08f4660fc88cf0c0afa927690a 0.49 MB 321 5
760,933 760,933 0000000000000000000177933bc2d54fbd568d4b17d5e086c2f79008d68383c0 1.00 MB 691 6
760,932 760,932 00000000000000000003142c95b1ff4254b26484385e1562e5cbf5f756b42407 1.85 MB 1,225 6
760,931 760,931 0000000000000000000342f0d3d0aa4bffa12dda6f4b207295f5b849edfa0a8d 0.44 MB 82 2
760,930 760,930 00000000000000000007621ff12c35309e00f88f36481e0c6b9433d3b8b30065 1.71 MB 1,554 9
760,929 760,929 0000000000000000000342f8e529296e530d179ac16f5b983e6ee76a40c0e132 0.08 MB 147 7
760,928 760,928 000000000000000000025843b7d39ec90f6955e9531e7f56f26cd0a436e4fa29 1.35 MB 1,291 14
760,927 760,927 00000000000000000000f23beefe7a0e4d991d4dee8ab1ad8d66538c70d1d854 0.71 MB 1,346 11
760,926 760,926 000000000000000000036b30c6cc808c37a7bd2c9956fd51eb2923d7d83c36d8 0.10 MB 139 8
760,925 760,925 00000000000000000001d895845a7b2744cbf6012651b29770b8e25d6434c036 0.34 MB 527 10
760,924 760,924 000000000000000000047669eefd048d8f3bad58593d8c1eb3c3c29ab9fe4763 1.27 MB 1,479 7
760,923 760,923 00000000000000000002fb85a844a4fb5a3c1989e6c3c58a05b69cc3c5c0d4a1 1.74 MB 956 4
760,922 760,922 00000000000000000006d31b31f45f1c5aa26b76a94b07ed090b655730be62c9 1.46 MB 2,889 14
760,921 760,921 00000000000000000001add2bdcda9d132525f5ecb0fbf08e2323a1f366fbabf 1.81 MB 895 2
760,920 760,920 00000000000000000003e58cd0039847b569d512f142a45eed5506116b6ea5d9 1.46 MB 2,054 5
760,919 760,919 0000000000000000000118fdbfc591a57d7e27ac572218bf95341af5952c2e2d 1.59 MB 2,714 14
Previous 10 blocks ↓
Total Size: 769.05 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,627.47 GB sent, 93.13 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.