Memory Pool Memory Pool Refreshing

9,243 transactions
2.76 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
3 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,715 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,399 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (630,812 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
276,902 276,902 0000000000000001c3c70058766e957fb1e0af72d17b01d417928af28e04334d 0.01 MB 12 26
276,901 276,901 000000000000000189af8ec13404e014668c129ef52e0ec3c8da5cf57c0f97ed 0.07 MB 112 36
276,900 276,900 0000000000000001867af6368b70e8213dea094b5f0ee75d603f6570686e8099 0.12 MB 167 45
276,899 276,899 00000000000000005e5578ac6b34b32cc559fa3a7b5c3aa91f2859a25d0d31fb 0.10 MB 190 37
276,898 276,898 0000000000000000c2ef81aab3444a1827ad81b437b68fe35347f59d248e71c9 0.39 MB 699 54
276,897 276,897 0000000000000001e79da196c3116ff14f94333208e26e753101072a18cb6cde 0.18 MB 373 113
276,896 276,896 00000000000000016bdbd57d63b8be06bc7d7a24a98ecd5b25edfd7a2f1e5e64 0.08 MB 140 47
276,895 276,895 0000000000000002594d89d34d1bb1f0f3aed38fde5506bb6574aaa87c73612c 0.06 MB 94 28
276,894 276,894 0000000000000000cbe78a729638bf7a1cf6689541010ef76130d1539fb7c5f2 0.03 MB 68 37
276,893 276,893 000000000000000217bd8d153aeb41dbebe300a9212d33b569ff7a5de0f811cd 0.14 MB 127 18
276,892 276,892 00000000000000012640c844efa4a835d44805129f9a9bb139983f2c98db6b42 0.09 MB 213 66
276,891 276,891 000000000000000129c2f1fce63395bead626317482c96af68714d6b67c4f753 0.14 MB 221 31
276,890 276,890 000000000000000354b06e155bc75ab4f00d60a144da38f0ff7745a9873a3c18 0.03 MB 47 37
276,889 276,889 0000000000000002f471b37a6d8afe25a175593e98483d84ca00441fbb5e718a 0.15 MB 188 19
276,888 276,888 00000000000000027560577854432a97dd48e53b97d289e8a342b678c44ed73a 0.35 MB 537 33
276,887 276,887 00000000000000006e6731d6f37eb80d0c21eb9c977b6d83f514d43ed00fa370 0.25 MB 367 35
276,886 276,886 00000000000000022da2b7f450af3637d854acc22860c926ac64526e360e98e5 0.25 MB 499 43
276,885 276,885 0000000000000001fd176b8c2a5fa457cb9d614f6d11a7f119bbf53cc1334139 0.15 MB 298 42
276,884 276,884 000000000000000360a8825aaae77044263c561f86feae3d002d66c68a44b9ef 0.17 MB 400 55
276,883 276,883 000000000000000259a1346964933b26f8b8a0503ce6442011182ab02dd08c38 0.25 MB 512 51
276,882 276,882 000000000000000367dc0fd0ea93af4309f74ce1e6b65c054cc2deb5433ddc02 0.20 MB 382 47
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,621.08 GB sent, 92.89 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.