Memory Pool Memory Pool Refreshing

3,435 transactions
1.00 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,842 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 3,417 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,841 (423,742 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
484,099 484,099 00000000000000000020f7c486382eda6c0813b10ae59fa4f3787cfd8d3c2932 1.00 MB 1,355 177
484,098 484,098 000000000000000000bcf7091a30b5f8124ca5caad37f30fac650516e7697abd 1.00 MB 1,952 160
484,097 484,097 00000000000000000075e1b0d87cda283dd0482f41c50ed19e2a201bb0835295 1.01 MB 2,436 85
484,096 484,096 000000000000000000f926ded0496f218ba39f15b291976758ec70430b9ba0cb 1.00 MB 1,345 79
484,095 484,095 0000000000000000005e0f9315f946aeef3844b461ead4ca661247b16dd7b761 1.00 MB 1,983 87
484,094 484,094 0000000000000000006638373237cb2b17fddde44e2d5097df60192935d8658c 1.00 MB 1,865 106
484,093 484,093 0000000000000000006d33700022d236d8e2b7dbe45ce4b084a7488b55c72006 1.00 MB 1,734 146
484,092 484,092 0000000000000000005c36745b3f50ba24fb6c8d3986b271b5063927452368bf 1.00 MB 1,817 93
484,091 484,091 000000000000000000fc4226780d01f98a2057c40253472f99ea28cee4069967 1.00 MB 1,939 157
484,090 484,090 000000000000000000eaa032104c0896f65d0cf48b3848e620338ad73c25a1d0 1.00 MB 1,939 128
484,089 484,089 0000000000000000009f8d0de80ec64def33798fb1ca2ff7ff2fefb1cf9cc995 1.00 MB 2,106 178
484,088 484,088 0000000000000000010857046947b64117f8d8abfe757abeaea1062b20e693bd 1.00 MB 2,063 156
484,087 484,087 000000000000000000634ce735866ad8e2acdbd915bc3983f0ece9cb12984eed 1.00 MB 2,276 238
484,086 484,086 000000000000000000ad71bd060efbb19015dd3aeab9a93bfe455d51e1fa6c6b 1.00 MB 1,481 152
484,085 484,085 000000000000000000410cd36027e2a345bf097c2bc10b6e7e86b2790bf3bc23 1.00 MB 1,391 162
484,084 484,084 000000000000000001284d2a7e60f14f4afe4ba6d3a781bd230d9a691f74b6d4 1.01 MB 1,916 210
484,083 484,083 00000000000000000095902fbb6f14a65604f0a12d86365fa95b8f465ceff00a 1.00 MB 1,711 228
484,082 484,082 000000000000000001117fecbdcb21c93b4c18d4e25fc12273470359a86dcf76 1.00 MB 1,790 148
484,081 484,081 000000000000000001114187f2bda86aad93d3c55fbada46fc1240af35841382 1.01 MB 2,071 259
484,080 484,080 0000000000000000002d8df03af8e8104af5e8faa424c192b98373aefa71095e 1.00 MB 2,156 209
484,079 484,079 0000000000000000001babe5a6b0ad618c7bc23bfeb75524c460bbc745c1cb83 1.00 MB 1,885 199
Previous 10 blocks ↓
Total Size: 769.24 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.06 GB sent, 94.14 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.