Memory Pool Memory Pool Refreshing

1,301 transactions
0.39 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,781 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 1,301 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,780 (52,515 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
855,265 855,265 00000000000000000002cbc5b9672fa5fb5be6ba14345eb259fd13a3ee17424d 1.65 MB 6,321 3
855,264 855,264 00000000000000000001e08f3c8a107b25505f4889129f6e310fa69adebc98a6 1.65 MB 4,051 6
855,263 855,263 000000000000000000010502e3b3e7ad1fab75f8881f0116136647211c0b13bc 1.65 MB 5,068 4
855,262 855,262 00000000000000000000ccca98fff41338bf764404feda71708fbb255dcc7fe4 1.79 MB 4,850 5
855,261 855,261 000000000000000000005c307a60b0831c36931fe21469e3aa3b52226318c42a 1.86 MB 6,343 4
855,260 855,260 00000000000000000001560287783ee132fbfe68da284ca9cee310d33457250c 1.66 MB 3,463 7
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
Previous 10 blocks ↓
Total Size: 769.13 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,630.67 GB sent, 93.52 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.