Memory Pool Memory Pool Refreshing

4,020 transactions
1.46 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,823 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (557,947 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
349,903 349,903 000000000000000002a31a8ceeda56666b974decb2bf678534be2fc363ee90f2 0.70 MB 1,364 29
349,902 349,902 00000000000000001130b812dc408d2ad1e9ee91375671c497532cf41d581dda 0.08 MB 136 20
349,901 349,901 00000000000000000be576efee6dec3a1b1720c8f31cdc941c2b46ff36221589 0.59 MB 1,352 24
349,900 349,900 00000000000000001694fa3f91fb49a5940396088a957063dc028b943f9acb6b 0.62 MB 985 24
349,899 349,899 0000000000000000014928f681fd07216c40296edc251b963673d1f4063bbb29 0.33 MB 631 26
349,898 349,898 000000000000000000fd1de387e6905c88d9295e44bf91a12e0caa2c498b67ff 0.34 MB 551 18
349,897 349,897 0000000000000000112c2f6fe441cb0987c784cd271c3193cf1dddbb562c77c1 0.10 MB 201 21
349,896 349,896 00000000000000000d3f74a9542fedd62fd628171614296ac43a722dd27b0efa 0.07 MB 128 21
349,895 349,895 0000000000000000090354960c343077357b4585a4d0ab6b2f171fc3f7b58137 0.75 MB 1,326 28
349,894 349,894 00000000000000000f9b988ad389d01abfe70361f15427dc9f95020ae2a3afc1 0.05 MB 62 16
349,893 349,893 000000000000000010c175cd82f6d28a6eaed9c1a525066030eba795e9b2aefa 0.33 MB 642 27
349,892 349,892 00000000000000000c8375da92c87237d0b1fd8a35926924932a348c9a9f97ee 0.24 MB 441 22
349,891 349,891 0000000000000000105ed5836810e9eaac8d18d4167a1b82613bd4941168a8cb 0.43 MB 646 14
349,890 349,890 000000000000000004afd1f75ace8c1132195e983601ff1d773fe665a4ad25ca 0.17 MB 256 12
349,889 349,889 00000000000000001515fc52b6f3f441997f334f461a61fad260f4ee6a6fc4ed 0.89 MB 1,617 29
349,888 349,888 0000000000000000078ab9607f021e94a15654c2a835206e55d2a6f84ed9bbca 0.75 MB 1,415 28
349,887 349,887 00000000000000000a86ff08126b67670b5eae4c79437187df6dce32d9a92bb5 0.17 MB 255 27
349,886 349,886 00000000000000000030827c9f89d127fbd5caf2c6567a704ac26b182f093c32 0.47 MB 728 20
349,885 349,885 0000000000000000127f589bfac9d4c518e492ef6774e40fc3574529f0b47000 0.27 MB 512 29
349,884 349,884 000000000000000004143b95572ecc512774c81388ed695397ce7988257019e3 0.34 MB 479 24
349,883 349,883 00000000000000001011b5f936b27cb9ecf450b6cd75cd1544c9295b056852d4 0.33 MB 556 24
Previous 10 blocks ↓
Total Size: 769.26 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,635.26 GB sent, 94.22 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.