Memory Pool Memory Pool Refreshing

5,464 transactions
3.83 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
907,811 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,692 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,810 (778,893 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
128,917 128,917 0000000000001f83767a18621fde3eb69e3011412a171ce71a0bccb4f021c754 0.03 MB 89 332
128,916 128,916 00000000000022f7e7348911e7c709774287b4c9311c87abbe48bd862c2c16b2 0.00 MB 12 45
128,915 128,915 00000000000025955971980ea647e0e9f6fdde0f8e097af620794eb5290eb72f 0.01 MB 19 686
128,914 128,914 0000000000001a91d7570089482b92249ac0ffc734a6b57daddefd5b7b279e9c 0.01 MB 28 124
128,913 128,913 0000000000000cc7c6f5f92775008788227668b3212f8068c75a2519efc84d70 0.01 MB 18 535
128,912 128,912 00000000000023e83a9df459ab38ce61531dc5cb6e6315f4a0fbf52434c8885b 0.00 MB 14 1,243
128,911 128,911 000000000000140659a6c5f6f6c6bba4ae11673c15355d52be3a90bd91443b57 0.01 MB 32 508
128,910 128,910 0000000000001bfa9533b848b778994842063d76e5ccf954779e2147be3cfc04 0.04 MB 115 539
128,909 128,909 0000000000000adce6f7f584520a0bfea449edabffc7ee390ff6b9068885e25f 0.00 MB 1 0
128,908 128,908 000000000000090bc78f069ab59d5bbe7f28f305818bdf46f5c02b493400ca44 0.01 MB 25 352
128,907 128,907 000000000000244e62e51f1e3dc7c14ee20d309aa8d471c8f30a923c82eb6c91 0.02 MB 51 131
128,906 128,906 00000000000011046ec4a7b8f9801a22a3f127d7343635db6b015c89cae0ab98 0.01 MB 18 218
128,905 128,905 00000000000021cb9c9c9e7b4ae8a897d89cb8787d21311602fb0534341423f6 0.02 MB 14 1,250
128,904 128,904 000000000000086d745483d35eb6771eddf1ebb537a34be2954b39e41b5b9187 0.00 MB 8 990
128,903 128,903 0000000000001bcae05d5add872ab2ce7ce07128694fbbcd0b4baf5382e273a3 0.01 MB 17 19
128,902 128,902 00000000000012c7f0b95eb6d817663864ff2917391d88b18320673155c77341 0.00 MB 1 0
128,901 128,901 0000000000001ade6d3bde45147517dc520503d90c6d988ab227b3ab181402c7 0.01 MB 25 749
128,900 128,900 0000000000001d004312af91362c1ffeab94f891d6a007a78c64dea8dfd2a1ed 0.00 MB 7 0
128,899 128,899 00000000000000cf5e1c33cde3718f5675071a65d9685fcc9abb6dc0f2e67952 0.01 MB 14 818
128,898 128,898 00000000000010b2392421b88097b3d21dd2c0223d30fe86f51da9d0a177fd58 0.00 MB 8 0
128,897 128,897 0000000000000505c44cc373684750ab7f87cc75af52cc1cbff9a252fd292db2 0.01 MB 13 362
Previous 10 blocks ↓
Total Size: 769.18 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,633.65 GB sent, 93.87 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.