Memory Pool Memory Pool Refreshing

4,398 transactions
1.37 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,711 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,277 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,710 (614,336 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
293,374 293,374 0000000000000000485620aa56d1a61c14f564233336772f3211f987fc390000 0.02 MB 22 54
293,373 293,373 0000000000000000cb2a232077ece83b46a75cce31cce6ccc795bacbdd2322ed 0.22 MB 278 21
293,372 293,372 00000000000000008cb0df7b44bed5e9a5379f10daa7c9903d9924c0e05e3700 0.01 MB 32 56
293,371 293,371 0000000000000000c9e4d18b5cc10d532f14c18fb651cceb4b84504b40db8fa3 0.16 MB 227 26
293,370 293,370 000000000000000008b91cf49409ac542ef04f3c265ee05cc68f4a2e7bbd3986 0.20 MB 366 32
293,369 293,369 00000000000000005749790c83dd1c7140646d52364a4fa82de59f10abfbc3cd 0.01 MB 16 24
293,368 293,368 00000000000000008ac7f238fc9779c90b31d3606a1ea4b756aec21cebc50c21 0.13 MB 228 28
293,367 293,367 00000000000000009f6afdc1d7b9c1dffbe10c58f7c5de8125685496b3c3dcd8 0.05 MB 68 28
293,366 293,366 000000000000000014a8997e4446a78c9961074ca41df230cc6245557adb6d33 0.11 MB 104 18
293,365 293,365 0000000000000000a82aedad604bbe13a96bb95994e56a6c05a80789037d61fe 0.35 MB 629 38
293,364 293,364 000000000000000042a9f211d800810391a20a1e111dbb6cdff7c8d8eca921b2 0.30 MB 381 23
293,363 293,363 0000000000000000287723d33c25d3b94702251185d28cabac8d2297ee3925ac 0.08 MB 256 234
293,362 293,362 00000000000000005ad70c160e22d1998a681dfcf6bb1c3043a2c4fb4136645f 0.06 MB 102 37
293,361 293,361 000000000000000081162468e8b0c1824a3a54ae5b4fa9d8a5cd3cf4610849f9 0.47 MB 377 18
293,360 293,360 000000000000000092352e026203ece4523ace5b36f07c1ae67d09bceadeefd2 0.35 MB 850 60
293,359 293,359 00000000000000004c0907742a0af146f1693fd9c6fab9587ccc59cf57cf3754 0.25 MB 81 15
293,358 293,358 000000000000000060e17f4adfed75b0109e2114ad37510e8bd2a053605ded6a 0.11 MB 256 42
293,357 293,357 0000000000000000be314b87ddc307ff5b2ef0d9c521784e5d30ab4a9730c5fe 0.35 MB 481 29
293,356 293,356 000000000000000090b6bc58f83fa9ed8062526fd78f7d1c568c65f6eacf838f 0.25 MB 415 34
293,355 293,355 0000000000000000d0107bf2a556b6913db2eea785b574491833b1b84e0805f5 0.50 MB 897 31
293,354 293,354 0000000000000000ac110e21c614e6e8704dd493f51db3adc5004906993cbd9e 0.25 MB 792 57
Previous 10 blocks ↓
Total Size: 769.00 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.87 GB sent, 92.83 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.