Memory Pool Memory Pool Refreshing

4,680 transactions
2.22 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,802 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (159,727 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
748,009 748,009 000000000000000000046446944a5d2a2b2fe8484f19a5e95ad1345c4ccc2b62 0.24 MB 559 13
748,008 748,008 00000000000000000008d8d18f088e8334a7d5f34085e8f368f12f48ab4cdf3c 1.62 MB 2,600 13
748,007 748,007 00000000000000000003722ff155083ec6a4bcb840f4e422699fd4346d8027cb 0.48 MB 978 14
748,006 748,006 000000000000000000083cd33c664188977e3f528b2bbea244af4399183a6943 0.51 MB 1,034 15
748,005 748,005 00000000000000000004a1660ac20b99d381021adc59c1949e566fa3e6201432 0.41 MB 665 8
748,004 748,004 00000000000000000006225c26d20382c7fba6f1e3feb25363c9f7a28968fcd2 1.65 MB 1,048 5
748,003 748,003 0000000000000000000073c49ff21c4d41c4b6104a6fb9edd40b110f1f1eb954 1.79 MB 677 2
748,002 748,002 00000000000000000000c7b9ce815870db69b814d78a5151d210104209734b41 1.63 MB 1,531 6
748,001 748,001 00000000000000000001ef8b73ca9742c762d2babb1fd37b97f63734bd6cc16c 1.58 MB 2,909 15
748,000 748,000 00000000000000000003e962df90bd8ac7af10ac872796b9184caa14efb41eec 1.67 MB 1,174 5
747,999 747,999 0000000000000000000229f7ce417ad01944f2b3f294583e5b2551a6ab066f8e 1.68 MB 2,303 12
747,998 747,998 00000000000000000001fabe96064169e6108504a4416f29211646a6fd1ddbb2 1.82 MB 1,441 3
747,997 747,997 00000000000000000008307b23e890b8677facbf836332fabf741c705422f6c3 1.41 MB 2,269 19
747,996 747,996 00000000000000000004acf498fe650992765e2fd2d43106155f7998ce74e132 1.76 MB 1,697 8
747,995 747,995 00000000000000000007cc964a763cfeaa411c5705bb04cf943f3b3eb498d64b 1.61 MB 2,123 12
747,994 747,994 000000000000000000083568a017f5396b759ffc5272aa52a52a7d81af9637ed 1.68 MB 2,553 8
747,993 747,993 00000000000000000003ff487a047c47012cfb801e7d54ca43ad00e53b412d8d 1.32 MB 1,208 11
747,992 747,992 0000000000000000000243e006c9fca14cb19a88c8183bf615ff04aa0763a60a 1.33 MB 2,392 16
747,991 747,991 00000000000000000002fde064a466a0699870b311a922c1e7ce342f06b01289 1.39 MB 3,346 22
747,990 747,990 0000000000000000000759eaddff34ce8c033dac5f58684e37df8ca2cd28ee0d 1.50 MB 3,637 22
747,989 747,989 000000000000000000024254a54bdd251070366615244dc2ffcccfb919674e60 1.24 MB 2,188 31
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.52 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.