Memory Pool Memory Pool Refreshing

1,855 transactions
0.66 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 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,751 00000000000000000002349e0000000000000000000000000000000000000000 0.65 vMB 1,825 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,750 (702,005 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
205,745 205,745 00000000000003ea09c5e07c6e92d3be960b80e2aca17667e7db4194c8a4536b 0.00 MB 13 3,507
205,744 205,744 000000000000042db673c94ce4604cd1370df0a0c33a4dc685db6e36cbd8a4db 0.04 MB 79 118
205,743 205,743 00000000000003d4e2f32a182659d6f575b4ef60162b9c3845c8977a664de77e 0.15 MB 290 308
205,742 205,742 0000000000000251221472d373afd1ec692956e92a6879fe29a14c72286d66c9 0.05 MB 121 294
205,741 205,741 000000000000022711b2eca933b96bd4439a839dd8f134e52a562ae7a45c833b 0.02 MB 41 209
205,740 205,740 000000000000020c0c0f368e594a06dea40f96f157446aa60192fff00832b082 0.10 MB 235 198
205,739 205,739 0000000000000010f34c7c71d309abf7db3903705db67a44c26937a0bdce7138 0.14 MB 336 225
205,738 205,738 000000000000038eedc20e462e54fb4abb955191957f0809aae7df4bee1edee8 0.05 MB 109 78
205,737 205,737 0000000000000109e3ce2024a7de65978f456db4d47acf748af71adc57910bda 0.08 MB 191 208
205,736 205,736 00000000000003f45044cfe6b23c2539e9f21bd835eb29174083aec6d38db200 0.10 MB 268 278
205,735 205,735 000000000000036f0c33951305f25e2bff5370470d3541113de97197821c9172 0.11 MB 160 134
205,734 205,734 00000000000001a2208619c2a2ad3e992cff31ee4fd21ea2baadb7c5d983ea31 0.05 MB 96 167
205,733 205,733 00000000000002682287928ed19175e2c5c7eb3a95450566f0355756d4171586 0.04 MB 75 161
205,732 205,732 00000000000002c1da1f2ff96d559194243a5db26a3515d472c8f26f8aa81d9c 0.08 MB 145 141
205,731 205,731 00000000000000f022613d6f9d8b01675291890c8cc3648001aafb1342d1d7f4 0.04 MB 96 184
205,730 205,730 000000000000003fcbc4631e154bf687d47a8612567d5a10f5934c476790a883 0.13 MB 285 179
205,729 205,729 00000000000002d86cfb71a964ffef74f9c5f1b9b07edbace970cde71bcc05e2 0.03 MB 55 121
205,728 205,728 000000000000047d5889828b4155df4edc137934916a7061eb8f0673c4cb1ada 0.18 MB 363 166
205,727 205,727 000000000000043a04c8a88c69093aff0ac2db291e00f08e6323ca268d645530 0.25 MB 473 168
205,726 205,726 000000000000039781ad0738d9423328e562a72d189de0f71063823949fcbd9f 0.05 MB 150 140
205,725 205,725 0000000000000210bbc3ba8bd8f0ef260425e91e3ca2ae6114148a23044749b7 0.12 MB 356 251
Previous 10 blocks ↓
Total Size: 769.08 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,628.18 GB sent, 93.27 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.