Memory Pool Memory Pool Refreshing

8,783 transactions
2.83 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,552 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,166 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,551 (901,376 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
7,175 7,175 00000000665e84b1b59fcba37cc7674a4591e40c8a89bc0fdab40f70f845039c 0.00 MB 1 0
7,174 7,174 0000000043a6beca9339f823e92f50e857d45398a98483785090f8246c07d0ff 0.00 MB 1 0
7,173 7,173 0000000010d6771ec0c8675cc55bcaeebf7af18df3fd4dc38858fc9a115112dd 0.00 MB 1 0
7,172 7,172 00000000a44852891cf522a466015a94e7ab363e5ad84e0992e60d82a1f66c3d 0.00 MB 1 0
7,171 7,171 0000000048d63c87803479db8600d99d8b1a4644f7361da1e23ac06eacbaefaf 0.00 MB 1 0
7,170 7,170 00000000cc7567de5c48b49491fd520efcd0606bfdff3adc8b2640e50c53756d 0.00 MB 1 0
7,169 7,169 00000000483323979be9d096b592449ee0bfdf14cd4d8ce92f929777469467f5 0.00 MB 1 0
7,168 7,168 000000007bf41fadd7421e34b71f9e0f6accc14a323836e1bc8cc8445c9ebdfb 0.00 MB 1 0
7,167 7,167 00000000d36f52dea96dba970bebce469442d89507eb5bf5b39991755b6e791f 0.00 MB 1 0
7,166 7,166 00000000d17c1b768f3b494e83d6a22fe748aaa9fc49dc6ef0bd2297132380d8 0.00 MB 1 0
7,165 7,165 00000000b536b7237b218ee74226a242d42aad38429e8c84e6b00597750487ae 0.00 MB 1 0
7,164 7,164 000000001be82443485d96eb5595e55eb5400ad7092c4da6e9f65cf10fe9cbc5 0.00 MB 1 0
7,163 7,163 000000003d7d63c884916b1b849d0b7338a654bfc3eaef53bdafd65c25a1fc36 0.00 MB 1 0
7,162 7,162 000000000f760314179c351107625b24288d28d5e0e364b8abb4bea2923820b4 0.00 MB 1 0
7,161 7,161 00000000e2257ecd0bc0f88328f98442e6ef7bf9424e7bf503f7aeb77727f5a5 0.00 MB 1 0
7,160 7,160 000000005e38bed10b2e89cb6511eeb6626e36b31f0cff3e6013daa485cf7191 0.00 MB 1 0
7,159 7,159 000000000fb83bc7fc7af5ddf0ffa8c99d5a810de00c0ffcfd725cef238ee68f 0.00 MB 1 0
7,158 7,158 00000000be097d93bb0d24301bb4f6e5e8779cb2894d6676fba726a890592dca 0.00 MB 1 0
7,157 7,157 00000000f6517645fd844cf538a58c126679d2cdf5ca089ae5123153c87722c3 0.00 MB 1 0
7,156 7,156 0000000029b9a0a930d3e3e15926ab346b188220d67a07bf45b9419c5da77893 0.00 MB 1 0
7,155 7,155 000000004349a949fb70c61c113f3f04ffdefc652bdf61ac2fc968658404a47d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.71 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,844.98 GB sent, 100.59 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.