Memory Pool Memory Pool Refreshing

3,515 transactions
1.05 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,795 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,346 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (171,185 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
736,609 736,609 000000000000000000002e588271eaeec51cc6331ef7886ad24483c114438319 1.95 MB 1,419 8
736,608 736,608 00000000000000000002e2d64dc82b5667f4459d3bf7b65da9bd6dc001f123d2 1.95 MB 895 7
736,607 736,607 0000000000000000000856de9d104fea1888f18cb8abadd7a054c1d10cca15c8 1.75 MB 1,030 2
736,606 736,606 0000000000000000000406ed0500a61fe0476e152841d2afcc4835f2fb8567a3 1.51 MB 2,717 16
736,605 736,605 00000000000000000001957a81c3292acf3080f301f641ffb584444c08eef755 1.76 MB 1,678 26
736,604 736,604 00000000000000000002d5aa5e9c3bda925d7c02d63648a436110c6092c31a70 1.79 MB 1,567 4
736,603 736,603 0000000000000000000839241e5283dc59f7678abd0d568bdd5e5b0b691e2ecc 1.98 MB 1,529 6
736,602 736,602 0000000000000000000598c6b559340ba1e569be33612977dda6dabe60d51c36 1.59 MB 2,506 14
736,601 736,601 00000000000000000005ea8ecfd637e69c3a777def685c3a6b53aa90bb41b14d 1.47 MB 3,148 25
736,600 736,600 00000000000000000006a1a1ececcccc066b0761bdc7eda7b208df0fd3afafae 1.14 MB 873 14
736,599 736,599 00000000000000000007bf1f1a9cd1129f6e034595eaec895675c38888826c66 1.76 MB 1,373 19
736,598 736,598 00000000000000000001cba0508c1e5157290130103ea68401a7669c14677977 1.58 MB 1,873 20
736,597 736,597 000000000000000000037673233e222300c3b3081ff40bea7d5bd9820b804793 1.53 MB 1,742 31
736,596 736,596 0000000000000000000001b2a13482c64d19573dee05094cbeee05b59bea6308 1.37 MB 1,827 21
736,595 736,595 00000000000000000003bf5dbdae9154c3f259237a4d566cf1c598dcae5aed28 1.08 MB 316 2
736,594 736,594 000000000000000000047559f94fa143fbe2a216f086240dc692942415a07e97 1.47 MB 2,170 11
736,593 736,593 00000000000000000001aa3f493708a2fa7f67c7274b09be46d9858a43208873 1.35 MB 1,752 9
736,592 736,592 00000000000000000007f598151efde6ab4a1a1e35b6ba7d2f6a17dad2fb3117 1.09 MB 192 1
736,591 736,591 00000000000000000004a18a49a8018645a7845148c3a71670f3a067bbda9e0e 1.56 MB 2,231 12
736,590 736,590 0000000000000000000771bfbb611e1c087ab68438ea5457e2342fd8696df883 1.42 MB 2,735 16
736,589 736,589 00000000000000000002be299bcf5fc2f28794f55b6c1f511b29ce61077bb26c 1.10 MB 444 2
Previous 10 blocks ↓
Total Size: 769.16 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,632.69 GB sent, 93.66 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.