Memory Pool Memory Pool Refreshing

882 transactions
0.31 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,817 00000000000000000002349e0000000000000000000000000000000000000000 0.30 vMB 859 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,816 (80,441 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
827,375 827,375 0000000000000000000159fbf7dcb33106206a8299c637440159792a036e3a7c 1.96 MB 4,949 26
827,374 827,374 00000000000000000002b330446f6377367b0ebdff0e6ff84e41329699e0558d 1.75 MB 3,445 32
827,373 827,373 000000000000000000011538b71e8a5e03cf99195bfbbaefe1d0ef17dca140a1 1.51 MB 1,055 24
827,372 827,372 0000000000000000000243a088f76dfc96c96ecc113e9f19fd2fca2d41938f2f 1.48 MB 2,295 35
827,371 827,371 00000000000000000002dc663c21e48f60412352be497313fe9c22697caa313d 1.47 MB 2,292 35
827,370 827,370 00000000000000000001b976de16bdcafe111c7e326bd9707465ecca50933400 1.58 MB 3,179 42
827,369 827,369 0000000000000000000301a8cbb1d266af846e957633616504a9742989096782 1.05 MB 241 24
827,368 827,368 0000000000000000000024cb8b737293e60fd8871918e3f1da872f5b67ac7fb3 1.90 MB 5,030 24
827,367 827,367 00000000000000000001b091b33cf08cf10c3f2c79ee3dd6f34fabf5755cee16 1.65 MB 3,391 36
827,366 827,366 0000000000000000000141671381bb8db94f1f70f943e9bbb2447a4eaf364949 1.31 MB 1,745 25
827,365 827,365 000000000000000000005844b55b4e30a8da7689ffeb863e11c1efd5421a6343 1.49 MB 1,379 24
827,364 827,364 00000000000000000002d5e2996454181aa20666e447ce537d66284aac950c94 1.64 MB 2,797 35
827,363 827,363 00000000000000000001c7baa3423cb4e79d668800501f95c74d86ddbe371ca4 1.63 MB 2,615 27
827,362 827,362 000000000000000000011422be0700319b904df4fa201a64865f82cb285d06f1 1.80 MB 4,615 25
827,361 827,361 0000000000000000000097de8f7303c166175964712faefef1dea152b550498c 1.28 MB 1,720 25
827,360 827,360 000000000000000000007b732349690b631db3a884cbe63a71c2f02793ad2021 1.53 MB 1,981 25
827,359 827,359 00000000000000000001d2e15c5de1babba77565220deae50448ac4159f5e1e3 1.93 MB 2,437 35
827,358 827,358 00000000000000000000bd1e38026642fff6e1bf124d38295b4eaafab065b2c5 1.61 MB 2,150 33
827,357 827,357 00000000000000000000b94a6f77a8d4853e20e19bdf8e112523ccb7b9deff0a 1.58 MB 2,683 41
827,356 827,356 00000000000000000001825757e588e981da31e04ff746c14ae7861040bd5726 1.54 MB 3,031 47
827,355 827,355 00000000000000000003bccd7b61ed98b92e85000c8cb2623aeafd3d28f59f68 1.88 MB 3,999 26
Previous 10 blocks ↓
Total Size: 769.19 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,633.70 GB sent, 93.89 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.