Memory Pool Memory Pool Refreshing

7,234 transactions
2.42 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,844 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,067 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,843 (148,910 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
758,933 758,933 00000000000000000007d9bb4ccbbf4a8c1a036833f5e488a3deb49cadef884c 1.04 MB 1,748 3
758,932 758,932 0000000000000000000601650c37cd170736f581efeff78699d4c74703e1cd39 1.35 MB 2,312 12
758,931 758,931 00000000000000000004d6f845025ef7b09dae137bb7291c36329a91b189dfab 1.62 MB 2,042 4
758,930 758,930 00000000000000000002758beaafa470cd103eca2b81a4c586c5fd297945f856 1.51 MB 3,290 11
758,929 758,929 00000000000000000002981b21f20eb931fa47b501382cc6400af40ee5138763 0.21 MB 433 6
758,928 758,928 000000000000000000058b28ac31ba6a05e0294d866b4399b47abf0b76fc9aa7 0.06 MB 86 7
758,927 758,927 00000000000000000003fa44a9a738c392a951f3940778983e19a0f835c911bb 0.79 MB 1,383 8
758,926 758,926 0000000000000000000329135f0c3c83583df2ba702af74a6ca3a67ff3e32844 0.27 MB 503 6
758,925 758,925 00000000000000000006b53f3c478a3225c06c674fef30d4096dd2875df89c48 0.07 MB 145 11
758,924 758,924 00000000000000000001a458f6314c0d929a7fa1b09e072148e4c747dcbfae33 0.14 MB 331 9
758,923 758,923 000000000000000000056c827e0062632d178ea32fba423ff210c27af264dede 0.04 MB 133 11
758,922 758,922 00000000000000000003cae498ca1cc16d71ce571084b17b0da6aad3a8c35585 0.68 MB 1,211 7
758,921 758,921 000000000000000000047963e8f294b70283931bb9f2dc96e9a5307f584bf2a4 1.27 MB 1,569 7
758,920 758,920 00000000000000000007822b657a887270279ff811b8b1627e54cbcf0783faa6 1.28 MB 1,520 8
758,919 758,919 000000000000000000036ecc306534787fcf2e1009402bd14886d9c1df69aff2 0.18 MB 411 10
758,918 758,918 00000000000000000006a70f3c8e677b79d67e1840d8191af5fed07cf9c5ded8 0.09 MB 209 10
758,917 758,917 00000000000000000001e8aaf8299ac79b4fb4c21a2246567ba143f25283ea20 0.11 MB 269 10
758,916 758,916 00000000000000000001cce5d38557b346062187db5064694ed8b84a5384ed66 0.05 MB 76 8
758,915 758,915 000000000000000000044d449dec48dd2ed3e933cb859fca8145c0e1d2fadaa0 0.44 MB 767 11
758,914 758,914 0000000000000000000524c1dd4065a6fc84e8d832ef30bf30ce4bffbf42f245 0.23 MB 413 8
758,913 758,913 00000000000000000006275b5c9159155305549b6ccee15fa0c38aeaa139189b 1.10 MB 1,918 8
Previous 10 blocks ↓
Total Size: 769.25 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.12 GB sent, 94.17 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.