Memory Pool Memory Pool Refreshing

8,772 transactions
2.92 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,775 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (680,909 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
226,788 226,788 0000000000000264e7a53dd594c89743f61efbcaf515cd0f726010c8b891ffad 0.15 MB 347 177
226,787 226,787 00000000000000adde56c7aa0c2bcb6b09ba87aa4f44d2dc17132db33b2c1fa2 0.10 MB 240 162
226,786 226,786 00000000000000f9b7476214ca0c67b1359344480c526871f0325ca912260788 0.10 MB 232 151
226,785 226,785 00000000000002bcfee5bd427b521a9f709a44f7f42c788ba7c79bf31ef88b07 0.15 MB 213 91
226,784 226,784 00000000000001dc720c67f3e4d699f8fdb5f0f7e49e7e52b001bf0e05ee1b6f 0.15 MB 345 163
226,783 226,783 00000000000000d5a8ecfef221ac7828f142c3f60124e180f8771116eb28ae68 0.26 MB 422 160
226,782 226,782 000000000000000a7abf8638714017bde562a77e774199e162c2af9f76137362 0.00 MB 13 44
226,781 226,781 000000000000011b67f3422640e3621343885e231a9cf52ca98d1b5d27a17c06 0.25 MB 623 209
226,780 226,780 0000000000000234d302720997afda8022ea3ef80d34cf27878124c69a760c53 0.00 MB 12 198
226,779 226,779 000000000000012b4184e66f7599bec8d7a2cf604933118e3c2008e459cec54c 0.12 MB 279 198
226,778 226,778 0000000000000309143065b68180662cac3a2e875963c1411b2f514bcf210c1a 0.04 MB 107 72
226,777 226,777 0000000000000061c8a2604ba185bed4b0de1946b99263f393487600545453f4 0.04 MB 97 117
226,776 226,776 000000000000017ea127a90e56645b72e80d8c0f3bcbc8d3ab474115c7600955 0.19 MB 270 125
226,775 226,775 000000000000015ff13490581c6cf5f22b4c66cf56ef486586ec1b81074bf393 0.21 MB 191 93
226,774 226,774 00000000000002da671253b61503d2334677fef31f1ad103f0df2f11729cf831 0.25 MB 364 2,468
226,773 226,773 000000000000023eb511e13b47115248cb872d43a78e8a83ae92d5e88eaff6a7 0.15 MB 296 166
226,772 226,772 00000000000001dade559c7e71237b6b740b199df5791d9d4091136128f4e546 0.17 MB 348 148
226,771 226,771 0000000000000043e2e5025906ef429fc9fcf653f2b5e1fdb7bde7e69ee03f66 0.19 MB 446 182
226,770 226,770 0000000000000356322849ef475822bdd8adebf72601d783c90539380109d8cf 0.05 MB 45 25
226,769 226,769 0000000000000203575c1945b303bc95900b74fb3319d8ce132bbe05fce75fe9 0.22 MB 461 255
226,768 226,768 00000000000000429e7049b2f0142bf6a6094cfb272cc7683d320c9969293149 0.24 MB 437 153
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.