Memory Pool Memory Pool Refreshing

1,007 transactions
0.27 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,761 00000000000000000002349e0000000000000000000000000000000000000000 0.27 vMB 1,007 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,760 (734,442 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
173,318 173,318 000000000000085224cbd2e3f72104b20ebed5d174b80529ed3f564f2f842196 0.05 MB 127 29
173,317 173,317 00000000000009ebbfa655b6dcd17dc90620bd6e4e384ca7d798dc0e8535f907 0.02 MB 44 78
173,316 173,316 0000000000000976073b45c29eb50c9de8e7852ceedee0dcc7f569db2b017220 0.02 MB 42 25
173,315 173,315 00000000000008581dd698dec93037c07b73b1cf0494e93a2d54d2d21697bf86 0.05 MB 132 124
173,314 173,314 0000000000000413a0bbde6308e2346fbcd33092619f98b7e6f9d0965cf0bb78 0.04 MB 80 346
173,313 173,313 00000000000007dcbe8be8339ff20a0613817eabd7dd366e3e00e1d5232de433 0.04 MB 102 464
173,312 173,312 0000000000000797679903ecd426696c35f7f74fb20a7d2aeb1d62e13be6d838 0.06 MB 162 87
173,311 173,311 000000000000046b8881ea2386b0f0d060bec129282104d3068d61a7cd333b23 0.01 MB 14 2,018
173,310 173,310 000000000000025ecb69ee3a95046b95f273b8e9d17d1d4381d83ec94599195c 0.04 MB 63 111
173,309 173,309 000000000000069b3965f498a4bd7df2d1d2733465446a00877b4170def47889 0.04 MB 52 57
173,308 173,308 0000000000000a55ba354e54696824298afa6a5f57d4f36b76d946ceb9aaa0a4 0.05 MB 133 27
173,307 173,307 000000000000021ba926e5f52220254c78ab28f1c0485a48cae5f544d2223ae8 0.05 MB 145 79
173,306 173,306 0000000000000188eb85e18921df4cc7bfb8ac8d1fc21bb73b1e457da2e196c3 0.00 MB 17 884
173,305 173,305 000000000000032b05b02a882682b99d0947b473968405b1ca94b0cf543c7fc4 0.00 MB 1 0
173,304 173,304 000000000000081514b7731f85d53fe6cb0127bfc0fd4f08e706a0023b41bb8b 0.01 MB 11 29
173,303 173,303 00000000000008c2eb6038e99f8c5caf528689183acfc57ae5213c4a3ee275e9 0.01 MB 21 34
173,302 173,302 00000000000002fc9aa17bdfb836155864bb16167546b776a87c1f4182bbbb62 0.02 MB 71 39
173,301 173,301 00000000000008030ef62b195eea293cdb36089586cd4530b42346d1cf736586 0.05 MB 105 131
173,300 173,300 00000000000006f20e76d94c1a79648d5ae5d089ae3b06f8c61a81da7bb6334d 0.00 MB 1 0
173,299 173,299 0000000000000473516a09501f5cebf0978b85f081843bc5f57eb68c4ac20a04 0.01 MB 18 6
173,298 173,298 000000000000036fa302e6c3ae6f2bb1149205dcac2dbfb6b3f91ec4a7521655 0.01 MB 21 253
Previous 10 blocks ↓
Total Size: 769.09 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.50 GB sent, 93.37 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.