Memory Pool Memory Pool Refreshing

8,366 transactions
4.03 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,168 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (700,826 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
206,899 206,899 000000000000043bd5e2040bc0b8c953d5948a8b05df2aeacb534a26490c745c 0.07 MB 178 299
206,898 206,898 000000000000015d0b6900d4a24c3e02a48ca896be573c85ae6da1f2be629443 0.03 MB 54 153
206,897 206,897 00000000000000bb9e37f1036741dc7b54dc66ac526a825f14578fd4670a4279 0.49 MB 160 18
206,896 206,896 00000000000004f3afbfcdb34710b1c70742e2951edddee1e5e3fbd8e61f2d34 0.02 MB 42 140
206,895 206,895 000000000000013e736958825156a346efbf54d1ebf5ed663706c20c0cded23b 0.09 MB 159 140
206,894 206,894 00000000000002bb726ce7119695c79be5ade93a3cb7b1648b60e54ceb63ff38 0.06 MB 129 139
206,893 206,893 000000000000000c533a1800c9b8d7813de185bb0dfb1ba58fac416047616e69 0.13 MB 334 200
206,892 206,892 000000000000011d1787c2cb163a86fde6be815908dbc6f919d20f2633f57e8e 0.03 MB 115 49
206,891 206,891 000000000000042c7dce1d07b46ca8ce08279a68089715304b3904942c5010ba 0.00 MB 11 52
206,890 206,890 00000000000004d2f70cdf4b1cc2080a82f0f268ad6cf81dcd688e561345df79 0.01 MB 31 123
206,889 206,889 0000000000000455ce4a18f1f959f46aa27853bccf1172930822415c1ef79961 0.13 MB 342 185
206,888 206,888 0000000000000325744e03802428576b97c87c8efd7d1841783e228f62bf6806 0.03 MB 51 120
206,887 206,887 00000000000002eee546a5fce460821d0170fc5eed58670ca9c4248c85b6af50 0.03 MB 70 142
206,886 206,886 000000000000041dc829f4301163d83ee4d23f1e51b1e99b93ddbd457a3e1c1a 0.04 MB 72 102
206,885 206,885 00000000000000847b5906f50d0b9bf593168b3d3aebd2130cc4a912e506d56f 0.08 MB 172 160
206,884 206,884 00000000000004c724fd6adc836d1d68d4f6b0fa44b4e118e6c75b4e1a7ac439 0.04 MB 31 63
206,883 206,883 000000000000005a238f6f5abc7c69b73590a1cca7e38bdc55716b50d423ddbb 0.15 MB 350 160
206,882 206,882 000000000000033c5d4cfc943e4f85e5a5ec56faac435f56f951d764a620f7dd 0.02 MB 69 7
206,881 206,881 00000000000002472e729e80d9732ccd33cb50538da5745306663eb36d43c141 0.17 MB 466 198
206,880 206,880 00000000000004d66c2d3154cd6ec2f2f492fb5d72933b48f35b69dbe9187fbb 0.05 MB 115 178
206,879 206,879 0000000000000084743c3e0b2143b8f811684d6c1bb5bb8da57119e47a363d7e 0.07 MB 137 122
Previous 10 blocks ↓
Total Size: 769.03 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,625.46 GB sent, 93.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.