Memory Pool Memory Pool Refreshing

4,680 transactions
2.16 vMB
Show Random Selection Loading Transactions
Max Size: 12/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
907,934 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,450 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,933 (799,838 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
108,095 108,095 000000000000d90b56c5e96b5909841800ed9b1640521f2aeca0fdc774a4e3cb 0.00 MB 8 0
108,094 108,094 000000000001e4b7a5b818009b9fdbf06be07008ba37615af5e155c73fa19245 0.00 MB 7 0
108,093 108,093 00000000000004f9e2e3aa6ef3401103ac20f0fa6e2149c74a13818bc2576f70 0.00 MB 12 0
108,092 108,092 000000000001bac84a0bcd703b40925b9b4d38ac5f18d69e538ac204be59e19f 0.01 MB 38 0
108,091 108,091 00000000000073aef41bb088d2f595159748aa9e1300cf7668699247446d35df 0.00 MB 11 225
108,090 108,090 000000000002510c1adecfb8e6721f476978d243947b135996f33d7eaa85a4df 0.00 MB 12 0
108,089 108,089 0000000000010569bc80f11a719d0539edce751b8a82bbf251d8152ee2c2f1fd 0.00 MB 7 281
108,088 108,088 000000000000f892433d300dfcc511583c8aa13a087c1d45eaf31f9215cf07b8 0.00 MB 3 0
108,087 108,087 00000000000015a6f2163cd1a18f26131921334c39c05ad5b14e0d0359fbf482 0.00 MB 2 0
108,086 108,086 00000000000007a75310638b2484af6281515e28aceea14d4a5642e305aa4169 0.00 MB 8 0
108,085 108,085 000000000000cadcc5a62709febe44bbd12e47a1f6ba999410796450da7df9e1 0.01 MB 32 0
108,084 108,084 00000000000107f1f1588d50795d4845065440d60477c5a0f3ec205078027b78 0.00 MB 12 0
108,083 108,083 00000000000264a62bae0d97017fb829966571a16cb200b350580c74b495ed22 0.00 MB 10 0
108,082 108,082 0000000000015e70a49f72ffe3dc90d2be3f0bd0254b9716579c7d7c5e2c6804 0.00 MB 12 0
108,081 108,081 00000000000172b92b06d0479320dd1ce81ec7324e3a28165c01e0e7a4c924af 0.00 MB 12 6,459
108,080 108,080 000000000001f6f6f14ff8fefa5e041145b72045998e4226d209a1647ba93628 0.00 MB 12 0
108,079 108,079 000000000000c8219e08d7d0cbfed8983e9aeea2a80884139d66942d8cc72f1c 0.00 MB 9 0
108,078 108,078 00000000000029c509b3659535405f37b48dfb5daa310eba7cbf9fd7762f7a89 0.00 MB 11 0
108,077 108,077 0000000000026e2670f3ae92eaa4be9df32c4de6520f50bcf443cdd1886b9758 0.01 MB 29 0
108,076 108,076 0000000000019d37a0ddb718f3c94ed23efdf9f54da1f715a589b22d48efbc60 0.00 MB 1 0
108,075 108,075 0000000000000dea1351ee2772ed6912dca2660744ee2261ed4e39af913b98bb 0.00 MB 10 0
Previous 10 blocks ↓
Total Size: 769.42 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,645.22 GB sent, 95.04 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.