Memory Pool Memory Pool Refreshing

1,883 transactions
0.58 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,447 00000000000000000002349e0000000000000000000000000000000000000000 0.58 vMB 1,871 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,446 (827,078 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
81,368 81,368 00000000001a2da1497904c9a1297f74c9b9f1c4d4f44e26df8fc7c9a3ff22a2 0.00 MB 1 0
81,367 81,367 0000000000458ea928e472e07f7885635015f242a718ddcdb9fd14c4046d7d0f 0.00 MB 9 0
81,366 81,366 000000000005802e1e7a826ebd5b18b8202a2617de7c2db10a21f397e101825b 0.00 MB 5 0
81,365 81,365 0000000000302c1f906e8afb7d88b1bce1708e6a3213d596f087bf28464e6b3c 0.00 MB 4 0
81,364 81,364 00000000000469a24445b2b09a677742793b9e0b2e7f24a64ef4ebbcab877cc2 0.00 MB 8 0
81,363 81,363 000000000021916b278dbbdbf063fca49f0195399656eec45bd2ab68785bf2e7 0.00 MB 2 0
81,362 81,362 00000000002044ecb9855b4e47a00888fd84b0eb92ba384c9a287c175a9ea134 0.00 MB 5 0
81,361 81,361 000000000039d8a66c46545f16ffe6837ac450029fd8e43fa78948675053a132 0.00 MB 4 0
81,360 81,360 0000000000028ce99fecbfe7823309bfeb7ea25d43cc63975bc3088e502f5fb2 0.00 MB 9 0
81,359 81,359 0000000000178ff394768d63de5817c510914f3960924915966cecda33b8ffa1 0.00 MB 3 0
81,358 81,358 000000000040e1086f136875da998b09809e823cbb869cd837979e172558eccb 0.00 MB 2 0
81,357 81,357 0000000000111ab17d852851f0c7d70b7938a4b043d39e235c37842407af3f10 0.00 MB 3 0
81,356 81,356 000000000001a1eb2ecdd73d9b9a1c2ebc65e72570f387b34e531d2c0694710a 0.00 MB 3 0
81,355 81,355 00000000001f363cabd9501fcaff52f9e3ce7510aab39c3813fb9432458b7661 0.00 MB 6 0
81,354 81,354 000000000026ffe8d87c6ceff51e63cb5ef6677e987bf46815e52dfd89727617 0.00 MB 2 0
81,353 81,353 0000000000118e510e85e3975ad275177460bcb9be02a9dc37eaff7a186ae7c0 0.00 MB 3 0
81,352 81,352 000000000046296752b37a5e10c3824971b9400ab210bd3f2663413838b4e842 0.00 MB 3 0
81,351 81,351 000000000015f3ec85243b45f2e61f5bd2fb29c184822a5fe7c48933e6fe15b6 0.00 MB 1 0
81,350 81,350 00000000002bef3e9fa07f1a64902508a2fa35a1677af50644d580cb076a35af 0.00 MB 2 0
81,349 81,349 00000000001c26aca5cfd0ad168e62e3596cf65a82e752daaff9e23502d2936a 0.00 MB 1 0
81,348 81,348 0000000000374c07b1760230a53f4a18c9b67f036b29da72a5c593a127c2325d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.53 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,775.51 GB sent, 99.70 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.