Memory Pool Memory Pool Refreshing

1,300 transactions (0.67 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,803 00000000000000000002349e0000000000000000000000000000000000000000 0.65 vMB 1,274 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,802 (861,871 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
46,931 46,931 00000000231f16652d5a07debfebff5ccfc5d7710289204d2a3133aee2a7bad0 0.00 MB 1 0
46,930 46,930 0000000008d8492606a1eff49e2e938d0ebfdb0633f9a9d68e651d5068a53305 0.00 MB 1 0
46,929 46,929 0000000029473499093a2f0cfd76ac2b7c525bc0de9f0688882d4b25bc08315f 0.00 MB 1 0
46,928 46,928 000000001c4b1ba5593dd83f89c5fcb9f4b6a18ad6b2b7b08f9b10275ab8b034 0.00 MB 1 0
46,927 46,927 0000000036e0e987d280c3c852719563e4015ea14e11fd6a92139266fedcab7a 0.00 MB 1 0
46,926 46,926 000000002f52f63e9e10b25ce7a8270bacb5c06d777a67abd15e25aa8949ca9b 0.00 MB 1 0
46,925 46,925 000000001660b6b0d461ce22cc9638bb7aa54ac3c9a0d53b88167c9a71d77579 0.00 MB 1 0
46,924 46,924 0000000005a1caf5ac8660901b29937e22245e4b114a318acaf397f7b81d090a 0.00 MB 1 0
46,923 46,923 000000000b7f93e52b77aeff68447a754b81b462f958329182af5f81de2ea1de 0.00 MB 1 0
46,922 46,922 0000000011586b9b2a3a8b68f6a399f9b995053fd291a524666dd9b4b1739ab5 0.00 MB 1 0
46,921 46,921 0000000002f61122fed23d55778581218f8e96a6841de02ee9c189539d7d9586 0.00 MB 1 0
46,920 46,920 000000000509fc823b267f641831c9ad8207e5a48e0d81edcb1916b3eee4f500 0.00 MB 1 0
46,919 46,919 000000000576586f97a45d5e067cae29528adcffeff530d7c8f6426058035be4 0.00 MB 2 0
46,918 46,918 0000000005dc9b4b5a0fbe19445c01e9eb5c82d804342eb8dba11b0bdf976818 0.00 MB 1 0
46,917 46,917 000000001155b5f24aa0f0376efbbfaae5c2321c92c3d6228d0b42376f6e14b4 0.00 MB 1 0
46,916 46,916 0000000035c282529aec867758bc57028873cf07813005cae03d2e2ae7903545 0.00 MB 1 0
46,915 46,915 0000000028766065dc8d5a0c7660f476c0133777975ba8f83792274f892215e0 0.00 MB 1 0
46,914 46,914 000000001ab64fa6712c6aa32680a3d7fbc883212262990c51c8d689ec8f0442 0.00 MB 1 0
46,913 46,913 000000001be818d6093c6078497f3a8d07b3accf899c81b22f24db5e64fa9e18 0.00 MB 1 0
46,912 46,912 000000002b3b12ed43ed9b0a59ce6d2dc55c9d4b43d157d7a198342080dd4792 0.00 MB 1 0
46,911 46,911 0000000011b00002178833f0a6665ce21bbcb84c929c5920aeb560888287dbb7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.19 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,857.38 GB sent, 103.03 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.