Memory Pool Memory Pool Refreshing

4,073 transactions
1.62 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,872 (49,985 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
857,887 857,887 0000000000000000000220d8d328a4fc14e9a45658055818be8ea51a4a8c055a 1.81 MB 2,829 4
857,886 857,886 00000000000000000000a4bd4f5102edeeb28cf26799f86210390a5979875899 1.77 MB 1,215 3
857,885 857,885 00000000000000000001ed2f802d34b77826b8cb82e8dc11faa08d13ae573c86 1.82 MB 1,783 3
857,884 857,884 0000000000000000000112cf8a942e800cd0f71099c09abc391682666221cb55 1.69 MB 2,100 7
857,883 857,883 0000000000000000000173a8cc34fc0595dadc1c1b2fa43271dd22465cf6ec72 1.70 MB 2,846 7
857,882 857,882 00000000000000000000ccba2f38d3ed1f244bcf9abc7bbc18b8920f1925bc55 1.80 MB 1,539 3
857,881 857,881 00000000000000000001b27b7b97a5b850d46b8bbd73217db4060df441d3f224 1.62 MB 4,079 8
857,880 857,880 00000000000000000000277f99c5c037051def803da55e4d449b2cd9dfb306e1 1.49 MB 3,301 8
857,879 857,879 00000000000000000001294c1d267a18f88eb9e0ca8a9e63ef3d98a5d4e3a86e 1.62 MB 2,478 5
857,878 857,878 00000000000000000002f37a1504f830822c83c19556205ec7f11e5731759e0c 1.56 MB 3,516 7
857,877 857,877 00000000000000000000a6a924ecf98be85cefa2e7873b3410731735f495be5f 1.62 MB 5,228 4
857,876 857,876 000000000000000000029a20935f01d6486102d471f35cc69dc6308c9772c62c 1.55 MB 6,186 5
857,875 857,875 00000000000000000000264313aeda18988d16877091ca798fc54ca57e66c41c 1.49 MB 6,357 4
857,874 857,874 000000000000000000015d58b6cc99cb08d9a4151fabfb772ba9dacebda1de55 1.44 MB 3,323 5
857,873 857,873 0000000000000000000282687637844c7c3ceb760cf4e7e1b5e11d94ae8c2fa9 1.30 MB 1,789 8
857,872 857,872 0000000000000000000045173ccb541c8a16de6b72b2ceb54b6bc7ef5d345e1b 1.58 MB 5,354 2
857,871 857,871 00000000000000000001c11c88be1ef9f6862e55119947099e7fac5375ae25b0 1.66 MB 7,120 3
857,870 857,870 0000000000000000000019a0c4cdf5c7d37d4620c93b42597974066ff9aeef6b 1.58 MB 6,657 3
857,869 857,869 0000000000000000000016cd736d27c0f1a100e2965369c0c3cc1a8ff856ed02 1.55 MB 7,460 3
857,868 857,868 0000000000000000000184016d178ce53e1398c93f4cc7ae88df1458009285da 1.62 MB 6,079 4
857,867 857,867 00000000000000000001e5b4babde05beeeea563f84b7d496894aa72f302599f 1.63 MB 7,553 3
Previous 10 blocks ↓
Total Size: 769.30 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,642.72 GB sent, 94.45 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.