Memory Pool Memory Pool Refreshing

7,097 transactions
2.06 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,693 (704,782 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
202,911 202,911 0000000000000542b88fdae5c83708347d0d330b6f0d0835111ba0b6fe3b97b3 0.00 MB 7 165
202,910 202,910 00000000000001d9111e2b13a83ea149cf495448ba31be1fe8c0053ae94af906 0.01 MB 16 82
202,909 202,909 000000000000022866c70a677d72e3354dddb4ef59bf497cf3d1fc51f74c0dac 0.03 MB 62 215
202,908 202,908 0000000000000322b2caab85404e82a52f0e77ab2df17e45385bfd68a23d4c21 0.02 MB 41 88
202,907 202,907 00000000000002f23b3c805026164bd7281ed5530ae56dc5ade87589ba586c1c 0.13 MB 289 181
202,906 202,906 0000000000000053d2b5592a0deb8024773d605d8b7af6af6e199b99a8466e17 0.05 MB 128 49
202,905 202,905 00000000000003fd5ab8715d13459ca1181eecdcb8614e050f5bd11b543181ae 0.13 MB 311 210
202,904 202,904 000000000000001864a7248621fba98a3c4186b2193a0a9f8b49f38d9360417e 0.03 MB 78 113
202,903 202,903 00000000000004a06cf87c0e6f2c42522e0d389f9cc20df4ac67babffef66820 0.01 MB 21 112
202,902 202,902 0000000000000527cf641e59e4b39d52e2f65e264675aba9b61cacd67bba9e0b 0.00 MB 1 0
202,901 202,901 00000000000003b2319771fc80db8518473bdcc58c3b4f40a2df1c7e95962344 0.12 MB 124 114
202,900 202,900 0000000000000169bce9b0805941397912b9c8095dacd59e8d06e1dcc4779a63 0.02 MB 69 124
202,899 202,899 00000000000000deb6f249d67eba28ea759897158d8c2d11a8a22f20073cc969 0.06 MB 53 164
202,898 202,898 000000000000029c7196cdb4dafae213de31c8126755cf26dee8a84bbaf81ae8 0.02 MB 51 153
202,897 202,897 00000000000003c90007c8741e5411eaecf274e9a9e6b477b89af49939ba08bb 0.05 MB 113 180
202,896 202,896 00000000000005304796d0f4af50745f68e74cd03885b2b7875f7023793a524c 0.02 MB 79 125
202,895 202,895 0000000000000340ad5167216433c0646791d483db358760a048a8b0642fc7bf 0.06 MB 94 129
202,894 202,894 000000000000021ea6482826e3bdecf2ff5b157aecc0d0387c7493edd597617c 0.01 MB 22 124
202,893 202,893 00000000000001dac1361eb8f58e083efc880635d6db041a9fbac6ef9978fe54 0.08 MB 168 257
202,892 202,892 000000000000045e2acdefe228211f707ed818d2842d0e909f5aef2bb399f8bd 0.32 MB 520 125
202,891 202,891 00000000000003300d87803abdf82d096f3a881a1457ef99ac62b85891b21203 0.15 MB 210 308
Previous 10 blocks ↓
Total Size: 768.97 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,615.63 GB sent, 92.67 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.