Memory Pool Memory Pool Refreshing

8,198 transactions
2.88 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,292 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,935 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,291 (816,540 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,751 91,751 00000000000e31d23dbc6a86e6667933cc22a763483c8395bfe80daee8eddc81 0.00 MB 2 0
91,750 91,750 0000000000045f73608607a4b71ebb1f0a968adae650536be0763341972163a6 0.00 MB 1 0
91,749 91,749 00000000000220ddab7d8b53b56003adc2f0ab6348652a574790d0fe72a3fbd8 0.00 MB 1 0
91,748 91,748 0000000000066ef7e72df6983c306226ff401098ab3ab22f11153a0ec07ff2a2 0.00 MB 2 0
91,747 91,747 00000000000297ad3534d0cd92b75cfdaaac1660430964471d0a49224ae93323 0.00 MB 1 0
91,746 91,746 00000000000ae80cde7faf3a49ec715869716038de9ac0ba8379ae0cdbd379b2 0.00 MB 1 0
91,745 91,745 000000000008abbaa305a2228993643700b2a5937267c9bf07f309d1f5bc426c 0.00 MB 2 0
91,744 91,744 00000000000ddaa20b4e0314a0477015b48fb026f336638e7bd6e6fe21687550 0.00 MB 1 0
91,743 91,743 00000000000338912e40d504a441e8464a6a43aacbf922ac9c35d649a8a9fdca 0.00 MB 1 0
91,742 91,742 000000000004b2afcb39902f8a176c42a3580abc1241a2863b3993832c432237 0.00 MB 1 0
91,741 91,741 0000000000042e8a1d533e423ad9e877c62987336c3662e32fd84bd0eb05aa26 0.00 MB 1 0
91,740 91,740 0000000000006efcc35e35fef21008b9c9a0d83af67eeafde0d5879c9e280953 0.00 MB 2 0
91,739 91,739 00000000000df063c3aa7bdce2106fea9ae8fff768b72b4b74f75ed16b37298d 0.00 MB 1 0
91,738 91,738 0000000000054afea088b0fdfc80b3ffc7cb29feee64ef269e97d3517021e928 0.00 MB 5 0
91,737 91,737 000000000004ef7a4f01ca5756fac5bc82910d5bf6cebf1d4dbcf9f2c42a38e5 0.00 MB 3 0
91,736 91,736 000000000007a1ef862b9f2db7e5cbf3beae498958a64b26063761c001671509 0.00 MB 1 0
91,735 91,735 00000000000971166bf306e362f31c91ab34e30f18283437fdc89cabb9c78ed2 0.00 MB 1 0
91,734 91,734 0000000000011dd8d38378c5e6e96bf0b2f190188ddd8b0c6fa01245319a742d 0.00 MB 2 0
91,733 91,733 000000000005387f293698c9d3b6c00b317397b8bb96d9caf3b0484d1c8fb392 0.00 MB 4 0
91,732 91,732 00000000000b75226584766d6200910e0e7156c13596a9307e3098b984958685 0.00 MB 3 0
91,731 91,731 000000000004a79646304846ffa72cb32c42bdbd6a6d3574ccf167cace596dc0 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.16 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,692.39 GB sent, 98.33 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.