Memory Pool Memory Pool Refreshing

9,211 transactions
2.86 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,777 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (799,646 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
108,217 108,217 000000000000f9269c32be7832aac489adf49c1a71d43e491f33d03cf68440d6 0.00 MB 7 0
108,216 108,216 0000000000016f5d168fa01836fa7e982de11049092879836295656be3e11665 0.01 MB 21 0
108,215 108,215 000000000000ffba3b88caf6c8f1c1a451a9cfd7c7f767cea7036729a704a397 0.00 MB 1 0
108,214 108,214 0000000000016e124fd070d5ca7c03c2c711ad6eea4fc71f682f5fdef5d6169b 0.00 MB 11 0
108,213 108,213 000000000000872067c5246c665f2a117a8a97a8400b19203762d11b3ae00484 0.00 MB 2 0
108,212 108,212 000000000000006f2e3563dbaeb3163e1150065278b8dd37892bd539132866e0 0.00 MB 4 1,046
108,211 108,211 000000000000740f143fad7054b19344c11d56f447b580a7be92f97756afde4e 0.00 MB 1 0
108,210 108,210 000000000000c7094482bf2beffb9c270da68db1399ebe49ef487dd5d2480456 0.00 MB 1 0
108,209 108,209 000000000000edef59715f3f5222ddd16ac3d00286bc67790aa39e952e08b3e0 0.00 MB 1 0
108,208 108,208 000000000001f6884146e86f9873277f48c98720f86c8e490bc34f377a653a5e 0.00 MB 5 0
108,207 108,207 00000000000055411e3c55be5099de37a9912519b6cd7807ad951a3267983c59 0.00 MB 7 0
108,206 108,206 0000000000015097014aea9c818b554439484d46a838c612dae702f0f6b175bc 0.00 MB 6 0
108,205 108,205 00000000000248787c3825228ebc6400c8ca205d28980d9a4e71f056ca21229e 0.00 MB 11 0
108,204 108,204 000000000000a4f87e8267bb98ceae6879d8e8220febb8bcb6652f6147e157f2 0.00 MB 12 0
108,203 108,203 0000000000026dc5304014b79c263b168a41c7f2be6ed6efe1f77605df67bf8a 0.01 MB 45 0
108,202 108,202 000000000001091d04e5642d01fd795a88733161cc55c700606f82b9988972f6 0.01 MB 33 0
108,201 108,201 00000000000085822372f66a0b168ed5d1135bf01c1296a645b2deb9336289d8 0.00 MB 5 0
108,200 108,200 000000000002392439cc95d0d387542051e00788a758a8a64a0195ce469e8600 0.00 MB 12 0
108,199 108,199 000000000001de2456b6c2c0814ef8c675c23ee7371e74a07c107336b3681dfe 0.00 MB 13 0
108,198 108,198 0000000000009baf0a2ba1091bb0ba346da56f4166996e42890b1a56bf407d19 0.00 MB 12 0
108,197 108,197 00000000000038f6433063155636a288f5bd2b35537901a77013787f978dff33 0.00 MB 9 0
Previous 10 blocks ↓
Total Size: 769.28 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,635.61 GB sent, 94.36 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.