Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.24 vMB 1,021 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (52,439 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
855,273 855,273 00000000000000000002911ca76cb3298889ea890a1467501923da84ac82d337 1.55 MB 2,946 11
855,272 855,272 000000000000000000028efef6c30d7b3afe49b504e32916ba52495059a6d5e7 1.46 MB 2,518 5
855,271 855,271 000000000000000000001ba8d0005007fb65a71f031bf3bc0b3e1188f82071e1 1.16 MB 984 3
855,270 855,270 0000000000000000000104a71b8bfa2692fe6b08b5991a2dddc3454a7f9dab51 1.37 MB 1,756 4
855,269 855,269 00000000000000000000bf3f5857bf8708ac99847e4786c251954fd2c54d18f7 1.21 MB 1,454 3
855,268 855,268 000000000000000000009383bdc0ed89cc8ec435446c82c5904d9659f8185172 1.57 MB 3,667 6
855,267 855,267 00000000000000000002a95523ee4b49f5310604a81c7770850865badfe41c17 1.59 MB 5,130 3
855,266 855,266 000000000000000000011b419de56694e4f5ec99d6717e96ec29d7f7c0123d97 1.66 MB 4,685 5
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
Previous 10 blocks ↓
Total Size: 769.01 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.91 GB sent, 92.84 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.