Memory Pool Memory Pool Refreshing

1,630 transactions
0.68 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,915 00000000000000000002349e0000000000000000000000000000000000000000 0.67 vMB 1,629 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,914 (52,655 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
855,259 855,259 00000000000000000001064222a61c883cc158295aed6762b562fab4da39f1a4 1.49 MB 3,993 7
855,258 855,258 000000000000000000016e22bea3345fc30a4912cdf897f846371cba8eefcd44 1.53 MB 3,674 5
855,257 855,257 00000000000000000002dcfbc2aecc92e8fe29d05a12bb838bb2988da62323d0 1.49 MB 3,360 6
855,256 855,256 00000000000000000000d5c9fc2fa592740f6c1d9081cfc996015ed03ae43a5a 1.37 MB 3,583 3
855,255 855,255 00000000000000000000843afce31f23ff9b06edd6b0bf70c7b5d624412455d9 1.56 MB 3,023 5
855,254 855,254 00000000000000000000b4e6b7e7ee9a380606f54fd00f1a5a13a9bc81bc1322 1.18 MB 1,270 4
855,253 855,253 00000000000000000002086ad067a586a3c07d5cb575140c08762e50b6710631 1.30 MB 1,788 4
855,252 855,252 000000000000000000004115d7586707e35ec575d7e4f462d1e6b79bfe672899 1.62 MB 3,199 9
855,251 855,251 00000000000000000002e1b61912faf660a8b8b847844215a68def10afa678c2 1.63 MB 3,251 6
855,250 855,250 0000000000000000000093f99bccd3f07898183fda366d924786c0999b36d1b2 1.32 MB 1,895 5
855,249 855,249 000000000000000000025f94afea65a905434bbce02dc474d61f177606b552e7 1.33 MB 1,015 3
855,248 855,248 00000000000000000001050918e282617ee5f21e8a2e9568c24150b29faaafd2 1.63 MB 3,084 7
855,247 855,247 000000000000000000016bdf62b6e5b88e9360952e120cff09c79fddc22f811e 1.66 MB 5,199 5
855,246 855,246 000000000000000000026acffabf0ad5e3cca2d2f15d88218f5704b3d62c6c8b 2.05 MB 1,004 3
855,245 855,245 000000000000000000021ebdb288f2d59077e2d8ece9049c019a7d8a78e60ff6 1.59 MB 1,984 5
855,244 855,244 000000000000000000003dc2d71f5295671fdb4c876f1acdbf64bec7d3cac55c 1.55 MB 2,891 6
855,243 855,243 00000000000000000001b4824c972da97e8adb05181f9396b54a9eb1605bd803 1.78 MB 2,592 4
855,242 855,242 000000000000000000007d8c9709a1070ece80182217a6067dccab35f8826c26 1.60 MB 4,052 7
855,241 855,241 00000000000000000002b8502ec254afd32bc0c437eeb86dba99f4403ce34427 1.50 MB 2,992 13
855,240 855,240 0000000000000000000052a2f212b86db46750e8c644579007befc726fc2a991 1.67 MB 5,533 5
855,239 855,239 00000000000000000000334d7329b3f0a7d183526f98dee81db4c81e04dfde17 1.64 MB 6,894 3
Previous 10 blocks ↓
Total Size: 769.38 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,644.14 GB sent, 94.85 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.