Memory Pool Memory Pool Refreshing

124 transactions
0.05 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,743 00000000000000000002349e0000000000000000000000000000000000000000 0.05 vMB 108 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,742 (43,991 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
863,751 863,751 00000000000000000000f0e9db99a0f34581d2c86e6fc2c7557acf17d709d990 2.12 MB 842 1
863,750 863,750 0000000000000000000266dc3f18a00a4d0885be191cc2a5a0e1ce477e025477 1.88 MB 3,754 2
863,749 863,749 00000000000000000000f29cabfeda4371e2147864a245a8fba805c441f1d5ec 1.68 MB 6,199 2
863,748 863,748 000000000000000000030f4fba08a44465d13b257c17101d899960adffe43550 1.66 MB 7,680 1
863,747 863,747 0000000000000000000050b0817d220c0fb58e9e82f111184750443c4e23972e 1.66 MB 5,867 3
863,746 863,746 00000000000000000002803d1bd9e39a48327267f7c5ffb01f061a204f8b7fd3 1.48 MB 3,741 3
863,745 863,745 00000000000000000002994eb7bedc579e93b5e7deb4cf73550bae4b8b7bcee7 1.61 MB 7,155 1
863,744 863,744 00000000000000000000f2186562915d9955541f41bce43cbdcd8c27fd84812c 1.63 MB 7,460 2
863,743 863,743 000000000000000000004c123d1bed444f6dbb37cf8897d8ff739b5661bf6663 1.79 MB 2,237 4
863,742 863,742 00000000000000000000f4f59c0a1cf5b60415b20890e37255fbfb261fcc7d89 1.68 MB 6,483 2
863,741 863,741 00000000000000000000491ee4a9eac4a175df4f29fef7bed8a7f46e9cc8800f 1.75 MB 6,096 2
863,740 863,740 000000000000000000002ff031fbf426b6e4c86f9feed313544697924544866a 1.66 MB 4,861 2
863,739 863,739 00000000000000000000a4eab6aecca3ee9bd100bc8a82b66249a41699093e71 1.77 MB 3,868 3
863,738 863,738 000000000000000000011f32dedd9e8c5656a1a500ea41d2f7351862847e7701 1.77 MB 3,725 3
863,737 863,737 00000000000000000000e5df2eead27b95444f58143ceb4e738a5e353b930b38 1.57 MB 3,615 2
863,736 863,736 00000000000000000002104effce1cf188e73ce43818490fa4857dcb37cb3d24 1.61 MB 2,897 5
863,735 863,735 000000000000000000013f8f427057bd61eb2a7b2a1150e3bfd1c5ae1c9d6030 1.52 MB 2,128 5
863,734 863,734 0000000000000000000058b041179a645e4cb886c326de1e6db3d9afcd1016ce 1.67 MB 3,450 4
863,733 863,733 00000000000000000000ae18f6f16aa53b3d5eb82435342722903d2306f6384d 1.73 MB 4,396 2
863,732 863,732 000000000000000000012343145df55ed6bf2e8e88d75cc9b909a43d684252d7 1.78 MB 2,788 4
863,731 863,731 000000000000000000030754eccf2f5626fa199d15e97bb32fca725ba8c223c3 1.71 MB 3,740 2
Previous 10 blocks ↓
Total Size: 769.06 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.94 GB sent, 93.19 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.