Memory Pool Memory Pool Refreshing

3,134 transactions
0.86 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,817 00000000000000000002349e0000000000000000000000000000000000000000 0.83 vMB 3,080 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,816 (410,070 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
497,746 497,746 000000000000000000427796ab742a3e627b14883b427d6f2c60d4d91ad199ef 1.05 MB 1,278 35
497,745 497,745 0000000000000000009a65a389c27853eb21f6c5c58dedbc188ff4f3d38f73ef 1.14 MB 2,848 27
497,744 497,744 000000000000000000c4e282ab0dcaaf4b774d7d83ac3f2125ed14167afbc108 1.11 MB 1,944 57
497,743 497,743 0000000000000000001f326fea97841c63b6289fc32f3d2d2c75481074918e98 1.06 MB 2,408 133
497,742 497,742 000000000000000000247b845ad7f8413da6b97de9b64836357dc6f7be781c56 1.04 MB 1,575 149
497,741 497,741 000000000000000000850340abb321143f50f825d11e4daa2c85b3f37ec41f59 1.05 MB 2,733 108
497,740 497,740 000000000000000000800a32240c4f982aa7d8fa48649cd286664a67ac49ea22 1.09 MB 2,431 137
497,739 497,739 0000000000000000006f32c61e1d974d795fa83ee26d0a9e69723cc528bcd684 1.07 MB 2,225 157
497,738 497,738 0000000000000000005ca38745749278f9ca3b78c86dccb2c6556126640d1686 1.07 MB 2,458 137
497,737 497,737 00000000000000000028a03ddbebcfe19e933fdde654af13531956853bd02dff 1.06 MB 2,067 130
497,736 497,736 0000000000000000009610abe5298400fa918110e4429eab304b801c6cff5832 1.09 MB 2,556 106
497,735 497,735 0000000000000000009fbd3b262b06c09654dca9abe7f7c4206ced4390af9fb2 1.05 MB 2,082 158
497,734 497,734 00000000000000000076eaa0f154c37f5e60bf1c18b86775d0fbbc32d0169c2c 1.04 MB 2,274 138
497,733 497,733 0000000000000000009a0a6f9e3c59ebed0c1d847cf597d9b1b5fb8365380c30 1.04 MB 3,046 64
497,732 497,732 0000000000000000009b7fe7cd542196ec9694b74f222de67c2b4a8e14b8d1d4 1.05 MB 2,715 88
497,731 497,731 000000000000000000a7cdb717117dfeac04d261f702d4f7b14cd44d5e76cee8 1.02 MB 853 110
497,730 497,730 0000000000000000002cbc5bf3afa5402035f71d6b6f96baedf675bce1faca9b 1.06 MB 1,965 147
497,729 497,729 00000000000000000000954afb20e8f663294194833bf19a435295aa3e7e46ae 1.06 MB 1,693 159
497,728 497,728 0000000000000000004656f5fe04884b8ab29ccbe0213952a8f0df1e58199dbb 1.06 MB 2,534 71
497,727 497,727 00000000000000000096852e0f389f0cc490e6984005c88798703dbdb911702e 1.11 MB 2,617 81
497,726 497,726 0000000000000000005c5fbfea5340e000151517a2140a7199f1cb9a7ef2d53c 1.08 MB 2,522 148
Previous 10 blocks ↓
Total Size: 769.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,633.71 GB sent, 93.90 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.