Memory Pool Memory Pool Refreshing

6,868 transactions (2.47 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,778 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,579 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,777 (818,993 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
89,784 89,784 000000000014b74b306cc06b3da4f6f76db0f541ab41928e38ecebcecca3a868 0.00 MB 2 0
89,783 89,783 00000000000180f9a84a988bfa9e09db1c3367dc50040beff9af23c14311fc7a 0.00 MB 4 0
89,782 89,782 0000000000091d7b9a5213af931f70f8c455a11d040e6a045876c477f67ec448 0.00 MB 7 0
89,781 89,781 000000000013e7d6570a114aef4ae648c5d01e309cebfdcdf0cfd401e9530822 0.00 MB 1 0
89,780 89,780 00000000000a5de23bfe82064a8fe5b3e405565f0a0b2b824dce14f2d52989c0 0.00 MB 4 0
89,779 89,779 0000000000139dc60431336d25ce449cdd27458b77e56d6633da0748503a61a8 0.00 MB 2 0
89,778 89,778 00000000000b46217759e74e12c1968c0e5e04dfc998a741b8af4db977733380 0.00 MB 2 0
89,777 89,777 00000000000016366f85fea07e1711c8c493afcd365a36e64d52e7beccc038bb 0.00 MB 2 0
89,776 89,776 000000000001728d0c47f79d647a3bc4b59ca9ef71b4216dc8cb2545a6039a2c 0.00 MB 1 0
89,775 89,775 000000000014be82e5e786ed6af2fad2ea76cefb0abb1406ea5b178314483fb6 0.00 MB 2 0
89,774 89,774 00000000000a727073a999f81ddfc0719d615cc39c1ac2a84e8bbc03633043d6 0.00 MB 1 0
89,773 89,773 00000000001023362324de7dfde873b0b81ca89f60d7d13f68c9cb634d549cbb 0.00 MB 4 0
89,772 89,772 0000000000040586b95590337ab1bcc51fa0bab8516ba297a6ddcb59b5772f7a 0.00 MB 2 0
89,771 89,771 00000000000fbd429bcb68677ef393623fe8d1deec14ef65dd36c3b5c5560d5a 0.00 MB 1 0
89,770 89,770 00000000000a8d5f0a1911c7b0055d255c13bf5eb493462815c089b4cea6f910 0.00 MB 1 0
89,769 89,769 00000000000edfcb2b5c71e4ce4671d2fb82d7d20aff6c9999bc82da984e1274 0.00 MB 1 0
89,768 89,768 0000000000116a795cf3ce85575c25409555e4cf4ef130d66707d3c56a5b2ba6 0.00 MB 1 0
89,767 89,767 00000000000534b759bba47a20376bcdfaa21379e14cb6bfa0344aef1b08f579 0.00 MB 1 0
89,766 89,766 000000000002fe31b230712ad19bce25a7267ad26581e8a651a18b00843098a8 0.00 MB 2 0
89,765 89,765 0000000000033d3f0c254380b56d08a1666e1704af58b4f241a34197f31b9f55 0.00 MB 1 0
89,764 89,764 00000000000f55e786d7834a8589910114b862fce30cdb46ebe654f27748abea 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.15 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,856.87 GB sent, 102.75 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.