Memory Pool Memory Pool Refreshing

12,184 transactions
4.15 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,071 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (494,869 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
412,861 412,861 000000000000000000bdd64ab6af5f6b5a77bca71520ca7a45633f49974ec0f8 1.00 MB 2,006 77
412,860 412,860 000000000000000003417ade8e63dffe7d0ad22cafed5aa1f8001cabb625bb00 1.00 MB 1,228 52
412,859 412,859 0000000000000000020e5e6ab86cea2e0a98275ab72e1e67054af125162a0dc8 1.00 MB 574 72
412,858 412,858 00000000000000000202b69f405cc49dc0ac7e6a912ade7a119fb43dd07dd006 1.00 MB 2,000 82
412,857 412,857 0000000000000000025974e82b0d888c464d530476ec80a4fd34191d1f477dd0 1.00 MB 2,601 47
412,856 412,856 0000000000000000013793799ae5b932a490f3ec7a2882fe46beaff3ef59b4ec 0.56 MB 1,227 40
412,855 412,855 000000000000000003be7b86c3bfec4e41d1d7c63db0046d361daf05b105a597 1.00 MB 2,338 44
412,854 412,854 00000000000000000400a3565807110f67585704f93a32816957c41969fd4455 0.69 MB 1,581 45
412,853 412,853 000000000000000002270286aa474bee9b42a3ccddf3215e4b40726a3f3b05cc 1.00 MB 406 6
412,852 412,852 000000000000000003d816116573abf70865b6ed79823a4f93a791d92d6ac57b 0.16 MB 376 37
412,851 412,851 000000000000000000711a527ddffb8a1f9256b16fcc29714c62e0c9339a8959 0.48 MB 1,157 40
412,850 412,850 00000000000000000142a5c15929d1347827113f4c7a8361ad987edc2ef13fa4 0.14 MB 238 30
412,849 412,849 000000000000000003d9ad131c4c48e2ed9d65c9c8a8692511d5cae9ad55e5bd 0.10 MB 157 36
412,848 412,848 000000000000000004da43acbbaa668b920119977861c0b8a90190e81c7c063f 0.40 MB 989 39
412,847 412,847 000000000000000001f1e4d31eceb531b7e5567e7f9df66322b92fb0406ed298 0.23 MB 540 42
412,846 412,846 00000000000000000257b0475c2131d60293178ff2d14e9ccfc7c7f5e97bcdb2 0.23 MB 522 43
412,845 412,845 0000000000000000038f1ade42b94df89a1289a8633a2f3eb708625831308af2 0.68 MB 1,495 40
412,844 412,844 000000000000000001e683ceb85ce18b1c450a33d93cbdefa9cad0ff225eef45 0.82 MB 1,822 42
412,843 412,843 000000000000000001c473345cc9e847b84a9c961da3b4b15480245c3e550ace 0.19 MB 429 37
412,842 412,842 00000000000000000008d46ea38aa87ca8c7c592e3a71869664ead9fb69dd026 0.30 MB 566 36
412,841 412,841 00000000000000000346040ca99d9b9240fca624dc8b5fbbe186aa7d271a2e37 0.13 MB 190 32
Previous 10 blocks ↓
Total Size: 769.04 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,626.87 GB sent, 93.09 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.